@carbon/ibm-products-web-components 0.8.0-rc.0 → 0.8.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.
@@ -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.7.0";
10
+ var version = "0.8.0-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
  coverage: "vitest run --coverage"
56
56
  };
57
57
  var dependencies = {
58
- "@carbon/ibm-products-styles": "^2.54.0",
58
+ "@carbon/ibm-products-styles": "^2.55.0-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.8.0-rc.0",
4
+ "version": "0.8.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.55.0-rc.0",
52
+ "@carbon/ibm-products-styles": "^2.55.0",
53
53
  "@carbon/styles": "1.71.0",
54
54
  "@carbon/web-components": "2.19.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": "4fef191d8edeab2fd1bb5ecd379a12b79c043889"
99
+ "gitHead": "062019e2651b49e5887973a50d08c05e3576c2e2"
100
100
  }