@carbon/charts-react 0.41.75 → 0.41.79

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 +35 -6
  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.75](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.74...v0.41.75) (2021-06-24)
6
+ ## [0.41.79](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.78...v0.41.79) (2021-06-29)
7
7
 
8
8
  **Note:** Version bump only for package @carbon/charts-react
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.41.74](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.73...v0.41.74) (2021-06-24)
14
+ ## [0.41.78](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.77...v0.41.78) (2021-06-29)
15
15
 
16
16
  **Note:** Version bump only for package @carbon/charts-react
17
17
 
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- ## [0.41.73](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.72...v0.41.73) (2021-06-24)
22
+ ## [0.41.77](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.76...v0.41.77) (2021-06-25)
23
23
 
24
24
  **Note:** Version bump only for package @carbon/charts-react
25
25
 
@@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
27
 
28
28
 
29
29
 
30
- ## [0.41.72](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.71...v0.41.72) (2021-06-23)
30
+ ## [0.41.76](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.75...v0.41.76) (2021-06-24)
31
31
 
32
32
  **Note:** Version bump only for package @carbon/charts-react
33
33
 
@@ -35,7 +35,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
35
35
 
36
36
 
37
37
 
38
- ## [0.41.71](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.70...v0.41.71) (2021-06-21)
38
+ # Change Log
39
+
40
+ All notable changes to this project will be documented in this file. See
41
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
42
+
43
+ ## [0.41.75](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.74...v0.41.75) (2021-06-24)
39
44
 
40
45
  **Note:** Version bump only for package @carbon/charts-react
41
46
 
@@ -43,7 +48,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
43
48
 
44
49
 
45
50
 
46
- ## [0.41.70](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.69...v0.41.70) (2021-06-21)
51
+ ## [0.41.74](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.73...v0.41.74) (2021-06-24)
47
52
 
48
53
  **Note:** Version bump only for package @carbon/charts-react
49
54
 
@@ -51,6 +56,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
51
56
 
52
57
 
53
58
 
59
+ ## [0.41.73](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.72...v0.41.73) (2021-06-24)
60
+
61
+ **Note:** Version bump only for package @carbon/charts-react
62
+
63
+
64
+
65
+
66
+
67
+ ## [0.41.72](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.71...v0.41.72) (2021-06-23)
68
+
69
+ **Note:** Version bump only for package @carbon/charts-react
70
+
71
+
72
+
73
+
74
+
75
+ ## [0.41.71](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.70...v0.41.71) (2021-06-21)
76
+
77
+ **Note:** Version bump only for package @carbon/charts-react
78
+
79
+ ## [0.41.70](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.69...v0.41.70) (2021-06-21)
80
+
81
+ **Note:** Version bump only for package @carbon/charts-react
82
+
54
83
  # Change Log
55
84
 
56
85
  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.75",
3
+ "version": "0.41.79",
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.75",
52
+ "@carbon/charts": "^0.41.79",
53
53
  "@carbon/icons-react": "^10.32.0",
54
54
  "@carbon/telemetry": "0.0.0-alpha.6"
55
55
  },