@carbon/charts 1.11.5 → 1.11.7

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,33 @@
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.11.7](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.6...v1.11.7) (2023-07-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **react:** remounting errors
11
+ ([#1611](https://github.com/carbon-design-system/carbon-charts/issues/1611))
12
+ ([70c74a0](https://github.com/carbon-design-system/carbon-charts/commit/70c74a0d3bd60873c844df15f4f033b8fc20496c))
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
19
+ ## [1.11.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.5...v1.11.6) (2023-07-06)
20
+
21
+ ### Bug Fixes
22
+
23
+ - **meter.ts:** meter chart no longer have reduce error on empty data
24
+ ([#1605](https://github.com/carbon-design-system/carbon-charts/issues/1605))
25
+ ([fae76d4](https://github.com/carbon-design-system/carbon-charts/commit/fae76d4303ad4a4b8e0a66712c3db7e27bab885f)),
26
+ closes [#1604](https://github.com/carbon-design-system/carbon-charts/issues/1604)
27
+
28
+ # Change Log
29
+
30
+ All notable changes to this project will be documented in this file. See
31
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
32
+
6
33
  ## [1.11.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.4...v1.11.5) (2023-07-06)
7
34
 
8
35
  ### Bug Fixes