diff --git a/CHANGELOG.md b/CHANGELOG.md index 52fb10a91e..4dda78b8d2 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.13.1 (2023-09-18) + +### Bug Fixes + +- **pie-donut:** formatter not recieving entire value + ([#1662](https://github.com/carbon-design-system/carbon-charts/issues/1662)) + ([9facba4](https://github.com/carbon-design-system/carbon-charts/commit/9facba43ac812edd191468f85edba0c64856f83e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.13.0 (2023-09-15) ### Features diff --git a/lerna.json b/lerna.json index ed352b1af3..f8c3939137 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.13.0", + "version": "1.13.1", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 3eeb28914f..533ffca8f7 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.13.1 (2023-09-18) + +### Bug Fixes + +- **pie-donut:** formatter not recieving entire value + ([#1662](https://github.com/carbon-design-system/carbon-charts/issues/1662)) + ([9facba4](https://github.com/carbon-design-system/carbon-charts/commit/9facba43ac812edd191468f85edba0c64856f83e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.13.0 (2023-09-15) ### Features diff --git a/packages/angular/package.json b/packages/angular/package.json index af1ba52a6a..f30cc7937e 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.13.0", + "version": "1.13.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 ba84b01564..5d4eb501f8 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.13.1 (2023-09-18) + +### Bug Fixes + +- **pie-donut:** formatter not recieving entire value + ([#1662](https://github.com/carbon-design-system/carbon-charts/issues/1662)) + ([9facba4](https://github.com/carbon-design-system/carbon-charts/commit/9facba43ac812edd191468f85edba0c64856f83e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.13.0 (2023-09-15) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index db880932f9..ae664193d5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.13.0", + "version": "1.13.1", "description": "Carbon Charts component library", "module": "./dist/index.mjs", "main": "./dist/umd/bundle.umd.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d36916c368..3c4a79a108 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.13.1 (2023-09-18) + +### Bug Fixes + +- **pie-donut:** formatter not recieving entire value + ([#1662](https://github.com/carbon-design-system/carbon-charts/issues/1662)) + ([9facba4](https://github.com/carbon-design-system/carbon-charts/commit/9facba43ac812edd191468f85edba0c64856f83e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.13.0 (2023-09-15) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index 0ec2c4f40e..51fbd4562e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.13.0", + "version": "1.13.1", "description": "Carbon Charts component library for React", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 2c9d49ed11..1905ca90a8 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.13.1 (2023-09-18) + +### Bug Fixes + +- **pie-donut:** formatter not recieving entire value + ([#1662](https://github.com/carbon-design-system/carbon-charts/issues/1662)) + ([9facba4](https://github.com/carbon-design-system/carbon-charts/commit/9facba43ac812edd191468f85edba0c64856f83e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.13.0 (2023-09-15) ### Features diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 0fc18cf70c..33cf82c3d3 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.13.0", + "version": "1.13.1", "description": "Carbon Charts component library for Svelte", "scripts": { "postinstall": "carbon-telemetry collect --install", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 1570bb304a..404bfd3156 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.13.1 (2023-09-18) + +### Bug Fixes + +- **pie-donut:** formatter not recieving entire value + ([#1662](https://github.com/carbon-design-system/carbon-charts/issues/1662)) + ([9facba4](https://github.com/carbon-design-system/carbon-charts/commit/9facba43ac812edd191468f85edba0c64856f83e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.13.0 (2023-09-15) ### Features diff --git a/packages/vue/package.json b/packages/vue/package.json index 8f057a543a..8e8bc59d46 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.13.0", + "version": "1.13.1", "description": "Carbon Charts component library for Vue", "main": "./dist/index.js", "module": "./dist/index.mjs",