-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @carbon/[email protected]
- Loading branch information
github-actions
committed
Jun 18, 2024
1 parent
6815a25
commit 087b0c4
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.17](https://github.com/carbon-design-system/carbon-components-vue/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-06-18) | ||
|
||
### Bug Fixes | ||
|
||
- cvComboBox arrows navigation failing due to missing value access to Proxy ([#1605](https://github.com/carbon-design-system/carbon-components-vue/issues/1605)) ([6815a25](https://github.com/carbon-design-system/carbon-components-vue/commit/6815a252b77c9d766d33fe5f336822a2daaf24a9)) | ||
|
||
## [3.0.16](https://github.com/carbon-design-system/carbon-components-vue/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-06-09) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@carbon/vue", | ||
"license": "Apache-2.0", | ||
"version": "3.0.16", | ||
"version": "3.0.17", | ||
"description": "A collection of components for the Carbon Design System built using Vue.js", | ||
"packageManager": "[email protected]", | ||
"main": "dist/carbon-vue-3.umd.min.js", | ||
|