From f952dc3ba004e7ccd31ed6a1516b9984ed0e7a99 Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Tue, 7 Jan 2025 20:00:42 +0000 Subject: [PATCH] chore(release): publish 1.22.10 --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/angular/CHANGELOG.md | 13 +++++++++++++ packages/angular/package.json | 2 +- packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 2 +- packages/docs/CHANGELOG.md | 13 +++++++++++++ packages/docs/package.json | 2 +- packages/react/CHANGELOG.md | 13 +++++++++++++ packages/react/package.json | 2 +- packages/svelte/CHANGELOG.md | 13 +++++++++++++ packages/svelte/package.json | 2 +- packages/vue/CHANGELOG.md | 13 +++++++++++++ packages/vue/package.json | 2 +- 14 files changed, 98 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9a9df5ed..71f24f92cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.10 (2025-01-07) + +### Bug Fixes + +- **vite:** only externalize jsx-runtime + ([#1937](https://github.com/carbon-design-system/carbon-charts/issues/1937)) + ([5edea11](https://github.com/carbon-design-system/carbon-charts/commit/5edea11945a9ef744839fa84cb0be4966e3c5471)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.22.9 (2025-01-07) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 684d97d5bc..fdb33fa86c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.22.9", + "version": "1.22.10", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 4379c804bb..b3d3fe0a01 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.10 (2025-01-07) + +### Bug Fixes + +- **vite:** only externalize jsx-runtime + ([#1937](https://github.com/carbon-design-system/carbon-charts/issues/1937)) + ([5edea11](https://github.com/carbon-design-system/carbon-charts/commit/5edea11945a9ef744839fa84cb0be4966e3c5471)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.22.9 (2025-01-07) ### Bug Fixes diff --git a/packages/angular/package.json b/packages/angular/package.json index bc34967975..27c49a3641 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.22.9", + "version": "1.22.10", "description": "Carbon Charts component library for Angular", "exports": { "./styles.min.css": "./styles.min.css", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ad726bc099..7a8d7b4eca 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.10 (2025-01-07) + +### Bug Fixes + +- **vite:** only externalize jsx-runtime + ([#1937](https://github.com/carbon-design-system/carbon-charts/issues/1937)) + ([5edea11](https://github.com/carbon-design-system/carbon-charts/commit/5edea11945a9ef744839fa84cb0be4966e3c5471)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.22.9 (2025-01-07) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index ec0080021f..6f36e0fcf9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.22.9", + "version": "1.22.10", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 8011c0b2d2..7c0daf1186 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.10 (2025-01-07) + +### Bug Fixes + +- **vite:** only externalize jsx-runtime + ([#1937](https://github.com/carbon-design-system/carbon-charts/issues/1937)) + ([5edea11](https://github.com/carbon-design-system/carbon-charts/commit/5edea11945a9ef744839fa84cb0be4966e3c5471)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.22.9 (2025-01-07) ### Bug Fixes diff --git a/packages/docs/package.json b/packages/docs/package.json index 58f5f48394..796e1d363d 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/charts-docs", "private": true, - "version": "1.22.9", + "version": "1.22.10", "description": "Carbon Charts Documentation", "type": "module", "files": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9bfe300919..8a0e72e1a6 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.10 (2025-01-07) + +### Bug Fixes + +- **vite:** only externalize jsx-runtime + ([#1937](https://github.com/carbon-design-system/carbon-charts/issues/1937)) + ([5edea11](https://github.com/carbon-design-system/carbon-charts/commit/5edea11945a9ef744839fa84cb0be4966e3c5471)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.22.9 (2025-01-07) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 640fb1ee37..297aea42fa 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.22.9", + "version": "1.22.10", "description": "Carbon Charts component library for React", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 70c2db7ffa..cfd50aa4b9 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.10 (2025-01-07) + +### Bug Fixes + +- **vite:** only externalize jsx-runtime + ([#1937](https://github.com/carbon-design-system/carbon-charts/issues/1937)) + ([5edea11](https://github.com/carbon-design-system/carbon-charts/commit/5edea11945a9ef744839fa84cb0be4966e3c5471)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.22.9 (2025-01-07) ### Bug Fixes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index e82f4c66ae..45a42214cd 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.22.9", + "version": "1.22.10", "description": "Carbon Charts component library for Svelte", "scripts": { "postinstall": "ibmtelemetry --config=telemetry.yml", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index d6debc2c59..fcafd01e1c 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.10 (2025-01-07) + +### Bug Fixes + +- **vite:** only externalize jsx-runtime + ([#1937](https://github.com/carbon-design-system/carbon-charts/issues/1937)) + ([5edea11](https://github.com/carbon-design-system/carbon-charts/commit/5edea11945a9ef744839fa84cb0be4966e3c5471)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.22.9 (2025-01-07) ### Bug Fixes diff --git a/packages/vue/package.json b/packages/vue/package.json index 8ddc459a9d..4880c76deb 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.22.9", + "version": "1.22.10", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",