diff --git a/CHANGELOG.md b/CHANGELOG.md index 398481b08a..fd0438c877 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.21.2 (2024-09-08) + +### Bug Fixes + +- **release:** remove auth-token from actions/setup-node@v4 and use env for publish + ([#1888](https://github.com/carbon-design-system/carbon-charts/issues/1888)) + ([5bcb140](https://github.com/carbon-design-system/carbon-charts/commit/5bcb140f2ff099fca4b82209efef60f0a896c574)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.21.1 (2024-09-07) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 3fee2c2e7a..cee1159137 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.21.1", + "version": "1.21.2", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 01a1e844d6..11d5a7a8ba 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.21.2 (2024-09-08) + +### Bug Fixes + +- **release:** remove auth-token from actions/setup-node@v4 and use env for publish + ([#1888](https://github.com/carbon-design-system/carbon-charts/issues/1888)) + ([5bcb140](https://github.com/carbon-design-system/carbon-charts/commit/5bcb140f2ff099fca4b82209efef60f0a896c574)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.21.1 (2024-09-07) ### Bug Fixes diff --git a/packages/angular/package.json b/packages/angular/package.json index a77fb68527..440039ab09 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.21.1", + "version": "1.21.2", "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 a887d841f0..e9827bd203 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.21.2 (2024-09-08) + +### Bug Fixes + +- **release:** remove auth-token from actions/setup-node@v4 and use env for publish + ([#1888](https://github.com/carbon-design-system/carbon-charts/issues/1888)) + ([5bcb140](https://github.com/carbon-design-system/carbon-charts/commit/5bcb140f2ff099fca4b82209efef60f0a896c574)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.21.1 (2024-09-07) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 0c9e26ae99..eb1fedc0ef 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.21.1", + "version": "1.21.2", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 3377f239d0..ef1ccd24bf 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.21.2 (2024-09-08) + +### Bug Fixes + +- **release:** remove auth-token from actions/setup-node@v4 and use env for publish + ([#1888](https://github.com/carbon-design-system/carbon-charts/issues/1888)) + ([5bcb140](https://github.com/carbon-design-system/carbon-charts/commit/5bcb140f2ff099fca4b82209efef60f0a896c574)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.21.1 (2024-09-07) ### Bug Fixes diff --git a/packages/docs/package.json b/packages/docs/package.json index 8fd694dc24..0420cfec1b 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/charts-docs", "private": true, - "version": "1.21.1", + "version": "1.21.2", "description": "Carbon Charts Documentation", "type": "module", "files": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 12ec288e5e..8a8f75ea5e 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.21.2 (2024-09-08) + +### Bug Fixes + +- **release:** remove auth-token from actions/setup-node@v4 and use env for publish + ([#1888](https://github.com/carbon-design-system/carbon-charts/issues/1888)) + ([5bcb140](https://github.com/carbon-design-system/carbon-charts/commit/5bcb140f2ff099fca4b82209efef60f0a896c574)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.21.1 (2024-09-07) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 89000c46c1..5daaa9a0c9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.21.1", + "version": "1.21.2", "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 499d6b3653..5e39da6ebf 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.21.2 (2024-09-08) + +### Bug Fixes + +- **release:** remove auth-token from actions/setup-node@v4 and use env for publish + ([#1888](https://github.com/carbon-design-system/carbon-charts/issues/1888)) + ([5bcb140](https://github.com/carbon-design-system/carbon-charts/commit/5bcb140f2ff099fca4b82209efef60f0a896c574)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.21.1 (2024-09-07) ### Bug Fixes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 11e8c6147a..3041ee5fab 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.21.1", + "version": "1.21.2", "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 2ba361877e..5ef180fee9 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.21.2 (2024-09-08) + +### Bug Fixes + +- **release:** remove auth-token from actions/setup-node@v4 and use env for publish + ([#1888](https://github.com/carbon-design-system/carbon-charts/issues/1888)) + ([5bcb140](https://github.com/carbon-design-system/carbon-charts/commit/5bcb140f2ff099fca4b82209efef60f0a896c574)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.21.1 (2024-09-07) ### Bug Fixes diff --git a/packages/vue/package.json b/packages/vue/package.json index 67366f76d9..c737ce548d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.21.1", + "version": "1.21.2", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",