@carbon/charts 1.13.10 → 1.13.11
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 +13 -0
- package/dist/demo/index.mjs +5 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.13.11 (2023-12-18)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **svelte:** strongly type dispatched events
|
|
11
|
+
([#1703](https://github.com/carbon-design-system/carbon-charts/issues/1703))
|
|
12
|
+
([1a37ef2](https://github.com/carbon-design-system/carbon-charts/commit/1a37ef2be692400b257446f62d1350899e27dd59))
|
|
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
|
+
|
|
6
19
|
## 1.13.10 (2023-12-18)
|
|
7
20
|
|
|
8
21
|
**Note:** Version bump only for package @carbon/charts
|
package/dist/demo/index.mjs
CHANGED
|
@@ -48753,7 +48753,7 @@ const m3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48753
48753
|
heatmapPositiveNegativeData: bM,
|
|
48754
48754
|
heatmapPositiveNegativeOptions: WM,
|
|
48755
48755
|
heatmapQuantizeLegendOption: hM
|
|
48756
|
-
}, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.13.
|
|
48756
|
+
}, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.13.11", _E = "Carbon Charts component library", eE = "./dist/index.mjs", aE = "./dist/umd/bundle.umd.js", SE = "./dist/index.d.ts", ME = {
|
|
48757
48757
|
"./package.json": "./package.json",
|
|
48758
48758
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48759
48759
|
"./styles.css": "./dist/styles.css",
|
|
@@ -48931,7 +48931,7 @@ const m3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48931
48931
|
maintainers: RE,
|
|
48932
48932
|
contributors: FE,
|
|
48933
48933
|
gitHead: IE
|
|
48934
|
-
}, sE = "@carbon/charts-angular", lE = "1.13.
|
|
48934
|
+
}, sE = "@carbon/charts-angular", lE = "1.13.11", uE = "Carbon Charts component library for Angular", TE = {
|
|
48935
48935
|
"./styles.min.css": "./styles.min.css",
|
|
48936
48936
|
"./styles.css": "./styles.css"
|
|
48937
48937
|
}, PE = !1, BE = {
|
|
@@ -49058,7 +49058,7 @@ const m3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49058
49058
|
maintainers: yE,
|
|
49059
49059
|
contributors: vE,
|
|
49060
49060
|
gitHead: HE
|
|
49061
|
-
}, hE = "@carbon/charts-react", WE = "1.13.
|
|
49061
|
+
}, hE = "@carbon/charts-react", WE = "1.13.11", bE = "Carbon Charts component library for React", VE = "module", YE = "./dist/index.js", kE = "./dist/index.mjs", fE = "./dist/index.d.ts", ZE = {
|
|
49062
49062
|
"./package.json": "./package.json",
|
|
49063
49063
|
".": {
|
|
49064
49064
|
types: "./dist/index.d.ts",
|
|
@@ -49188,7 +49188,7 @@ const m3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49188
49188
|
maintainers: aN,
|
|
49189
49189
|
contributors: SN,
|
|
49190
49190
|
gitHead: MN
|
|
49191
|
-
}, NN = "@carbon/charts-svelte", tN = "1.13.
|
|
49191
|
+
}, NN = "@carbon/charts-svelte", tN = "1.13.11", LN = "Carbon Charts component library for Svelte", DN = {
|
|
49192
49192
|
postinstall: "carbon-telemetry collect --install",
|
|
49193
49193
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49194
49194
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
@@ -49310,7 +49310,7 @@ const m3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49310
49310
|
author: dN,
|
|
49311
49311
|
keywords: pN,
|
|
49312
49312
|
gitHead: mN
|
|
49313
|
-
}, UN = "@carbon/charts-vue", GN = "1.13.
|
|
49313
|
+
}, UN = "@carbon/charts-vue", GN = "1.13.11", gN = "Carbon Charts component library for Vue", KN = "./dist/index.js", yN = "./dist/index.mjs", vN = "./dist/index.d.ts", HN = {
|
|
49314
49314
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49315
49315
|
"./styles.css": "./dist/styles.css",
|
|
49316
49316
|
".": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.11",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"main": "./dist/umd/bundle.umd.js",
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"url": "https://github.com/theiliad"
|
|
176
176
|
}
|
|
177
177
|
],
|
|
178
|
-
"gitHead": "
|
|
178
|
+
"gitHead": "0ecc194fbb9bd83cd27e63d4f454f8912c3f051c"
|
|
179
179
|
}
|