@carbon/ibm-products-web-components 0.3.0-rc.1 → 0.3.0

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-web-components@0.3.0-rc.1...@carbon/ibm-products-web-components@0.3.0) (2024-11-20)
7
+
8
+ **Note:** Version bump only for package @carbon/ibm-products-web-components
9
+
10
+
11
+
12
+
13
+
6
14
  # 0.3.0-rc.1 (2024-11-15)
7
15
 
8
16
 
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.3.0-rc.1",
4
+ "version": "0.3.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.50.0-rc.1",
52
+ "@carbon/ibm-products-styles": "^2.50.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": "9bdef903b3824229bdaf67f77ee4a7f37e2d8cb1"
95
+ "gitHead": "046fd4ba4d5299b15f0ac8ef69811277a8f28553"
96
96
  }