@carbon/charts-svelte 1.20.0 → 1.21.4

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 +75 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -3,6 +3,81 @@
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.21.4 (2024-09-16)
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.21.3 (2024-09-11)
16
+
17
+ ### Bug Fixes
18
+
19
+ - **lerna:** not using env, set explicitly
20
+ ([#1889](https://github.com/carbon-design-system/carbon-charts/issues/1889))
21
+ ([c47634a](https://github.com/carbon-design-system/carbon-charts/commit/c47634ac75c77493995519e19d1c49d1f571853f))
22
+
23
+ # Change Log
24
+
25
+ All notable changes to this project will be documented in this file. See
26
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
27
+
28
+ ## 1.21.2 (2024-09-08)
29
+
30
+ ### Bug Fixes
31
+
32
+ - **release:** remove auth-token from actions/setup-node@v4 and use env for publish
33
+ ([#1888](https://github.com/carbon-design-system/carbon-charts/issues/1888))
34
+ ([5bcb140](https://github.com/carbon-design-system/carbon-charts/commit/5bcb140f2ff099fca4b82209efef60f0a896c574))
35
+
36
+ # Change Log
37
+
38
+ All notable changes to this project will be documented in this file. See
39
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
40
+
41
+ ## 1.21.1 (2024-09-07)
42
+
43
+ ### Bug Fixes
44
+
45
+ - **release:** separate docs search index generation
46
+ ([#1884](https://github.com/carbon-design-system/carbon-charts/issues/1884))
47
+ ([2d1f84e](https://github.com/carbon-design-system/carbon-charts/commit/2d1f84ed9aea3a47f99d5fee74d96db52108d163))
48
+
49
+ # Change Log
50
+
51
+ All notable changes to this project will be documented in this file. See
52
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
53
+
54
+ # 1.21.0 (2024-09-02)
55
+
56
+ ### Features
57
+
58
+ - **netlify:** add logo to intro page
59
+ ([#1878](https://github.com/carbon-design-system/carbon-charts/issues/1878))
60
+ ([24feeae](https://github.com/carbon-design-system/carbon-charts/commit/24feeaef3f7ff33e4cdc3600fa7b867384af6db2))
61
+
62
+ # Change Log
63
+
64
+ All notable changes to this project will be documented in this file. See
65
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66
+
67
+ ## 1.20.1 (2024-08-29)
68
+
69
+ ### Bug Fixes
70
+
71
+ - **treemap:** assign leaf text color based on custom colors
72
+ ([#1881](https://github.com/carbon-design-system/carbon-charts/issues/1881))
73
+ ([f8b10b4](https://github.com/carbon-design-system/carbon-charts/commit/f8b10b433db004752ea5663aa638a8a14d3491ee)),
74
+ closes [#1880](https://github.com/carbon-design-system/carbon-charts/issues/1880)
75
+
76
+ # Change Log
77
+
78
+ All notable changes to this project will be documented in this file. See
79
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
80
+
6
81
  # 1.20.0 (2024-08-28)
7
82
 
8
83
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-svelte",
3
- "version": "1.20.0",
3
+ "version": "1.21.4",
4
4
  "description": "Carbon Charts component library for Svelte",
5
5
  "scripts": {
6
6
  "postinstall": "ibmtelemetry --config=telemetry.yml",
@@ -36,23 +36,23 @@
36
36
  "svelte": "^4.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "@carbon/charts": "1.20.0",
39
+ "@carbon/charts": "1.21.4",
40
40
  "@ibm/telemetry-js": "^1.6.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@playwright/test": "^1.46.1",
43
+ "@playwright/test": "^1.47.1",
44
44
  "@sveltejs/adapter-static": "^3.0.4",
45
- "@sveltejs/kit": "^2.5.22",
46
- "@sveltejs/package": "^2.3.4",
47
- "@sveltejs/vite-plugin-svelte": "^3.1.1",
48
- "eslint": "^9.9.0",
45
+ "@sveltejs/kit": "^2.5.27",
46
+ "@sveltejs/package": "^2.3.5",
47
+ "@sveltejs/vite-plugin-svelte": "^3.1.2",
48
+ "eslint": "^9.10.0",
49
49
  "prettier": "^3.3.3",
50
50
  "publint": "^0.2.10",
51
- "svelte": "^4.2.18",
52
- "svelte-check": "^3.8.5",
53
- "tslib": "^2.6.3",
54
- "typescript": "^5.5.4",
55
- "vite": "^5.4.1"
51
+ "svelte": "^4.2.19",
52
+ "svelte-check": "^4.0.2",
53
+ "tslib": "^2.7.0",
54
+ "typescript": "^5.6.2",
55
+ "vite": "^5.4.5"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"
@@ -109,5 +109,5 @@
109
109
  "data",
110
110
  "typescript"
111
111
  ],
112
- "gitHead": "b79ba5ff2897115f1a3b826f2417a3bde330eb4b"
112
+ "gitHead": "da5f19502051ae8479dae99054d78833764456de"
113
113
  }