@carbon/charts 0.44.0 → 0.44.1

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.44.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.0...v0.44.1) (2021-08-19)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+
11
+
12
+
13
+
6
14
  # [0.44.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.43.0...v0.44.0) (2021-08-18)
7
15
 
8
16
 
package/README.md CHANGED
@@ -7,14 +7,14 @@
7
7
  Run the following command using [npm](https://www.npmjs.com/):
8
8
 
9
9
  ```bash
10
- npm install -S @carbon/charts d3@5.x
10
+ npm install -S @carbon/charts d3
11
11
  ```
12
12
 
13
13
  If you prefer [Yarn](https://yarnpkg.com/en/), use the following command
14
14
  instead:
15
15
 
16
16
  ```bash
17
- yarn add @carbon/charts d3@5.x
17
+ yarn add @carbon/charts d3
18
18
  ```
19
19
 
20
20
  **Note:** you'd also need to install `carbon-components` if you're not using a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts",
3
- "version": "0.44.0",
3
+ "version": "0.44.1",
4
4
  "description": "Carbon charting components",
5
5
  "main": "./bundle.js",
6
6
  "module": "./index.js",