@carbon/ibm-products-web-components 0.37.0-rc.0 → 0.37.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.
package/es/package.js CHANGED
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  //#region package.json
9
- var version = "0.36.0";
9
+ var version = "0.37.0-rc.0";
10
10
 
11
11
  //#endregion
12
12
  export { version };
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  //#region package.json
9
- var version = "0.36.0";
9
+ var version = "0.37.0-rc.0";
10
10
 
11
11
  //#endregion
12
12
  export { version };
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.37.0-rc.0",
4
+ "version": "0.37.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "es/index.js",
7
7
  "module": "es/index.js",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@carbon-labs/wc-empty-state": "^0.13.0",
60
- "@carbon/ibm-products-styles": "^2.84.0-rc.0",
60
+ "@carbon/ibm-products-styles": "^2.84.0",
61
61
  "@carbon/layout": "^11.42.0",
62
62
  "@carbon/styles": "^1.101.0",
63
63
  "@carbon/utilities": "^0.16.0",
@@ -107,5 +107,5 @@
107
107
  "vitest": "^3.2.0",
108
108
  "web-component-analyzer": "2.0.0"
109
109
  },
110
- "gitHead": "de44a892a9e78f573c0c8beaf0a10f2e569b068a"
110
+ "gitHead": "36887ec0e0e106020b0234f7e089d269de9ce404"
111
111
  }