From 13fdff74c8dc80ddf7d1566ce5cc23282a75a3d8 Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Mon, 2 Sep 2024 15:58:02 +0000 Subject: [PATCH] chore(release): publish 1.21.0 --- 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 38fdb27766..397569c69d 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.0 (2024-09-02) + +### Features + +- **netlify:** add logo to intro page + ([#1878](https://github.com/carbon-design-system/carbon-charts/issues/1878)) + ([24feeae](https://github.com/carbon-design-system/carbon-charts/commit/24feeaef3f7ff33e4cdc3600fa7b867384af6db2)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.20.1 (2024-08-29) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 73a91dcd31..2a1a903597 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.20.1", + "version": "1.21.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 689abf9b6b..9f3e35170f 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.0 (2024-09-02) + +### Features + +- **netlify:** add logo to intro page + ([#1878](https://github.com/carbon-design-system/carbon-charts/issues/1878)) + ([24feeae](https://github.com/carbon-design-system/carbon-charts/commit/24feeaef3f7ff33e4cdc3600fa7b867384af6db2)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.20.1 (2024-08-29) ### Bug Fixes diff --git a/packages/angular/package.json b/packages/angular/package.json index 7889af5c12..742e58c9f7 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.20.1", + "version": "1.21.0", "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 a94500b0cb..bd391ee92b 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.0 (2024-09-02) + +### Features + +- **netlify:** add logo to intro page + ([#1878](https://github.com/carbon-design-system/carbon-charts/issues/1878)) + ([24feeae](https://github.com/carbon-design-system/carbon-charts/commit/24feeaef3f7ff33e4cdc3600fa7b867384af6db2)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.20.1 (2024-08-29) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index d669171b6c..1f3f4bd600 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.20.1", + "version": "1.21.0", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 592caae5c2..3d966c2211 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.0 (2024-09-02) + +### Features + +- **netlify:** add logo to intro page + ([#1878](https://github.com/carbon-design-system/carbon-charts/issues/1878)) + ([24feeae](https://github.com/carbon-design-system/carbon-charts/commit/24feeaef3f7ff33e4cdc3600fa7b867384af6db2)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.20.1 (2024-08-29) ### Bug Fixes diff --git a/packages/docs/package.json b/packages/docs/package.json index 6bc158f164..e57be6c12f 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/charts-docs", "private": true, - "version": "1.20.1", + "version": "1.21.0", "description": "Carbon Charts Documentation", "type": "module", "files": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d0216595ec..60f9955386 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.0 (2024-09-02) + +### Features + +- **netlify:** add logo to intro page + ([#1878](https://github.com/carbon-design-system/carbon-charts/issues/1878)) + ([24feeae](https://github.com/carbon-design-system/carbon-charts/commit/24feeaef3f7ff33e4cdc3600fa7b867384af6db2)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.20.1 (2024-08-29) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 021005972e..57b5c48d92 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.20.1", + "version": "1.21.0", "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 d8cb99805d..44918f1661 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.0 (2024-09-02) + +### Features + +- **netlify:** add logo to intro page + ([#1878](https://github.com/carbon-design-system/carbon-charts/issues/1878)) + ([24feeae](https://github.com/carbon-design-system/carbon-charts/commit/24feeaef3f7ff33e4cdc3600fa7b867384af6db2)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.20.1 (2024-08-29) ### Bug Fixes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 50a1f37073..a003b4c808 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.20.1", + "version": "1.21.0", "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 6b4cfb8f86..bf044f51a6 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.0 (2024-09-02) + +### Features + +- **netlify:** add logo to intro page + ([#1878](https://github.com/carbon-design-system/carbon-charts/issues/1878)) + ([24feeae](https://github.com/carbon-design-system/carbon-charts/commit/24feeaef3f7ff33e4cdc3600fa7b867384af6db2)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.20.1 (2024-08-29) ### Bug Fixes diff --git a/packages/vue/package.json b/packages/vue/package.json index ac8f81ff04..471c2e9d51 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.20.1", + "version": "1.21.0", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",