Skip to content

Commit

Permalink
chore(release): update Changelog for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Aug 17, 2024
1 parent bf4dc27 commit 7d61f6a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/cli/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/ui/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruru-ui",
"version": "2.0.1",
"version": "2.1.0",
"description": "Ruru UI Components",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7d61f6a

Please sign in to comment.