@carbon/charts-react 0.41.24 → 0.41.28

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 +21 -5
  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.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.23...v0.41.24) (2021-01-15)
6
+ ## [0.41.28](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.27...v0.41.28) (2021-01-26)
7
7
 
8
8
  **Note:** Version bump only for package @carbon/charts-react
9
9
 
@@ -11,24 +11,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.41.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.22...v0.41.23) (2021-01-15)
14
+ # Change Log
15
15
 
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
16
18
 
17
- ### Bug Fixes
19
+ ## [0.41.27](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.26...v0.41.27) (2021-01-20)
18
20
 
19
- * **types:** add peak, status properties to MeterChartOptions interface ([#924](https://github.com/carbon-design-system/carbon-charts/issues/924)) ([ffff193](https://github.com/carbon-design-system/carbon-charts/commit/ffff19380e391fc603600e2630f7bb583a6a335b)), closes [#920](https://github.com/carbon-design-system/carbon-charts/issues/920)
21
+ **Note:** Version bump only for package @carbon/charts-react
20
22
 
23
+ ## [0.41.26](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.25...v0.41.26) (2021-01-19)
21
24
 
25
+ **Note:** Version bump only for package @carbon/charts-react
22
26
 
27
+ ## [0.41.25](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.24...v0.41.25) (2021-01-18)
23
28
 
29
+ **Note:** Version bump only for package @carbon/charts-react
24
30
 
25
- ## [0.41.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.21...v0.41.22) (2021-01-15)
31
+ ## [0.41.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.23...v0.41.24) (2021-01-15)
26
32
 
27
33
  **Note:** Version bump only for package @carbon/charts-react
28
34
 
35
+ ## [0.41.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.22...v0.41.23) (2021-01-15)
36
+
37
+ ### Bug Fixes
29
38
 
39
+ - **types:** add peak, status properties to MeterChartOptions interface
40
+ ([#924](https://github.com/carbon-design-system/carbon-charts/issues/924))
41
+ ([ffff193](https://github.com/carbon-design-system/carbon-charts/commit/ffff19380e391fc603600e2630f7bb583a6a335b)),
42
+ closes
43
+ [#920](https://github.com/carbon-design-system/carbon-charts/issues/920)
30
44
 
45
+ ## [0.41.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.21...v0.41.22) (2021-01-15)
31
46
 
47
+ **Note:** Version bump only for package @carbon/charts-react
32
48
 
33
49
  # Change Log
34
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-react",
3
- "version": "0.41.24",
3
+ "version": "0.41.28",
4
4
  "description": "Carbon charting components for React",
5
5
  "main": "./bundle.js",
6
6
  "module": "./index.js",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
50
50
  "dependencies": {
51
- "@carbon/charts": "^0.41.24"
51
+ "@carbon/charts": "^0.41.28"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "^16.6.3",