From 7d61f6ab720b236b7b622a3c24b808f750767b6a Mon Sep 17 00:00:00 2001 From: ruru <142723369+ruru-m07@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:51:28 +0530 Subject: [PATCH] chore(release): update Changelog for v2.1.0 --- packages/cli/changelog.mdx | 16 ++++++++++++++++ packages/cli/package.json | 2 +- packages/ui/changelog.mdx | 16 ++++++++++++++++ packages/ui/package.json | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/packages/cli/changelog.mdx b/packages/cli/changelog.mdx index 46aaddf..f0f0417 100644 --- a/packages/cli/changelog.mdx +++ b/packages/cli/changelog.mdx @@ -3,6 +3,22 @@ title: Changelog description: Latest updates and announcements about the project. --- +# ruru-ui-cli@0.0.3 + +### What's Changed + +- chore(deps): update dependency @types/eslint to v8.56.11 by [@renovate](https://github.com/apps/renovate) in [#28](https://github.com/ruru-m07/ruru-ui/pull/28) +- chore(deps): update dependency @types/node to v20.14.15 by [@renovate](https://github.com/apps/renovate) in [#29](https://github.com/ruru-m07/ruru-ui/pull/29) +- feat(ui): add animations to components by [@ruru-m07](https://github.com/ruru-m07) in [#56](https://github.com/ruru-m07/ruru-ui/pull/56) + +### New Contributors + +- [@renovate](https://github.com/apps/renovate) made their first contribution in [#28](https://github.com/ruru-m07/ruru-ui/pull/28) + +**Full Changelog**: [ruru-ui-cli@0.0.3](https://github.com/ruru-m07/ruru-ui/compare/ruru-ui-cli@0.0.2...ruru-ui-cli@0.0.3) + +--- + # ruru-ui-cli@0.0.2 ### What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 3eb371a..6f9d7a9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "ruru-ui-cli", - "version": "0.0.2", + "version": "0.0.3", "description": "Ruru UI - CLI - add components and dependencies to your project", "keywords": [ "cli", diff --git a/packages/ui/changelog.mdx b/packages/ui/changelog.mdx index 97bcc04..7feee54 100644 --- a/packages/ui/changelog.mdx +++ b/packages/ui/changelog.mdx @@ -3,6 +3,22 @@ title: Changelog description: Latest updates and announcements about the project. --- +# ruru-ui@2.1.0 + +### What's Changed + +- chore(deps): update dependency @types/eslint to v8.56.11 by [@renovate](https://github.com/apps/renovate) in [#28](https://github.com/ruru-m07/ruru-ui/pull/28) +- chore(deps): update dependency @types/node to v20.14.15 by [@renovate](https://github.com/apps/renovate) in [#29](https://github.com/ruru-m07/ruru-ui/pull/29) +- feat(ui): add animations to components by [@ruru-m07](https://github.com/ruru-m07) in [#56](https://github.com/ruru-m07/ruru-ui/pull/56) + +### New Contributors + +- [@renovate](https://github.com/apps/renovate) made their first contribution in [#28](https://github.com/ruru-m07/ruru-ui/pull/28) + +**Full Changelog**: [ruru-ui@2.1.0](https://github.com/ruru-m07/ruru-ui/compare/ruru-ui@2.0.1...ruru-ui@2.1.0) + +--- + # ruru-ui@2.0.1 ### What's Changed diff --git a/packages/ui/package.json b/packages/ui/package.json index e5d5329..988b03a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "ruru-ui", - "version": "2.0.1", + "version": "2.1.0", "description": "Ruru UI Components", "publishConfig": { "access": "public"