@carbon/ibm-products-web-components 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,28 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [0.6.1](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-web-components@0.6.1-rc.0...@carbon/ibm-products-web-components@0.6.1) (2025-01-10)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @carbon/ibm-products-web-components
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.6.1-rc.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-web-components@0.3.0-rc.0...@carbon/ibm-products-web-components@0.6.1-rc.0) (2025-01-09)
|
15
|
+
|
16
|
+
|
17
|
+
### Bug Fixes
|
18
|
+
|
19
|
+
* **Side Panel Web components:** storybook controls issue ([#6500](https://github.com/carbon-design-system/ibm-products/issues/6500)) ([19a7536](https://github.com/carbon-design-system/ibm-products/commit/19a75363d0683ed6765e0d713c3f68878eaeaef2))
|
20
|
+
* **Tearsheet in Web Components:** cancel button not working as expected ([#6458](https://github.com/carbon-design-system/ibm-products/issues/6458)) ([2461f81](https://github.com/carbon-design-system/ibm-products/commit/2461f8120431c125ceb826ccb5d139a82d49f39c))
|
21
|
+
* **Tearsheet web components:** control changes doesn't reflect in stories ([#6413](https://github.com/carbon-design-system/ibm-products/issues/6413)) ([84f6d14](https://github.com/carbon-design-system/ibm-products/commit/84f6d140d0476868a13b18ea886515d856bb0835))
|
22
|
+
* update to Carbon 11 compatible versions to latest ([#6437](https://github.com/carbon-design-system/ibm-products/issues/6437)) ([48d5c34](https://github.com/carbon-design-system/ibm-products/commit/48d5c34dca79a4b00fc69391a513431fa21295ee))
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
6
28
|
# [0.6.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-web-components@0.6.0-rc.0...@carbon/ibm-products-web-components@0.6.0) (2025-01-08)
|
7
29
|
|
8
30
|
**Note:** Version bump only for package @carbon/ibm-products-web-components
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
var name = "@carbon/ibm-products-web-components";
|
9
9
|
var description = "Carbon for IBM Products Web Components";
|
10
|
-
var version = "0.6.
|
10
|
+
var version = "0.6.1-rc.0";
|
11
11
|
var license = "Apache-2.0";
|
12
12
|
var main = "es/index.js";
|
13
13
|
var module = "es/index.js";
|
@@ -55,7 +55,7 @@ var scripts = {
|
|
55
55
|
wca: "web-component-analyzer analyze src --outFile custom-elements.json"
|
56
56
|
};
|
57
57
|
var dependencies = {
|
58
|
-
"@carbon/ibm-products-styles": "^2.53.
|
58
|
+
"@carbon/ibm-products-styles": "^2.53.1-rc.0",
|
59
59
|
"@carbon/styles": "1.71.0",
|
60
60
|
"@carbon/web-components": "2.19.0",
|
61
61
|
lit: "^3.1.0"
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/ibm-products-web-components",
|
3
3
|
"description": "Carbon for IBM Products Web Components",
|
4
|
-
"version": "0.6.
|
4
|
+
"version": "0.6.1",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "es/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"wca": "web-component-analyzer analyze src --outFile custom-elements.json"
|
50
50
|
},
|
51
51
|
"dependencies": {
|
52
|
-
"@carbon/ibm-products-styles": "^2.53.
|
52
|
+
"@carbon/ibm-products-styles": "^2.53.1",
|
53
53
|
"@carbon/styles": "1.71.0",
|
54
54
|
"@carbon/web-components": "2.19.0",
|
55
55
|
"lit": "^3.1.0"
|
@@ -93,5 +93,5 @@
|
|
93
93
|
"vitest": "^2.1.2",
|
94
94
|
"web-component-analyzer": "2.0.0"
|
95
95
|
},
|
96
|
-
"gitHead": "
|
96
|
+
"gitHead": "05b983b24b24bb3c0ea3eb1ba67e2e7fbf61bd0f"
|
97
97
|
}
|