diff --git a/apps/www/content/docs/changelog.mdx b/apps/www/content/docs/changelog.mdx index a69fdce..835a67e 100644 --- a/apps/www/content/docs/changelog.mdx +++ b/apps/www/content/docs/changelog.mdx @@ -3,6 +3,14 @@ title: Changelog description: Latest updates and announcements about the project. --- +# ruru-ui@1.0.2 + +## What's Changed + +- refactor(docs): restructure documentation for clarity by [@ruru-m07](https://github.com/ruru-m07) in [#20](https://github.com/ruru-m07/ruru-ui/pull/20) + +**Full Changelog**: [ruru-ui@1.0.2](https://github.com/ruru-m07/ruru-ui/compare/ruru-ui@1.0.1...ruru-ui@1.0.2) + # ruru-ui@1.0.1 ### What's Changed diff --git a/packages/ui/package.json b/packages/ui/package.json index 0a54369..0305b17 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "ruru-ui", - "version": "1.0.1", + "version": "1.0.2", "description": "Ruru UI Components", "publishConfig": { "access": "public"