From 90c8087762ed8998122e78c98239aced24224bc7 Mon Sep 17 00:00:00 2001 From: ruru <142723369+ruru-m07@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:03:43 +0530 Subject: [PATCH] docs(changelog): update changelog for ruru-ui@2.0.0 release --- apps/www/content/docs/changelog.mdx | 11 +++++++++++ packages/cli/package.json | 2 +- packages/ui/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/apps/www/content/docs/changelog.mdx b/apps/www/content/docs/changelog.mdx index d6a7339..6984503 100644 --- a/apps/www/content/docs/changelog.mdx +++ b/apps/www/content/docs/changelog.mdx @@ -3,6 +3,17 @@ title: Changelog description: Latest updates and announcements about the project. --- +# ruru-ui@2.0.0 + +### What's Changed + +* fix(docs): make docs mobile responsive by [@ruru-m07](https://github.com/ruru-m07) in [#25](https://github.com/ruru-m07/ruru-ui/pull/25) +* feat(ui): implement registry system in www client by [@ruru-m07](https://github.com/ruru-m07) in [#26](https://github.com/ruru-m07/ruru-ui/pull/26) + +**Full Changelog**: [ruru-ui@2.0.0](https://github.com/ruru-m07/ruru-ui/compare/ruru-ui@1.0.3...ruru-ui@2.0.0) + +--- + # ruru-ui@1.0.3 ### What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index c72bdcb..5fd604a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "ruru-ui-cli", - "version": "0.0.0", + "version": "0.0.1", "description": "Ruru UI - CLI - add components and dependencies to your project", "keywords": [ "cli", diff --git a/packages/ui/package.json b/packages/ui/package.json index a58eee7..72fc573 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "ruru-ui", - "version": "1.0.3", + "version": "2.0.0", "description": "Ruru UI Components", "publishConfig": { "access": "public"