@carbon/charts-svelte 1.27.3 → 1.27.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,51 @@
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.27.8 (2026-04-21)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-svelte
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
+
15
+ ## 1.27.7 (2026-04-20)
16
+
17
+ **Note:** Version bump only for package @carbon/charts-svelte
18
+
19
+ # Change Log
20
+
21
+ All notable changes to this project will be documented in this file. See
22
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23
+
24
+ ## 1.27.6 (2026-04-20)
25
+
26
+ **Note:** Version bump only for package @carbon/charts-svelte
27
+
28
+ # Change Log
29
+
30
+ All notable changes to this project will be documented in this file. See
31
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
32
+
33
+ ## 1.27.5 (2026-04-20)
34
+
35
+ **Note:** Version bump only for package @carbon/charts-svelte
36
+
37
+ # Change Log
38
+
39
+ All notable changes to this project will be documented in this file. See
40
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
41
+
42
+ ## 1.27.4 (2026-04-20)
43
+
44
+ **Note:** Version bump only for package @carbon/charts-svelte
45
+
46
+ # Change Log
47
+
48
+ All notable changes to this project will be documented in this file. See
49
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
50
+
6
51
  ## 1.27.3 (2026-03-11)
7
52
 
8
53
  **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.27.3",
3
+ "version": "1.27.8",
4
4
  "description": "Carbon Charts component library for Svelte",
5
5
  "scripts": {
6
6
  "postinstall": "ibmtelemetry --config=telemetry.yml",
@@ -39,7 +39,7 @@
39
39
  "svelte": "^5.20.2"
40
40
  },
41
41
  "dependencies": {
42
- "@carbon/charts": "1.27.3",
42
+ "@carbon/charts": "1.27.8",
43
43
  "@ibm/telemetry-js": "^1.9.1"
44
44
  },
45
45
  "devDependencies": {
@@ -59,7 +59,8 @@
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public",
62
- "tag": "next"
62
+ "tag": "next",
63
+ "provenance": true
63
64
  },
64
65
  "homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
65
66
  "repository": {
@@ -113,5 +114,5 @@
113
114
  "data",
114
115
  "typescript"
115
116
  ],
116
- "gitHead": "49815595bc8eb78c47848cdb67e105771cfc4d11"
117
+ "gitHead": "93173fdf7e33716cff407ef16d005ac38d30fabf"
117
118
  }