@carbon/charts-react 0.41.56 → 0.41.57

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 +8 -19
  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.56](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.55...v0.41.56) (2021-04-16)
6
+ ## [0.41.57](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.56...v0.41.57) (2021-04-20)
7
7
 
8
8
  **Note:** Version bump only for package @carbon/charts-react
9
9
 
@@ -11,46 +11,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.41.55](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.54...v0.41.55) (2021-04-14)
14
+ # Change Log
15
15
 
16
- **Note:** Version bump only for package @carbon/charts-react
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
18
 
19
+ ## [0.41.56](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.55...v0.41.56) (2021-04-16)
18
20
 
21
+ **Note:** Version bump only for package @carbon/charts-react
19
22
 
23
+ ## [0.41.55](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.54...v0.41.55) (2021-04-14)
20
24
 
25
+ **Note:** Version bump only for package @carbon/charts-react
21
26
 
22
27
  ## [0.41.54](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.53...v0.41.54) (2021-04-14)
23
28
 
24
29
  **Note:** Version bump only for package @carbon/charts-react
25
30
 
26
-
27
-
28
-
29
-
30
31
  ## [0.41.53](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.52...v0.41.53) (2021-04-13)
31
32
 
32
33
  **Note:** Version bump only for package @carbon/charts-react
33
34
 
34
-
35
-
36
-
37
-
38
35
  ## [0.41.52](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.51...v0.41.52) (2021-04-12)
39
36
 
40
37
  **Note:** Version bump only for package @carbon/charts-react
41
38
 
42
-
43
-
44
-
45
-
46
39
  ## [0.41.51](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.50...v0.41.51) (2021-04-12)
47
40
 
48
41
  **Note:** Version bump only for package @carbon/charts-react
49
42
 
50
-
51
-
52
-
53
-
54
43
  # Change Log
55
44
 
56
45
  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.56",
3
+ "version": "0.41.57",
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.56",
52
+ "@carbon/charts": "^0.41.57",
53
53
  "@carbon/telemetry": "0.0.0-alpha.6"
54
54
  },
55
55
  "peerDependencies": {