Skip to content

Commit

Permalink
chore: release master (#1398)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 11, 2025
1 parent ab21b08 commit 7162e39
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/core": "2.0.0",
"packages/countdown": "1.0.0",
"packages/form-controls": "2.4.0",
"packages/form-controls": "2.4.1",
"packages/gravatar": "1.0.1",
"packages/link": "1.0.0",
"packages/list-controls": "2.0.0",
Expand All @@ -11,5 +11,5 @@
"packages/preset-bootstrap-v5": "2.0.0",
"packages/preset-font-awesome": "1.1.0",
"packages/timeago": "1.1.0",
"examples/nuxt": "3.3.2"
"examples/nuxt": "3.3.3"
}
9 changes: 9 additions & 0 deletions examples/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.3.3](https://github.com/tada5hi/vuecs/compare/examples-nuxt-v3.3.2...examples-nuxt-v3.3.3) (2025-02-11)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @vuecs/form-controls bumped from ^2.4.0 to ^2.4.1

## [3.3.2](https://github.com/tada5hi/vuecs/compare/examples-nuxt-v3.3.1...examples-nuxt-v3.3.2) (2025-02-11)


Expand Down
4 changes: 2 additions & 2 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@fortawesome/fontawesome-free": "^6.7.2",
"@pinia/nuxt": "^0.9.0",
"@vuecs/countdown": "^1.0.0",
"@vuecs/form-controls": "^2.4.0",
"@vuecs/form-controls": "^2.4.1",
"@vuecs/gravatar": "^1.0.1",
"@vuecs/list-controls": "^2.0.0",
"@vuecs/navigation": "^2.3.1",
Expand All @@ -46,5 +46,5 @@
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"version": "3.3.2"
"version": "3.3.3"
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/form-controls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.4.1](https://github.com/tada5hi/vuecs/compare/form-controls-v2.4.0...form-controls-v2.4.1) (2025-02-11)


### Bug Fixes

* add missing slotItems option to build output ([ab21b08](https://github.com/tada5hi/vuecs/commit/ab21b08449d29a613ffd9d3c52baf2ccc437ff60))

## [2.4.0](https://github.com/tada5hi/vuecs/compare/form-controls-v2.3.1...form-controls-v2.4.0) (2025-02-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/form-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuecs/form-controls",
"version": "2.4.0",
"version": "2.4.1",
"description": "A package containing form controls.",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit 7162e39

Please sign in to comment.