@carbon/charts-react 0.36.3 → 0.38.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,38 @@
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.38.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.37.1...v0.38.0) (2020-09-15)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-react
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.37.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.37.0...v0.37.1) (2020-09-14)
15
+
16
+ **Note:** Version bump only for package @carbon/charts-react
17
+
18
+
19
+
20
+
21
+
22
+ # [0.37.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.4...v0.37.0) (2020-09-11)
23
+
24
+ **Note:** Version bump only for package @carbon/charts-react
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.36.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.3...v0.36.4) (2020-09-10)
31
+
32
+ **Note:** Version bump only for package @carbon/charts-react
33
+
34
+
35
+
36
+
37
+
6
38
  ## [0.36.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.2...v0.36.3) (2020-09-10)
7
39
 
8
40
  **Note:** Version bump only for package @carbon/charts-react
package/README.md CHANGED
@@ -10,14 +10,14 @@
10
10
  Run the following command using [npm](https://www.npmjs.com/):
11
11
 
12
12
  ```bash
13
- npm install -S @carbon/charts @carbon/charts-react d3
13
+ npm install -S @carbon/charts @carbon/charts-react d3@5.x
14
14
  ```
15
15
 
16
16
  If you prefer [Yarn](https://yarnpkg.com/en/), use the following command
17
17
  instead:
18
18
 
19
19
  ```bash
20
- yarn add @carbon/charts @carbon/charts-react d3
20
+ yarn add @carbon/charts @carbon/charts-react d3@5.x
21
21
  ```
22
22
 
23
23
  **Note:** you'd also need to install `carbon-components` if you're not using a bundled version of the library.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-react",
3
- "version": "0.36.3",
3
+ "version": "0.38.0",
4
4
  "description": "Carbon charting components for React",
5
5
  "main": "./bundle.js",
6
6
  "module": "./index.js",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
48
48
  "dependencies": {
49
- "@carbon/charts": "^0.36.3"
49
+ "@carbon/charts": "^0.38.0"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^16.6.3",