From bfa008cb5e047104d50d67cca8b54f0bf94252bc Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Wed, 5 Mar 2025 17:54:47 +0000 Subject: [PATCH] chore(release): publish 1.22.20 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/angular/CHANGELOG.md | 9 +++++++++ packages/angular/package.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- packages/docs/CHANGELOG.md | 9 +++++++++ packages/docs/package.json | 2 +- packages/react/CHANGELOG.md | 9 +++++++++ packages/react/package.json | 2 +- packages/svelte/CHANGELOG.md | 9 +++++++++ packages/svelte/package.json | 2 +- packages/vue/CHANGELOG.md | 9 +++++++++ packages/vue/package.json | 2 +- 14 files changed, 70 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f1df7638..ace13ac537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.20 (2025-03-05) + +**Note:** Version bump only for package @carbon/charts-monorepo + +# 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.19 (2025-02-27) **Note:** Version bump only for package @carbon/charts-monorepo diff --git a/lerna.json b/lerna.json index f135ec3241..83b02866e4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.22.19", + "version": "1.22.20", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 2ec2878f63..3a2b3e3f4b 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.20 (2025-03-05) + +**Note:** Version bump only for package @carbon/charts-angular + +# 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.19 (2025-02-27) **Note:** Version bump only for package @carbon/charts-angular diff --git a/packages/angular/package.json b/packages/angular/package.json index 4218691524..5de96c1f1e 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.22.19", + "version": "1.22.20", "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 c9a059eff4..8bf14d5176 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.20 (2025-03-05) + +**Note:** Version bump only for package @carbon/charts + +# 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.19 (2025-02-27) **Note:** Version bump only for package @carbon/charts diff --git a/packages/core/package.json b/packages/core/package.json index 309ca0250a..f32e3770cd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.22.19", + "version": "1.22.20", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index e6379eff9c..acf70f646e 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.20 (2025-03-05) + +**Note:** Version bump only for package @carbon/charts-docs + +# 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.19 (2025-02-27) **Note:** Version bump only for package @carbon/charts-docs diff --git a/packages/docs/package.json b/packages/docs/package.json index b72175b80c..11caee3a41 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/charts-docs", "private": true, - "version": "1.22.19", + "version": "1.22.20", "description": "Carbon Charts Documentation", "type": "module", "files": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9196523119..6a64f99e69 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.20 (2025-03-05) + +**Note:** Version bump only for package @carbon/charts-react + +# 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.19 (2025-02-27) **Note:** Version bump only for package @carbon/charts-react diff --git a/packages/react/package.json b/packages/react/package.json index 8504616282..ec8efe8a1c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.22.19", + "version": "1.22.20", "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 827255667e..8c97096188 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.20 (2025-03-05) + +**Note:** Version bump only for package @carbon/charts-svelte + +# 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.19 (2025-02-27) **Note:** Version bump only for package @carbon/charts-svelte diff --git a/packages/svelte/package.json b/packages/svelte/package.json index caf26082ec..f7c443bd0a 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.22.19", + "version": "1.22.20", "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 a290db2211..2fe5662318 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.22.20 (2025-03-05) + +**Note:** Version bump only for package @carbon/charts-vue + +# 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.19 (2025-02-27) **Note:** Version bump only for package @carbon/charts-vue diff --git a/packages/vue/package.json b/packages/vue/package.json index da27d81806..628b4a9343 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.22.19", + "version": "1.22.20", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",