From 14f7b8339e56f945da2eacbc028bef86e482f09f Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Thu, 8 Feb 2024 17:37:57 +0000 Subject: [PATCH] chore(release): publish 1.13.33 --- 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/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 +- 12 files changed, 84 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209eb99868..056d818d82 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.33 (2024-02-08) + +### Bug Fixes + +- **config:** UMD bundle errors when loaded in Salesforce LWC + ([#1747](https://github.com/carbon-design-system/carbon-charts/issues/1747)) + ([e5a1f00](https://github.com/carbon-design-system/carbon-charts/commit/e5a1f00d46f07b2ff3072eed39876465d7d419cd)) + +# 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.32 (2024-02-07) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 3eb3f853a8..1cb0f1491c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.13.32", + "version": "1.13.33", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index a9f1aed92e..809d31f148 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.33 (2024-02-08) + +### Bug Fixes + +- **config:** UMD bundle errors when loaded in Salesforce LWC + ([#1747](https://github.com/carbon-design-system/carbon-charts/issues/1747)) + ([e5a1f00](https://github.com/carbon-design-system/carbon-charts/commit/e5a1f00d46f07b2ff3072eed39876465d7d419cd)) + +# 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.32 (2024-02-07) ### Bug Fixes diff --git a/packages/angular/package.json b/packages/angular/package.json index 17e3a98498..94f8ee7eab 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.13.32", + "version": "1.13.33", "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 740eca1aeb..c80efdba12 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.33 (2024-02-08) + +### Bug Fixes + +- **config:** UMD bundle errors when loaded in Salesforce LWC + ([#1747](https://github.com/carbon-design-system/carbon-charts/issues/1747)) + ([e5a1f00](https://github.com/carbon-design-system/carbon-charts/commit/e5a1f00d46f07b2ff3072eed39876465d7d419cd)) + +# 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.32 (2024-02-07) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index d6e1506b89..7a9cff18e0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.13.32", + "version": "1.13.33", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2e1e9f7c80..479904caac 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.33 (2024-02-08) + +### Bug Fixes + +- **config:** UMD bundle errors when loaded in Salesforce LWC + ([#1747](https://github.com/carbon-design-system/carbon-charts/issues/1747)) + ([e5a1f00](https://github.com/carbon-design-system/carbon-charts/commit/e5a1f00d46f07b2ff3072eed39876465d7d419cd)) + +# 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.32 (2024-02-07) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index e62b44c1c1..0a69a760db 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.13.32", + "version": "1.13.33", "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 8921ef1215..4422d55c67 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.33 (2024-02-08) + +### Bug Fixes + +- **config:** UMD bundle errors when loaded in Salesforce LWC + ([#1747](https://github.com/carbon-design-system/carbon-charts/issues/1747)) + ([e5a1f00](https://github.com/carbon-design-system/carbon-charts/commit/e5a1f00d46f07b2ff3072eed39876465d7d419cd)) + +# 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.32 (2024-02-07) ### Bug Fixes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 0e21ddb3bd..bb4da62633 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.13.32", + "version": "1.13.33", "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 a7dccbdc78..5c0ba38cb5 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.33 (2024-02-08) + +### Bug Fixes + +- **config:** UMD bundle errors when loaded in Salesforce LWC + ([#1747](https://github.com/carbon-design-system/carbon-charts/issues/1747)) + ([e5a1f00](https://github.com/carbon-design-system/carbon-charts/commit/e5a1f00d46f07b2ff3072eed39876465d7d419cd)) + +# 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.32 (2024-02-07) ### Bug Fixes diff --git a/packages/vue/package.json b/packages/vue/package.json index 59a5aad847..8b8d7b71ff 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.13.32", + "version": "1.13.33", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",