@carbon/ibm-products-web-components 0.2.1-canary.3628 → 0.3.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +22 -0
- package/package.json +3 -3
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.3.0-rc.0 (2024-11-11)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* move config to core to follow monorepo docs w/ multiple sites ([#6196](https://github.com/carbon-design-system/ibm-products/issues/6196)) ([fa285b7](https://github.com/carbon-design-system/ibm-products/commit/fa285b743bff65577aece8ebddad6e3a75dff85e))
|
12
|
+
* **SidePanel web components:** slide in issue ([#6301](https://github.com/carbon-design-system/ibm-products/issues/6301)) ([3f4e21a](https://github.com/carbon-design-system/ibm-products/commit/3f4e21ae04e772d6687c3295c512dd13979e9bd4))
|
13
|
+
* update to Carbon 11 compatible versions to latest ([#6214](https://github.com/carbon-design-system/ibm-products/issues/6214)) ([911c341](https://github.com/carbon-design-system/ibm-products/commit/911c341d258b410ff2109ecb39293c2670796a0e))
|
14
|
+
* update to Carbon 11 compatible versions to latest ([#6343](https://github.com/carbon-design-system/ibm-products/issues/6343)) ([71a201a](https://github.com/carbon-design-system/ibm-products/commit/71a201a50fbebe76699ffb0d7df1d2d998370256))
|
15
|
+
* use plex cdn to load custom font in wc storybook ([#6213](https://github.com/carbon-design-system/ibm-products/issues/6213)) ([f85396c](https://github.com/carbon-design-system/ibm-products/commit/f85396c7dc06aa1b91039af035e96f02bd5c1ef9))
|
16
|
+
|
17
|
+
|
18
|
+
### Features
|
19
|
+
|
20
|
+
* **`ibm-products-web-components`:** setup new web component package and storybook ([#6148](https://github.com/carbon-design-system/ibm-products/issues/6148)) ([6962187](https://github.com/carbon-design-system/ibm-products/commit/6962187634ba4317c5a4dcbf495978a176efcb79))
|
21
|
+
* add conditional deploys for web component and react netlify sites ([#6221](https://github.com/carbon-design-system/ibm-products/issues/6221)) ([8a4255c](https://github.com/carbon-design-system/ibm-products/commit/8a4255c0a0269068f66018d215a7bc07d3015f25))
|
22
|
+
* **Tearsheet:** Move Tearsheet into @carbon/ibm-products-web-components ([#6204](https://github.com/carbon-design-system/ibm-products/issues/6204)) ([c21d102](https://github.com/carbon-design-system/ibm-products/commit/c21d102de17c311421884ddc17065f81e2c0f44a))
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
6
28
|
# [0.2.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-web-components@0.2.0-rc.0...@carbon/ibm-products-web-components@0.2.0) (2024-11-06)
|
7
29
|
|
8
30
|
**Note:** Version bump only for package @carbon/ibm-products-web-components
|
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.
|
4
|
+
"version": "0.3.0-rc.0",
|
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.
|
52
|
+
"@carbon/ibm-products-styles": "^2.50.0-rc.0",
|
53
53
|
"@carbon/styles": "1.68.0",
|
54
54
|
"@carbon/web-components": "2.16.0",
|
55
55
|
"lit": "^3.1.0"
|
@@ -92,5 +92,5 @@
|
|
92
92
|
"vitest": "^2.1.2",
|
93
93
|
"web-component-analyzer": "2.0.0"
|
94
94
|
},
|
95
|
-
"gitHead": "
|
95
|
+
"gitHead": "9c7e0212c0dfbad56428a845289a5e5b19615db2"
|
96
96
|
}
|