@carbon/charts-svelte 1.15.7 → 1.16.0

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,32 @@
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.0 (2024-05-14)
7
+
8
+ ### Features
9
+
10
+ - **telemetry:** instrument charts packages with JS scope
11
+ ([#1797](https://github.com/carbon-design-system/carbon-charts/issues/1797))
12
+ ([c60b24e](https://github.com/carbon-design-system/carbon-charts/commit/c60b24e499d64dc991339f3abe7a4c29df2adfa2))
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.15.8 (2024-05-10)
20
+
21
+ ### Bug Fixes
22
+
23
+ - **stacked-axis:** number labels breaking the axis
24
+ ([#1821](https://github.com/carbon-design-system/carbon-charts/issues/1821))
25
+ ([0aec1f1](https://github.com/carbon-design-system/carbon-charts/commit/0aec1f1f9a9b49694867ec2257da5ccff0926191))
26
+
27
+ # Change Log
28
+
29
+ All notable changes to this project will be documented in this file. See
30
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
31
+
6
32
  ## 1.15.7 (2024-04-18)
7
33
 
8
34
  **Note:** Version bump only for package @carbon/charts-svelte
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-svelte",
3
- "version": "1.15.7",
3
+ "version": "1.16.0",
4
4
  "description": "Carbon Charts component library for Svelte",
5
5
  "scripts": {
6
6
  "postinstall": "ibmtelemetry --config=telemetry.yml",
@@ -43,8 +43,8 @@
43
43
  "svelte": "^3.31.0 || ^4.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@carbon/charts": "1.15.7",
47
- "@ibm/telemetry-js": "^1.4.0"
46
+ "@carbon/charts": "1.16.0",
47
+ "@ibm/telemetry-js": "^1.5.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@stackblitz/sdk": "^1.9.0",
@@ -120,5 +120,5 @@
120
120
  "data",
121
121
  "typescript"
122
122
  ],
123
- "gitHead": "d6e42aaf64e1bd27191ade6a3982678bbf1937dc"
123
+ "gitHead": "777a1ade59fb9ea8f95b8e091c0cdfa0b1b68085"
124
124
  }
package/telemetry.yml CHANGED
@@ -4,4 +4,7 @@ projectId: f4284ccd-bed3-420a-ab93-829c790246e7
4
4
  endpoint: "https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics"
5
5
  collect:
6
6
  npm:
7
- dependencies: null
7
+ dependencies: null
8
+ js:
9
+ functions: {}
10
+ tokens: null