From 5606e47fd995595d401ee435f9707f1a08444ef2 Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Tue, 9 Jul 2024 05:20:05 +0000 Subject: [PATCH] chore(release): publish 1.18.0 --- 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 9a3774745e..c5477ccddb 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.18.0 (2024-07-09) + +### Features + +- **docs:** add utility examples + ([#1867](https://github.com/carbon-design-system/carbon-charts/issues/1867)) + ([026e12a](https://github.com/carbon-design-system/carbon-charts/commit/026e12a1dadd966a2e35feb122f586f7c525b4cb)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.17.3 (2024-07-03) **Note:** Version bump only for package @carbon/charts-monorepo diff --git a/lerna.json b/lerna.json index 5f18d89797..b30645d789 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.17.3", + "version": "1.18.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 85b472f754..2b47da6356 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.18.0 (2024-07-09) + +### Features + +- **docs:** add utility examples + ([#1867](https://github.com/carbon-design-system/carbon-charts/issues/1867)) + ([026e12a](https://github.com/carbon-design-system/carbon-charts/commit/026e12a1dadd966a2e35feb122f586f7c525b4cb)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.17.3 (2024-07-03) **Note:** Version bump only for package @carbon/charts-angular diff --git a/packages/angular/package.json b/packages/angular/package.json index 3719da7648..0b0450e139 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.17.3", + "version": "1.18.0", "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 0ee37a72a0..1609355a3b 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.18.0 (2024-07-09) + +### Features + +- **docs:** add utility examples + ([#1867](https://github.com/carbon-design-system/carbon-charts/issues/1867)) + ([026e12a](https://github.com/carbon-design-system/carbon-charts/commit/026e12a1dadd966a2e35feb122f586f7c525b4cb)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.17.3 (2024-07-03) **Note:** Version bump only for package @carbon/charts diff --git a/packages/core/package.json b/packages/core/package.json index 186300a11e..1275106a11 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.17.3", + "version": "1.18.0", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 24189a669a..fd29c1028f 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.18.0 (2024-07-09) + +### Features + +- **docs:** add utility examples + ([#1867](https://github.com/carbon-design-system/carbon-charts/issues/1867)) + ([026e12a](https://github.com/carbon-design-system/carbon-charts/commit/026e12a1dadd966a2e35feb122f586f7c525b4cb)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.17.3 (2024-07-03) **Note:** Version bump only for package @carbon/charts-docs diff --git a/packages/docs/package.json b/packages/docs/package.json index 647db3abba..05135c6490 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/charts-docs", "private": true, - "version": "1.17.3", + "version": "1.18.0", "description": "Carbon Charts Documentation", "type": "module", "files": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7c47c622c4..ff444a0869 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.18.0 (2024-07-09) + +### Features + +- **docs:** add utility examples + ([#1867](https://github.com/carbon-design-system/carbon-charts/issues/1867)) + ([026e12a](https://github.com/carbon-design-system/carbon-charts/commit/026e12a1dadd966a2e35feb122f586f7c525b4cb)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.17.3 (2024-07-03) **Note:** Version bump only for package @carbon/charts-react diff --git a/packages/react/package.json b/packages/react/package.json index df934b6863..78fd12d055 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.17.3", + "version": "1.18.0", "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 265f8c0144..8ad06c5136 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.18.0 (2024-07-09) + +### Features + +- **docs:** add utility examples + ([#1867](https://github.com/carbon-design-system/carbon-charts/issues/1867)) + ([026e12a](https://github.com/carbon-design-system/carbon-charts/commit/026e12a1dadd966a2e35feb122f586f7c525b4cb)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.17.3 (2024-07-03) **Note:** Version bump only for package @carbon/charts-svelte diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 6d685d725c..2231d78448 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.17.3", + "version": "1.18.0", "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 990c947e15..9e22b4b19a 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.18.0 (2024-07-09) + +### Features + +- **docs:** add utility examples + ([#1867](https://github.com/carbon-design-system/carbon-charts/issues/1867)) + ([026e12a](https://github.com/carbon-design-system/carbon-charts/commit/026e12a1dadd966a2e35feb122f586f7c525b4cb)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 1.17.3 (2024-07-03) **Note:** Version bump only for package @carbon/charts-vue diff --git a/packages/vue/package.json b/packages/vue/package.json index 55fb467cf2..e587ce58ff 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.17.3", + "version": "1.18.0", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",