diff --git a/.changeset/old-birds-listen.md b/.changeset/old-birds-listen.md deleted file mode 100644 index 70f8ed3eb..000000000 --- a/.changeset/old-birds-listen.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@arkenv/fumadocs-ui": patch ---- - -#### First release - -`@arkenv/fumadocs-ui` provides a theme, and components, for `fumadocs-ui` to replicate the "ArkEnv" website look. diff --git a/packages/fumadocs-ui/CHANGELOG.md b/packages/fumadocs-ui/CHANGELOG.md new file mode 100644 index 000000000..6c98f7703 --- /dev/null +++ b/packages/fumadocs-ui/CHANGELOG.md @@ -0,0 +1,9 @@ +# @arkenv/fumadocs-ui + +## 0.0.2 + +### Patch Changes + +- #### First release _[`#775`](https://github.com/yamcodes/arkenv/pull/775) [`bb34860`](https://github.com/yamcodes/arkenv/commit/bb34860193dcb9a29026d84921b35e16a92f409b) [@yamcodes](https://github.com/yamcodes)_ + + `@arkenv/fumadocs-ui` provides a theme, and components, for `fumadocs-ui` to replicate the "ArkEnv" website look. diff --git a/packages/fumadocs-ui/package.json b/packages/fumadocs-ui/package.json index 887988b0f..d998676bf 100644 --- a/packages/fumadocs-ui/package.json +++ b/packages/fumadocs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@arkenv/fumadocs-ui", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "exports": { "./css/*": "./css/*",