From cdd36122a14dd0ad1aab44607e8cc2397b6c5f48 Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Mon, 15 Jul 2024 15:55:43 +0000 Subject: [PATCH] chore(release): publish 1.19.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 c4a9c6958d..bec05fbe9f 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.19.1 (2024-07-15) + +### Bug Fixes + +- **toolbar:** remove aria-label as it's not readable + ([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870)) + ([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.19.0 (2024-07-12) ### Features diff --git a/lerna.json b/lerna.json index 5a31c8b6c2..048d5fa27a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.19.0", + "version": "1.19.1", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index eb096d5166..44df2725f0 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.19.1 (2024-07-15) + +### Bug Fixes + +- **toolbar:** remove aria-label as it's not readable + ([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870)) + ([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.19.0 (2024-07-12) ### Features diff --git a/packages/angular/package.json b/packages/angular/package.json index 6c84627b77..24b4e81ac5 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.19.0", + "version": "1.19.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 f68f7a3f0a..9af56580ff 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.19.1 (2024-07-15) + +### Bug Fixes + +- **toolbar:** remove aria-label as it's not readable + ([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870)) + ([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.19.0 (2024-07-12) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 2ed86462fb..5680a8d83d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.19.0", + "version": "1.19.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 4287ccbf4c..6fa17e1601 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.19.1 (2024-07-15) + +### Bug Fixes + +- **toolbar:** remove aria-label as it's not readable + ([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870)) + ([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.19.0 (2024-07-12) ### Features diff --git a/packages/docs/package.json b/packages/docs/package.json index e2f013647b..8546bfffd3 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/charts-docs", "private": true, - "version": "1.19.0", + "version": "1.19.1", "description": "Carbon Charts Documentation", "type": "module", "files": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b4a6f15a46..d8792733ec 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.19.1 (2024-07-15) + +### Bug Fixes + +- **toolbar:** remove aria-label as it's not readable + ([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870)) + ([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.19.0 (2024-07-12) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index d4d3d76494..5d4e10595e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.19.0", + "version": "1.19.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 f07f358776..bbc30edca8 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.19.1 (2024-07-15) + +### Bug Fixes + +- **toolbar:** remove aria-label as it's not readable + ([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870)) + ([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.19.0 (2024-07-12) ### Features diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 5302f51af1..479c760326 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.19.0", + "version": "1.19.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 9afbfb960a..7988a46422 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.19.1 (2024-07-15) + +### Bug Fixes + +- **toolbar:** remove aria-label as it's not readable + ([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870)) + ([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.19.0 (2024-07-12) ### Features diff --git a/packages/vue/package.json b/packages/vue/package.json index 23b213522d..c96e034b99 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.19.0", + "version": "1.19.1", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",