@carbon/ibm-products-web-components 0.4.0-rc.0 → 0.4.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/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.4.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-web-components@0.4.0-rc.0...@carbon/ibm-products-web-components@0.4.0) (2024-12-04)
7
+
8
+ **Note:** Version bump only for package @carbon/ibm-products-web-components
9
+
10
+
11
+
12
+
13
+
6
14
  # [0.4.0-rc.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-web-components@0.3.0-rc.0...@carbon/ibm-products-web-components@0.4.0-rc.0) (2024-11-25)
7
15
 
8
16
 
@@ -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.3.0";
10
+ var version = "0.4.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
  wca: "web-component-analyzer analyze src --outFile custom-elements.json"
56
56
  };
57
57
  var dependencies = {
58
- "@carbon/ibm-products-styles": "^2.50.0",
58
+ "@carbon/ibm-products-styles": "^2.51.0-rc.0",
59
59
  "@carbon/styles": "1.69.0",
60
60
  "@carbon/web-components": "2.17.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.4.0-rc.0",
4
+ "version": "0.4.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.51.0-rc.0",
52
+ "@carbon/ibm-products-styles": "^2.51.0",
53
53
  "@carbon/styles": "1.69.0",
54
54
  "@carbon/web-components": "2.17.0",
55
55
  "lit": "^3.1.0"
@@ -93,5 +93,5 @@
93
93
  "vitest": "^2.1.2",
94
94
  "web-component-analyzer": "2.0.0"
95
95
  },
96
- "gitHead": "1a5820cb6143a7d2ad3ff00914f4d0f4e7f53df9"
96
+ "gitHead": "7cbca46dca691777aee495a9626b1967ad9e3be9"
97
97
  }