From 484275d8213db7168dec9b21a8e2a564d6f35ad0 Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Wed, 19 Jul 2023 02:50:30 +0000 Subject: [PATCH] chore(release): publish 1.11.12 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/angular/CHANGELOG.md | 9 +++++++++ packages/angular/package.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 9 +++++++++ packages/react/package.json | 2 +- packages/svelte/CHANGELOG.md | 8 ++++++++ packages/svelte/package.json | 2 +- packages/vue/CHANGELOG.md | 9 +++++++++ packages/vue/package.json | 2 +- 12 files changed, 59 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369e6ffd43..eefa7d18d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19) + +**Note:** Version bump only for package @carbon/charts-monorepo + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [1.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.10...v1.11.11) (2023-07-17) **Note:** Version bump only for package @carbon/charts-monorepo diff --git a/lerna.json b/lerna.json index 148c9a6db9..8aa850b775 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.11.11", + "version": "1.11.12", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index a42ccca729..363d7e229f 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19) + +**Note:** Version bump only for package @carbon/charts-angular + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [1.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.10...v1.11.11) (2023-07-17) **Note:** Version bump only for package @carbon/charts-angular diff --git a/packages/angular/package.json b/packages/angular/package.json index 43882d68fa..7602060e96 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.11.11", + "version": "1.11.12", "description": "Carbon Charts component library for Angular", "exports": { "./styles.min.css": "./dist/styles.min.css", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8d90803b11..cd9cad849f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19) + +**Note:** Version bump only for package @carbon/charts + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [1.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.10...v1.11.11) (2023-07-17) **Note:** Version bump only for package @carbon/charts diff --git a/packages/core/package.json b/packages/core/package.json index ceea1669d6..f0a4c3c6f1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.11.11", + "version": "1.11.12", "description": "Carbon Charts component library", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 112b23f9ff..a1a3337d95 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19) + +**Note:** Version bump only for package @carbon/charts-react + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [1.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.10...v1.11.11) (2023-07-17) **Note:** Version bump only for package @carbon/charts-react diff --git a/packages/react/package.json b/packages/react/package.json index c3d4d4c966..fc56867662 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.11.11", + "version": "1.11.12", "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 3e75a0a379..88e4bbe06d 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19) + +**Note:** Version bump only for package @carbon/charts-svelte + + + + + ## [1.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.10...v1.11.11) (2023-07-17) **Note:** Version bump only for package @carbon/charts-svelte diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 65090e6466..8df4234051 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.11.11", + "version": "1.11.12", "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 1fbc65adfe..0cbf1bb148 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19) + +**Note:** Version bump only for package @carbon/charts-vue + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [1.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.10...v1.11.11) (2023-07-17) **Note:** Version bump only for package @carbon/charts-vue diff --git a/packages/vue/package.json b/packages/vue/package.json index c1c80adf31..2cedc098c2 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.11.11", + "version": "1.11.12", "description": "Carbon Charts component library for Vue", "main": "./dist/index.js", "module": "./dist/index.mjs",