Skip to content

Commit a0204fa

Browse files
author
github-actions
committed
chore(release): publish [skip ci]
- @carbon/vue@3.0.30
1 parent 982224f commit a0204fa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.30](https://github.com/carbon-design-system/carbon-components-vue/compare/@carbon/vue@3.0.29...@carbon/vue@3.0.30) (2025-12-23)
7+
8+
### Bug Fixes
9+
10+
- aria-label attribute was duplicating ([f835506](https://github.com/carbon-design-system/carbon-components-vue/commit/f835506906c830c859ed46af7fc44a7922cebb47))
11+
- cvoverflowmenu bugfix ([f279bf7](https://github.com/carbon-design-system/carbon-components-vue/commit/f279bf764c394abaa1bde3de348d94e4b7de77d4))
12+
- cvoverflowmenu focus ([b06d067](https://github.com/carbon-design-system/carbon-components-vue/commit/b06d06709a383c52e302122ea704e22011b21353))
13+
- fix linting errors ([efd8a76](https://github.com/carbon-design-system/carbon-components-vue/commit/efd8a76c6b519a5328b361e4e7bed6bf1f5ae01b))
14+
- update test ([752832d](https://github.com/carbon-design-system/carbon-components-vue/commit/752832da115afac56cca97bb7110d1ace8f4ce28))
15+
16+
### Features
17+
18+
- fix CvDropdown overflow flashing when expanding ([d068af6](https://github.com/carbon-design-system/carbon-components-vue/commit/d068af6b0a150c26dd5133d361446165b2b39ca6))
19+
- fix CvTabs accessibility warnings and errors clicking overflow control buttons ([e609beb](https://github.com/carbon-design-system/carbon-components-vue/commit/e609beb67894f8dcaf8cb693176fe6ec6c54357f))
20+
621
## [3.0.29](https://github.com/carbon-design-system/carbon-components-vue/compare/@carbon/vue@3.0.28...@carbon/vue@3.0.29) (2025-11-17)
722

823
**Note:** Version bump only for package @carbon/vue

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.29",
4+
"version": "3.0.30",
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)