Skip to content

Commit 23ef956

Browse files
author
github-actions
committed
chore(release): publish [skip ci]
- @carbon/vue@3.0.24
1 parent 7948e3b commit 23ef956

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.24](https://github.com/carbon-design-system/carbon-components-vue/compare/@carbon/vue@3.0.23...@carbon/vue@3.0.24) (2025-01-21)
7+
8+
### Bug Fixes
9+
10+
- adjust CvFileUploader drop handler ([20808d8](https://github.com/carbon-design-system/carbon-components-vue/commit/20808d8365f88573d138c620fd116ab917bbcb76))
11+
- make ids consistent ([905eb2c](https://github.com/carbon-design-system/carbon-components-vue/commit/905eb2c76f4f159a35023a070085ffed7f70e757))
12+
- remove xl for numer ([b4bd1c3](https://github.com/carbon-design-system/carbon-components-vue/commit/b4bd1c3d1c497cad2e0fa7530a2bb5c5d89915df))
13+
- standardize on cvId and suffixes ([d6964cc](https://github.com/carbon-design-system/carbon-components-vue/commit/d6964ccfe0e349876fc1dcb9f36ba061814e551f))
14+
- unit test - seems to be a change in vue 3 ([c581059](https://github.com/carbon-design-system/carbon-components-vue/commit/c581059d1cb0bf1b23382b67d73c25bb67fa7422))
15+
16+
### Features
17+
18+
- add size property to text and number input to match react version as mentioned in [#1669](https://github.com/carbon-design-system/carbon-components-vue/issues/1669) ([d14944b](https://github.com/carbon-design-system/carbon-components-vue/commit/d14944b2098de77049f58a5261fe04cc7e4f3f9b))
19+
620
## [3.0.23](https://github.com/carbon-design-system/carbon-components-vue/compare/@carbon/vue@3.0.22...@carbon/vue@3.0.23) (2024-12-02)
721

822
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/vue",
33
"license": "Apache-2.0",
4-
"version": "3.0.23",
4+
"version": "3.0.24",
55
"description": "A collection of components for the Carbon Design System built using Vue.js",
66
"packageManager": "yarn@3.2.0",
77
"main": "dist/carbon-vue-3.umd.min.js",

0 commit comments

Comments
 (0)