@carbon/charts 0.40.13 → 0.40.14

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,17 @@
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.40.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.13...v0.40.14) (2020-11-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** replace import to lodash with lodash-es ([700ba09](https://github.com/carbon-design-system/carbon-charts/commit/700ba0989ca130c2b750acc868b5bc36192f6f07))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.40.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.12...v0.40.13) (2020-11-06)
7
18
 
8
19
  **Note:** Version bump only for package @carbon/charts
@@ -6,6 +6,7 @@ export declare namespace Tools {
6
6
  export const merge: any;
7
7
  export const removeArrayDuplicates: any;
8
8
  export const clamp: any;
9
+ export const isEmpty: any;
9
10
  export const isEqual: any;
10
11
  export const flatMapDeep: any;
11
12
  export const kebabCase: any;