@carbon/charts 1.10.3 → 1.10.4

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,15 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.10.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.3...v1.10.4) (2023-06-27)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
6
15
  ## [1.10.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.2...v1.10.3) (2023-06-26)
7
16
 
8
17
  **Note:** Version bump only for package @carbon/charts
package/README.md CHANGED
@@ -23,9 +23,9 @@ yarn add @carbon/charts @carbon/styles d3 d3-cloud d3-sankey
23
23
  Read
24
24
  [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-vanilla-javascript--docs)
25
25
 
26
- ## StackBlitz examples
26
+ ## Storybook and StackBlitz Examples
27
27
 
28
- [Sample use cases can be seen here](https://carbon-design-system.github.io/carbon-charts).
28
+ [Live examples](https://carbon-design-system.github.io/carbon-charts).
29
29
 
30
30
  **When opening the link above**, click on the **Edit on StackBlitz** button for each demo to see an
31
31
  isolated project showing you how to reproduce the demo.