-
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
Dec 2, 2024
1 parent
872edcf
commit 341ea50
Showing
2 changed files
with
14 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,19 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.23](https://github.com/carbon-design-system/carbon-components-vue/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-12-02) | ||
|
||
### Bug Fixes | ||
|
||
- data table recursive issue with expanding rows ([58eef27](https://github.com/carbon-design-system/carbon-components-vue/commit/58eef27c7c5a4fa7424543892a8f5924c58f0212)) | ||
- data table recursive issue with expanding rows ([e66b259](https://github.com/carbon-design-system/carbon-components-vue/commit/e66b2592c3d9ffa70a153fc2d6a36293cd5acf63)) | ||
- eslint not properly run by lint-staged ([34b1a93](https://github.com/carbon-design-system/carbon-components-vue/commit/34b1a934b0da6753def19f2972ed1448faca7879)) | ||
- glob ([1f88e76](https://github.com/carbon-design-system/carbon-components-vue/commit/1f88e764a0c6a4fe88f40dc006f536057f08fb96)) | ||
|
||
### Features | ||
|
||
- add CvContent ([c69aaa4](https://github.com/carbon-design-system/carbon-components-vue/commit/c69aaa4d8cd40e36bac023b24e3842e7ac42abb5)) | ||
|
||
## [3.0.22](https://github.com/carbon-design-system/carbon-components-vue/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-10-15) | ||
|
||
### 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.22", | ||
"version": "3.0.23", | ||
"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", | ||
|