@carbon/ibm-products-web-components 0.1.1-canary.3605 → 0.2.0-canary.3607

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,27 @@
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.2.0-rc.0 (2024-10-28)
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
+ * 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))
15
+
16
+
17
+ ### Features
18
+
19
+ * **`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))
20
+ * 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))
21
+ * **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))
22
+
23
+
24
+
25
+
26
+
6
27
  # [0.1.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-web-components@0.1.0-rc.0...@carbon/ibm-products-web-components@0.1.0) (2024-10-23)
7
28
 
8
29
  **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.1.1-canary.3605+3f4e21ae0",
4
+ "version": "0.2.0-canary.3607+eafbba33b",
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.48.0",
52
+ "@carbon/ibm-products-styles": "^2.39.1-canary.327+eafbba33b",
53
53
  "@carbon/styles": "1.67.0",
54
54
  "@carbon/web-components": "2.15.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": "3f4e21ae04e772d6687c3295c512dd13979e9bd4"
95
+ "gitHead": "eafbba33b6c9630457eeb0c6d86d030ee699940f"
96
96
  }