@carbon/charts-react 0.44.1 → 0.45.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.45.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.1...v0.45.0) (2021-08-19)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-react
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.44.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.0...v0.44.1) (2021-08-19)
7
15
 
8
16
  **Note:** Version bump only for package @carbon/charts-react
package/README.md CHANGED
@@ -27,7 +27,7 @@ bundled version of the library.
27
27
  ## Step-by-step instructions
28
28
 
29
29
  Read
30
- [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/tutorials-getting-started--react)
30
+ [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-getting-started--react)
31
31
 
32
32
  ## Codesandbox examples
33
33
 
@@ -46,7 +46,7 @@ For instance in the case of a donut chart you're able to pass in an additional
46
46
  field called `center` in your options configuring the donut center.
47
47
 
48
48
  For instructions on using the **tabular data format**, see
49
- [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/tutorials--tabular-data-format)
49
+ [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-tutorials--tabular-data-format)
50
50
 
51
51
  There are also additional options available depending on the chart type being
52
52
  used,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-react",
3
- "version": "0.44.1",
3
+ "version": "0.45.0",
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.44.1",
52
+ "@carbon/charts": "^0.45.0",
53
53
  "@carbon/icons-react": "^10.32.0",
54
54
  "@carbon/telemetry": "0.0.0-alpha.6"
55
55
  },