@carbon/charts-svelte 1.22.10 → 1.22.12

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 +26 -0
  2. package/package.json +3 -3
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.22.12 (2025-01-13)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **vite-react:** externalize ['react', 'react-dom', 'react/jsx-runtime']
11
+ ([#1943](https://github.com/carbon-design-system/carbon-charts/issues/1943))
12
+ ([feb0092](https://github.com/carbon-design-system/carbon-charts/commit/feb0092f68410f8e97f9da1af22690f3bea086b7))
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.22.11 (2025-01-07)
20
+
21
+ ### Bug Fixes
22
+
23
+ - **vite:** remove all react externals
24
+ ([#1940](https://github.com/carbon-design-system/carbon-charts/issues/1940))
25
+ ([c75f93f](https://github.com/carbon-design-system/carbon-charts/commit/c75f93fab78eb4d14a13e32e759ecb3b2e4aa2ad))
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.22.10 (2025-01-07)
7
33
 
8
34
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-svelte",
3
- "version": "1.22.10",
3
+ "version": "1.22.12",
4
4
  "description": "Carbon Charts component library for Svelte",
5
5
  "scripts": {
6
6
  "postinstall": "ibmtelemetry --config=telemetry.yml",
@@ -36,7 +36,7 @@
36
36
  "svelte": "^4.0.0 || ^5.1.0"
37
37
  },
38
38
  "dependencies": {
39
- "@carbon/charts": "1.22.10",
39
+ "@carbon/charts": "1.22.12",
40
40
  "@ibm/telemetry-js": "^1.8.0"
41
41
  },
42
42
  "devDependencies": {
@@ -109,5 +109,5 @@
109
109
  "data",
110
110
  "typescript"
111
111
  ],
112
- "gitHead": "f952dc3ba004e7ccd31ed6a1516b9984ed0e7a99"
112
+ "gitHead": "51073ebddbe3d42d13ed79ac5f9ce672ce815056"
113
113
  }