From b59142d65a1adae1c184c710f1c6f355cd4de284 Mon Sep 17 00:00:00 2001 From: ruru <142723369+ruru-m07@users.noreply.github.com> Date: Thu, 8 Aug 2024 19:30:57 +0530 Subject: [PATCH] docs(changelog): update changelog for v1.0.3 --- apps/www/content/docs/changelog.mdx | 13 +++++++++++++ apps/www/content/docs/components/select.mdx | 2 -- packages/ui/package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/apps/www/content/docs/changelog.mdx b/apps/www/content/docs/changelog.mdx index b883001..d6a7339 100644 --- a/apps/www/content/docs/changelog.mdx +++ b/apps/www/content/docs/changelog.mdx @@ -3,6 +3,19 @@ title: Changelog description: Latest updates and announcements about the project. --- +# ruru-ui@1.0.3 + +### What's Changed + +- feat(components): add new Select component to lib by [@ruru-m07](https://github.com/ruru-m07) in [#21](https://github.com/ruru-m07/ruru-ui/pull/21) +- Revert "feat(components): add new Select component to lib" by [@ruru-m07](https://github.com/ruru-m07) in [#22](https://github.com/ruru-m07/ruru-ui/pull/22) +- feat(ui): implement landing page by [@ruru-m07](https://github.com/ruru-m07) in [#23](https://github.com/ruru-m07/ruru-ui/pull/23) +- feat(components): add new Select component to lib by [@ruru-m07](https://github.com/ruru-m07) in [#24](https://github.com/ruru-m07/ruru-ui/pull/24) + +**Full Changelog**: [ruru-ui@1.0.3](https://github.com/ruru-m07/ruru-ui/compare/ruru-ui@1.0.2...ruru-ui@1.0.3) + +--- + # ruru-ui@1.0.2 ### What's Changed diff --git a/apps/www/content/docs/components/select.mdx b/apps/www/content/docs/components/select.mdx index 9c9394b..b53a36a 100644 --- a/apps/www/content/docs/components/select.mdx +++ b/apps/www/content/docs/components/select.mdx @@ -308,5 +308,3 @@ Feel free to experiment with the examples provided and explore the various props --- This documentation provides a comprehensive overview of the `Select` component, including usage examples, prop descriptions, and subcomponent details. By following this structure, you ensure that users can easily understand how to use and customize the component in their projects. - -Would you like to add more specific examples or cover additional subcomponents in this documentation? diff --git a/packages/ui/package.json b/packages/ui/package.json index c17a434..1f60c9d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "ruru-ui", - "version": "1.0.2", + "version": "1.0.3", "description": "Ruru UI Components", "publishConfig": { "access": "public"