Skip to content

Commit 7162e39

Browse files
chore: release master (#1398)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab21b08 commit 7162e39

File tree

6 files changed

+24
-8
lines changed

6 files changed

+24
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/core": "2.0.0",
33
"packages/countdown": "1.0.0",
4-
"packages/form-controls": "2.4.0",
4+
"packages/form-controls": "2.4.1",
55
"packages/gravatar": "1.0.1",
66
"packages/link": "1.0.0",
77
"packages/list-controls": "2.0.0",
@@ -11,5 +11,5 @@
1111
"packages/preset-bootstrap-v5": "2.0.0",
1212
"packages/preset-font-awesome": "1.1.0",
1313
"packages/timeago": "1.1.0",
14-
"examples/nuxt": "3.3.2"
14+
"examples/nuxt": "3.3.3"
1515
}

examples/nuxt/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.3.3](https://github.com/tada5hi/vuecs/compare/examples-nuxt-v3.3.2...examples-nuxt-v3.3.3) (2025-02-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @vuecs/form-controls bumped from ^2.4.0 to ^2.4.1
11+
312
## [3.3.2](https://github.com/tada5hi/vuecs/compare/examples-nuxt-v3.3.1...examples-nuxt-v3.3.2) (2025-02-11)
413

514

examples/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@fortawesome/fontawesome-free": "^6.7.2",
3131
"@pinia/nuxt": "^0.9.0",
3232
"@vuecs/countdown": "^1.0.0",
33-
"@vuecs/form-controls": "^2.4.0",
33+
"@vuecs/form-controls": "^2.4.1",
3434
"@vuecs/gravatar": "^1.0.1",
3535
"@vuecs/list-controls": "^2.0.0",
3636
"@vuecs/navigation": "^2.3.1",
@@ -46,5 +46,5 @@
4646
"vue": "^3.5.13",
4747
"vue-router": "^4.5.0"
4848
},
49-
"version": "3.3.2"
49+
"version": "3.3.3"
5050
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/form-controls/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.1](https://github.com/tada5hi/vuecs/compare/form-controls-v2.4.0...form-controls-v2.4.1) (2025-02-11)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing slotItems option to build output ([ab21b08](https://github.com/tada5hi/vuecs/commit/ab21b08449d29a613ffd9d3c52baf2ccc437ff60))
9+
310
## [2.4.0](https://github.com/tada5hi/vuecs/compare/form-controls-v2.3.1...form-controls-v2.4.0) (2025-02-11)
411

512

packages/form-controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuecs/form-controls",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A package containing form controls.",
55
"exports": {
66
"./package.json": "./package.json",

0 commit comments

Comments
 (0)