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

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.
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  //#region package.json
9
- var version = "0.41.0";
9
+ var version = "0.41.1-rc.0";
10
10
  //#endregion
11
11
  export { version };
12
12
 
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  //#region package.json
9
- var version = "0.41.0";
9
+ var version = "0.41.1-rc.0";
10
10
  //#endregion
11
11
  export { version };
12
12
 
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.41.1-rc.0",
4
+ "version": "0.41.1",
5
5
  "license": "Apache-2.0",
6
6
  "main": "es/index.js",
7
7
  "module": "es/index.js",
@@ -108,5 +108,5 @@
108
108
  "vitest": "^3.2.0",
109
109
  "web-component-analyzer": "2.0.0"
110
110
  },
111
- "gitHead": "873abb7b28373ab7d8bb5d4c93ae98ee99112723"
111
+ "gitHead": "f1ec2fe96cec5ac06708123a7ec9f5a2f9612313"
112
112
  }