Skip to content

Commit 01c46b7

Browse files
chore: release master (#1397)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 344bf24 commit 01c46b7

File tree

6 files changed

+29
-8
lines changed

6 files changed

+29
-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.3.1",
4+
"packages/form-controls": "2.4.0",
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.1"
14+
"examples/nuxt": "3.3.2"
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.2](https://github.com/tada5hi/vuecs/compare/examples-nuxt-v3.3.1...examples-nuxt-v3.3.2) (2025-02-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @vuecs/form-controls bumped from ^2.3.1 to ^2.4.0
11+
312
## [3.3.1](https://github.com/tada5hi/vuecs/compare/examples-nuxt-v3.3.0...examples-nuxt-v3.3.1) (2024-10-24)
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.3.1",
33+
"@vuecs/form-controls": "^2.4.0",
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.1"
49+
"version": "3.3.2"
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/tada5hi/vuecs/compare/form-controls-v2.3.1...form-controls-v2.4.0) (2025-02-11)
4+
5+
6+
### Features
7+
8+
* support groupAppend & groupAppend slots for form-input component ([036ce79](https://github.com/tada5hi/vuecs/commit/036ce793c6ff835deccb221b42cd70c254104abf))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** bump @vueuse/core in the majorprod group ([#1392](https://github.com/tada5hi/vuecs/issues/1392)) ([344bf24](https://github.com/tada5hi/vuecs/commit/344bf24f522c8177e48d68a4da06bd56460a30fa))
14+
315
## [2.3.1](https://github.com/tada5hi/vuecs/compare/form-controls-v2.3.0...form-controls-v2.3.1) (2024-10-16)
416

517

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.3.1",
3+
"version": "2.4.0",
44
"description": "A package containing form controls.",
55
"exports": {
66
"./package.json": "./package.json",

0 commit comments

Comments
 (0)