@carbon/charts-react 0.41.72 → 0.41.76

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 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.72](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.71...v0.41.72) (2021-06-23)
6
+ ## [0.41.76](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.75...v0.41.76) (2021-06-24)
7
7
 
8
8
  **Note:** Version bump only for package @carbon/charts-react
9
9
 
@@ -11,7 +11,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.41.71](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.70...v0.41.71) (2021-06-21)
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
19
+ ## [0.41.75](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.74...v0.41.75) (2021-06-24)
15
20
 
16
21
  **Note:** Version bump only for package @carbon/charts-react
17
22
 
@@ -19,7 +24,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
24
 
20
25
 
21
26
 
22
- ## [0.41.70](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.69...v0.41.70) (2021-06-21)
27
+ ## [0.41.74](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.73...v0.41.74) (2021-06-24)
23
28
 
24
29
  **Note:** Version bump only for package @carbon/charts-react
25
30
 
@@ -27,6 +32,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
32
 
28
33
 
29
34
 
35
+ ## [0.41.73](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.72...v0.41.73) (2021-06-24)
36
+
37
+ **Note:** Version bump only for package @carbon/charts-react
38
+
39
+
40
+
41
+
42
+
43
+ ## [0.41.72](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.71...v0.41.72) (2021-06-23)
44
+
45
+ **Note:** Version bump only for package @carbon/charts-react
46
+
47
+
48
+
49
+
50
+
51
+ ## [0.41.71](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.70...v0.41.71) (2021-06-21)
52
+
53
+ **Note:** Version bump only for package @carbon/charts-react
54
+
55
+ ## [0.41.70](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.69...v0.41.70) (2021-06-21)
56
+
57
+ **Note:** Version bump only for package @carbon/charts-react
58
+
30
59
  # Change Log
31
60
 
32
61
  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.72",
3
+ "version": "0.41.76",
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.72",
52
+ "@carbon/charts": "^0.41.76",
53
53
  "@carbon/icons-react": "^10.32.0",
54
54
  "@carbon/telemetry": "0.0.0-alpha.6"
55
55
  },