@carbon/charts 1.5.0 → 1.5.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,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
+ ## [1.5.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.0...v1.5.1) (2022-08-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * show correct time format in ticks with milliseconds ([#1419](https://github.com/carbon-design-system/carbon-charts/issues/1419)) ([d527f05](https://github.com/carbon-design-system/carbon-charts/commit/d527f052d3307be80f7e218f7df832c1bb04c92c))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.5.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.4.0...v1.5.0) (2022-07-22)
7
18
 
8
19
 
@@ -98,9 +98,7 @@ export declare const createSvelteChartApp: {
98
98
  '@carbon/charts-svelte': any;
99
99
  '@sveltejs/vite-plugin-svelte': string;
100
100
  d3: string;
101
- sass: string;
102
101
  svelte: string;
103
- 'svelte-hmr': string;
104
102
  vite: string;
105
103
  };
106
104
  };