From 7f9cadea4a463ecadbaab110c84fb2156952dfce Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Thu, 22 Feb 2024 17:13:04 +0000 Subject: [PATCH] chore(release): publish 1.14.3 --- 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 | 9 +++++++++ packages/svelte/package.json | 2 +- packages/vue/CHANGELOG.md | 9 +++++++++ packages/vue/package.json | 2 +- 12 files changed, 60 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3816c3e63c..8f0c5d3e12 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.14.3 (2024-02-22) + +**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.14.2 (2024-02-19) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e042796881..4a2a83b2ed 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.14.2", + "version": "1.14.3", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 85990dde6a..bcaa75ea76 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.14.3 (2024-02-22) + +**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.14.2 (2024-02-19) ### Bug Fixes diff --git a/packages/angular/package.json b/packages/angular/package.json index e87a190895..122e13f1ff 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.14.2", + "version": "1.14.3", "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 ee631fd08e..549a958212 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.14.3 (2024-02-22) + +**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.14.2 (2024-02-19) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 94b666a736..7c1307a603 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.14.2", + "version": "1.14.3", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 09db9e0d29..4c7ed99060 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.14.3 (2024-02-22) + +**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.14.2 (2024-02-19) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 06e1824785..9f10c856d3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.14.2", + "version": "1.14.3", "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 e6344e11fb..a6c5313e85 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/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.14.3 (2024-02-22) + +**Note:** Version bump only for package @carbon/charts-svelte + +# 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.2 (2024-02-19) ### Bug Fixes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index b70398b4f5..03eca4353e 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.14.2", + "version": "1.14.3", "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 491b029f3d..75e6a2e317 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.14.3 (2024-02-22) + +**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.14.2 (2024-02-19) ### Bug Fixes diff --git a/packages/vue/package.json b/packages/vue/package.json index 0557412f3b..78ba1a85a0 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.14.2", + "version": "1.14.3", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",