@carbon/charts 1.16.5 → 1.16.6
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 +9 -0
- package/dist/demo/index.mjs +4 -4
- package/package.json +2 -2
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.16.6 (2024-06-15)
|
|
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.16.5 (2024-06-15)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @carbon/charts
|
package/dist/demo/index.mjs
CHANGED
|
@@ -48821,7 +48821,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48821
48821
|
heatmapPositiveNegativeData: JM,
|
|
48822
48822
|
heatmapPositiveNegativeOptions: wM,
|
|
48823
48823
|
heatmapQuantizeLegendOption: ZM
|
|
48824
|
-
}, Symbol.toStringTag, { value: "Module" })), tE = "@carbon/charts", LE = "1.16.
|
|
48824
|
+
}, Symbol.toStringTag, { value: "Module" })), tE = "@carbon/charts", LE = "1.16.6", DE = "Carbon Charts component library", oE = "module", rE = "./dist/index.mjs", nE = "./dist/umd/bundle.umd.js", iE = "./dist/index.d.ts", CE = {
|
|
48825
48825
|
"./package.json": "./package.json",
|
|
48826
48826
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48827
48827
|
"./styles.css": "./dist/styles.css",
|
|
@@ -49004,7 +49004,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49004
49004
|
maintainers: dE,
|
|
49005
49005
|
contributors: pE,
|
|
49006
49006
|
gitHead: UE
|
|
49007
|
-
}, mE = "@carbon/charts-react", GE = "1.16.
|
|
49007
|
+
}, mE = "@carbon/charts-react", GE = "1.16.6", gE = "Carbon Charts component library for React", KE = "module", yE = "./dist/index.js", vE = "./dist/index.mjs", HE = "./dist/index.d.ts", hE = {
|
|
49008
49008
|
"./package.json": "./package.json",
|
|
49009
49009
|
".": {
|
|
49010
49010
|
types: "./dist/index.d.ts",
|
|
@@ -49135,7 +49135,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49135
49135
|
maintainers: QE,
|
|
49136
49136
|
contributors: jE,
|
|
49137
49137
|
gitHead: qE
|
|
49138
|
-
}, AN = "@carbon/charts-svelte", _N = "1.16.
|
|
49138
|
+
}, AN = "@carbon/charts-svelte", _N = "1.16.6", eN = "Carbon Charts component library for Svelte", aN = {
|
|
49139
49139
|
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
49140
49140
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49141
49141
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
@@ -49256,7 +49256,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49256
49256
|
author: sN,
|
|
49257
49257
|
keywords: lN,
|
|
49258
49258
|
gitHead: uN
|
|
49259
|
-
}, TN = "@carbon/charts-vue", PN = "1.16.
|
|
49259
|
+
}, TN = "@carbon/charts-vue", PN = "1.16.6", BN = "Carbon Charts component library for Vue", cN = "module", dN = "./dist/index.mjs", pN = "./dist/index.d.ts", UN = {
|
|
49260
49260
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49261
49261
|
"./styles.css": "./dist/styles.css",
|
|
49262
49262
|
".": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.6",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
"url": "https://github.com/theiliad"
|
|
181
181
|
}
|
|
182
182
|
],
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "1bdbc11f311e54dc15ce1f200f950197a536b44c"
|
|
184
184
|
}
|