From d9c549669250165df5964fc159e29165105a1889 Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Sat, 7 Sep 2024 18:01:00 +0000 Subject: [PATCH] chore(release): publish 1.21.1 --- 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 397569c69d..398481b08a 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.1 (2024-09-07) + +### Bug Fixes + +- **release:** separate docs search index generation + ([#1884](https://github.com/carbon-design-system/carbon-charts/issues/1884)) + ([2d1f84e](https://github.com/carbon-design-system/carbon-charts/commit/2d1f84ed9aea3a47f99d5fee74d96db52108d163)) + +# 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.0 (2024-09-02) ### Features diff --git a/lerna.json b/lerna.json index 2a1a903597..3fee2c2e7a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.21.0", + "version": "1.21.1", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 9f3e35170f..01a1e844d6 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.1 (2024-09-07) + +### Bug Fixes + +- **release:** separate docs search index generation + ([#1884](https://github.com/carbon-design-system/carbon-charts/issues/1884)) + ([2d1f84e](https://github.com/carbon-design-system/carbon-charts/commit/2d1f84ed9aea3a47f99d5fee74d96db52108d163)) + +# 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.0 (2024-09-02) ### Features diff --git a/packages/angular/package.json b/packages/angular/package.json index ae5133160f..e758762107 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.21.0", + "version": "1.21.1", "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 bd391ee92b..a887d841f0 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.1 (2024-09-07) + +### Bug Fixes + +- **release:** separate docs search index generation + ([#1884](https://github.com/carbon-design-system/carbon-charts/issues/1884)) + ([2d1f84e](https://github.com/carbon-design-system/carbon-charts/commit/2d1f84ed9aea3a47f99d5fee74d96db52108d163)) + +# 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.0 (2024-09-02) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index ff7c3955fe..247af622d4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.21.0", + "version": "1.21.1", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 3d966c2211..3377f239d0 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.1 (2024-09-07) + +### Bug Fixes + +- **release:** separate docs search index generation + ([#1884](https://github.com/carbon-design-system/carbon-charts/issues/1884)) + ([2d1f84e](https://github.com/carbon-design-system/carbon-charts/commit/2d1f84ed9aea3a47f99d5fee74d96db52108d163)) + +# 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.0 (2024-09-02) ### Features diff --git a/packages/docs/package.json b/packages/docs/package.json index 3c33a81b49..8fd694dc24 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/charts-docs", "private": true, - "version": "1.21.0", + "version": "1.21.1", "description": "Carbon Charts Documentation", "type": "module", "files": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 60f9955386..12ec288e5e 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.1 (2024-09-07) + +### Bug Fixes + +- **release:** separate docs search index generation + ([#1884](https://github.com/carbon-design-system/carbon-charts/issues/1884)) + ([2d1f84e](https://github.com/carbon-design-system/carbon-charts/commit/2d1f84ed9aea3a47f99d5fee74d96db52108d163)) + +# 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.0 (2024-09-02) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index d2cc303b03..c2d831ba00 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.21.0", + "version": "1.21.1", "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 44918f1661..499d6b3653 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.1 (2024-09-07) + +### Bug Fixes + +- **release:** separate docs search index generation + ([#1884](https://github.com/carbon-design-system/carbon-charts/issues/1884)) + ([2d1f84e](https://github.com/carbon-design-system/carbon-charts/commit/2d1f84ed9aea3a47f99d5fee74d96db52108d163)) + +# 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.0 (2024-09-02) ### Features diff --git a/packages/svelte/package.json b/packages/svelte/package.json index b63fd1056a..11e8c6147a 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.21.0", + "version": "1.21.1", "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 bf044f51a6..2ba361877e 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.1 (2024-09-07) + +### Bug Fixes + +- **release:** separate docs search index generation + ([#1884](https://github.com/carbon-design-system/carbon-charts/issues/1884)) + ([2d1f84e](https://github.com/carbon-design-system/carbon-charts/commit/2d1f84ed9aea3a47f99d5fee74d96db52108d163)) + +# 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.0 (2024-09-02) ### Features diff --git a/packages/vue/package.json b/packages/vue/package.json index 1e0bef1cae..67366f76d9 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.21.0", + "version": "1.21.1", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",