@carbon/charts-react 0.41.37 → 0.41.41

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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.41.41](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.40...v0.41.41) (2021-03-02)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-react
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.41.40](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.39...v0.41.40) (2021-03-01)
15
+
16
+ **Note:** Version bump only for package @carbon/charts-react
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.41.39](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.38...v0.41.39) (2021-02-25)
23
+
24
+ **Note:** Version bump only for package @carbon/charts-react
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.41.38](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.37...v0.41.38) (2021-02-23)
31
+
32
+ **Note:** Version bump only for package @carbon/charts-react
33
+
34
+
35
+
36
+
37
+
6
38
  ## [0.41.37](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.36...v0.41.37) (2021-02-23)
7
39
 
8
40
  **Note:** Version bump only for package @carbon/charts-react
@@ -20,10 +52,6 @@ All notable changes to this project will be documented in this file. See
20
52
 
21
53
  **Note:** Version bump only for package @carbon/charts-react
22
54
 
23
-
24
-
25
-
26
-
27
55
  # Change Log
28
56
 
29
57
  All notable changes to this project will be documented in this file. See
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-react",
3
- "version": "0.41.37",
3
+ "version": "0.41.41",
4
4
  "description": "Carbon charting components for React",
5
5
  "main": "./bundle.js",
6
6
  "module": "./index.js",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
51
51
  "dependencies": {
52
- "@carbon/charts": "^0.41.37",
52
+ "@carbon/charts": "^0.41.41",
53
53
  "@carbon/telemetry": "0.0.0-alpha.6"
54
54
  },
55
55
  "peerDependencies": {