diff --git a/CHANGELOG.md b/CHANGELOG.md index a30b692c25..fae91597c1 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.14.8 (2024-03-01) + +### Bug Fixes + +- **pie:** distortion issues of hovered slices + ([#1771](https://github.com/carbon-design-system/carbon-charts/issues/1771)) + ([65f4e8b](https://github.com/carbon-design-system/carbon-charts/commit/65f4e8bb6bac120014f7ace40872c2f3877a0694)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.14.7 (2024-02-29) **Note:** Version bump only for package @carbon/charts-monorepo diff --git a/lerna.json b/lerna.json index ead84093e1..07f376e724 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.14.7", + "version": "1.14.8", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 874964fa1e..5e47558b85 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.14.8 (2024-03-01) + +### Bug Fixes + +- **pie:** distortion issues of hovered slices + ([#1771](https://github.com/carbon-design-system/carbon-charts/issues/1771)) + ([65f4e8b](https://github.com/carbon-design-system/carbon-charts/commit/65f4e8bb6bac120014f7ace40872c2f3877a0694)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.14.7 (2024-02-29) **Note:** Version bump only for package @carbon/charts-angular diff --git a/packages/angular/package.json b/packages/angular/package.json index 9e88768463..ab8a006893 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.14.7", + "version": "1.14.8", "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 d535c24228..9f4c5479a7 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.14.8 (2024-03-01) + +### Bug Fixes + +- **pie:** distortion issues of hovered slices + ([#1771](https://github.com/carbon-design-system/carbon-charts/issues/1771)) + ([65f4e8b](https://github.com/carbon-design-system/carbon-charts/commit/65f4e8bb6bac120014f7ace40872c2f3877a0694)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.14.7 (2024-02-29) **Note:** Version bump only for package @carbon/charts diff --git a/packages/core/package.json b/packages/core/package.json index 32ec6aa01c..c6b3dbcbd5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.14.7", + "version": "1.14.8", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2b76f426db..bb5cc9958c 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.14.8 (2024-03-01) + +### Bug Fixes + +- **pie:** distortion issues of hovered slices + ([#1771](https://github.com/carbon-design-system/carbon-charts/issues/1771)) + ([65f4e8b](https://github.com/carbon-design-system/carbon-charts/commit/65f4e8bb6bac120014f7ace40872c2f3877a0694)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.14.7 (2024-02-29) **Note:** Version bump only for package @carbon/charts-react diff --git a/packages/react/package.json b/packages/react/package.json index ad852692bb..0cfb20d251 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.14.7", + "version": "1.14.8", "description": "Carbon Charts component library for React", "type": "module", "main": "./dist/index.js", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 7bd99c4a53..c3b4696629 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.14.8 (2024-03-01) + +### Bug Fixes + +- **pie:** distortion issues of hovered slices + ([#1771](https://github.com/carbon-design-system/carbon-charts/issues/1771)) + ([65f4e8b](https://github.com/carbon-design-system/carbon-charts/commit/65f4e8bb6bac120014f7ace40872c2f3877a0694)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.14.7 (2024-02-29) **Note:** Version bump only for package @carbon/charts-svelte diff --git a/packages/svelte/package.json b/packages/svelte/package.json index b461f78b80..c21754c17d 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.14.7", + "version": "1.14.8", "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 e79bb91a27..617f4163f6 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.14.8 (2024-03-01) + +### Bug Fixes + +- **pie:** distortion issues of hovered slices + ([#1771](https://github.com/carbon-design-system/carbon-charts/issues/1771)) + ([65f4e8b](https://github.com/carbon-design-system/carbon-charts/commit/65f4e8bb6bac120014f7ace40872c2f3877a0694)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.14.7 (2024-02-29) **Note:** Version bump only for package @carbon/charts-vue diff --git a/packages/vue/package.json b/packages/vue/package.json index abf6c8dfe7..a3f302b6c5 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.14.7", + "version": "1.14.8", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",