diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca41ce482..e2d3e25500 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.21 (2024-01-12) + +### Bug Fixes + +- **types:** add tabularRepModal interface + ([#1725](https://github.com/carbon-design-system/carbon-charts/issues/1725)) + ([a36a4f3](https://github.com/carbon-design-system/carbon-charts/commit/a36a4f31287fa1234123ce8c7c852b271e592669)) + +# 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.20 (2024-01-12) **Note:** Version bump only for package @carbon/charts-monorepo diff --git a/lerna.json b/lerna.json index e4f872bfce..dfcc133750 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.13.20", + "version": "1.13.21", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index d5252b73da..9178701e71 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.21 (2024-01-12) + +### Bug Fixes + +- **types:** add tabularRepModal interface + ([#1725](https://github.com/carbon-design-system/carbon-charts/issues/1725)) + ([a36a4f3](https://github.com/carbon-design-system/carbon-charts/commit/a36a4f31287fa1234123ce8c7c852b271e592669)) + +# 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.20 (2024-01-12) **Note:** Version bump only for package @carbon/charts-angular diff --git a/packages/angular/package.json b/packages/angular/package.json index d2258249a6..99e63e7ef2 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-angular", - "version": "1.13.20", + "version": "1.13.21", "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 b1974a8299..0d7c4bdd82 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.21 (2024-01-12) + +### Bug Fixes + +- **types:** add tabularRepModal interface + ([#1725](https://github.com/carbon-design-system/carbon-charts/issues/1725)) + ([a36a4f3](https://github.com/carbon-design-system/carbon-charts/commit/a36a4f31287fa1234123ce8c7c852b271e592669)) + +# 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.20 (2024-01-12) **Note:** Version bump only for package @carbon/charts diff --git a/packages/core/package.json b/packages/core/package.json index 3a241ae812..a618be03b7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "1.13.20", + "version": "1.13.21", "description": "Carbon Charts component library", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 3198c1597f..a95b270646 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.21 (2024-01-12) + +### Bug Fixes + +- **types:** add tabularRepModal interface + ([#1725](https://github.com/carbon-design-system/carbon-charts/issues/1725)) + ([a36a4f3](https://github.com/carbon-design-system/carbon-charts/commit/a36a4f31287fa1234123ce8c7c852b271e592669)) + +# 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.20 (2024-01-12) **Note:** Version bump only for package @carbon/charts-react diff --git a/packages/react/package.json b/packages/react/package.json index ee6ce55a3c..86f6d6d941 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "1.13.20", + "version": "1.13.21", "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 5a578c4218..f7e35e5aec 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.21 (2024-01-12) + +### Bug Fixes + +- **types:** add tabularRepModal interface + ([#1725](https://github.com/carbon-design-system/carbon-charts/issues/1725)) + ([a36a4f3](https://github.com/carbon-design-system/carbon-charts/commit/a36a4f31287fa1234123ce8c7c852b271e592669)) + +# 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.20 (2024-01-12) **Note:** Version bump only for package @carbon/charts-svelte diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 2bb83a74c5..96bfc3b030 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-svelte", - "version": "1.13.20", + "version": "1.13.21", "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 49dd8a87cd..ed9cf55164 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.21 (2024-01-12) + +### Bug Fixes + +- **types:** add tabularRepModal interface + ([#1725](https://github.com/carbon-design-system/carbon-charts/issues/1725)) + ([a36a4f3](https://github.com/carbon-design-system/carbon-charts/commit/a36a4f31287fa1234123ce8c7c852b271e592669)) + +# 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.20 (2024-01-12) **Note:** Version bump only for package @carbon/charts-vue diff --git a/packages/vue/package.json b/packages/vue/package.json index 1640995026..f7e034687a 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "1.13.20", + "version": "1.13.21", "description": "Carbon Charts component library for Vue", "type": "module", "module": "./dist/index.mjs",