@carbon/ibm-products-web-components 0.9.0-rc.0 → 0.9.0

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.
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- var version = "0.8.0";
8
+ var version = "0.9.0-rc.0";
9
9
  var packageJson = {
10
10
  version: version};
11
11
 
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.9.0-rc.0",
4
+ "version": "0.9.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
  "coverage": "vitest run --coverage"
50
50
  },
51
51
  "dependencies": {
52
- "@carbon/ibm-products-styles": "^2.56.0-rc.0",
52
+ "@carbon/ibm-products-styles": "^2.56.0",
53
53
  "@carbon/styles": "1.74.0",
54
54
  "@carbon/web-components": "2.22.0",
55
55
  "lit": "^3.1.0"
@@ -96,5 +96,5 @@
96
96
  "vitest": "^3.0.1",
97
97
  "web-component-analyzer": "2.0.0"
98
98
  },
99
- "gitHead": "c6483ba5c87a8c7b18a79188205dd425f9a406cb"
99
+ "gitHead": "802c916a0f4325e3530a340e187320d011187b51"
100
100
  }