diff --git a/package-lock.json b/package-lock.json index ad405187a65..ac9f33558dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36696,7 +36696,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.8.1-next.4", + "version": "2.8.1-next.5", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.6.4", @@ -38395,10 +38395,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.8.1-next.4", + "version": "2.8.1-next.5", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.8.1-next.4", + "@esri/calcite-components": "^2.8.1-next.5", "tslib": "2.6.2" }, "peerDependencies": { @@ -38408,10 +38408,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.8.1-next.4", + "version": "2.8.1-next.5", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.8.1-next.4" + "@esri/calcite-components": "^2.8.1-next.5" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index b7ac2e5ed15..a14150cc737 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.1-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.1-next.4...@esri/calcite-components-angular@2.8.1-next.5) (2024-05-09) + +**Note:** Version bump only for package @esri/calcite-components-angular + ## [2.8.1-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.1-next.3...@esri/calcite-components-angular@2.8.1-next.4) (2024-05-08) **Note:** Version bump only for package @esri/calcite-components-angular diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index 8e3fb893c41..eda0fba3a5a 100644 --- a/packages/calcite-components-angular/projects/component-library/package.json +++ b/packages/calcite-components-angular/projects/component-library/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-angular", - "version": "2.8.1-next.4", + "version": "2.8.1-next.5", "sideEffects": false, "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "A set of Angular components that wrap Esri's Calcite Components.", @@ -20,7 +20,7 @@ "@angular/core": ">=16.0.0" }, "dependencies": { - "@esri/calcite-components": "^2.8.1-next.4", + "@esri/calcite-components": "^2.8.1-next.5", "tslib": "2.6.2" }, "lerna": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 7726063686b..6965a54a824 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.1-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.1-next.4...@esri/calcite-components-react@2.8.1-next.5) (2024-05-09) + +**Note:** Version bump only for package @esri/calcite-components-react + ## [2.8.1-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.1-next.3...@esri/calcite-components-react@2.8.1-next.4) (2024-05-08) **Note:** Version bump only for package @esri/calcite-components-react diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index 489cbc39c7f..b242b9d3db4 100644 --- a/packages/calcite-components-react/package.json +++ b/packages/calcite-components-react/package.json @@ -1,7 +1,7 @@ { "name": "@esri/calcite-components-react", "sideEffects": false, - "version": "2.8.1-next.4", + "version": "2.8.1-next.5", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "A set of React components that wrap calcite components", "license": "SEE LICENSE.md", @@ -23,7 +23,7 @@ "dist/" ], "dependencies": { - "@esri/calcite-components": "^2.8.1-next.4" + "@esri/calcite-components": "^2.8.1-next.5" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index a5186f69110..e789bd969f9 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.1-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.1-next.4...@esri/calcite-components@2.8.1-next.5) (2024-05-09) + +### Bug Fixes + +- **tile-group:** disallow multiple selected attributes on single selection modes ([#9284](https://github.com/Esri/calcite-design-system/issues/9284)) ([885909e](https://github.com/Esri/calcite-design-system/commit/885909e26f36126c4c6dc8fe9e3e648f74081b74)), closes [#9271](https://github.com/Esri/calcite-design-system/issues/9271) + ## [2.8.1-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.1-next.3...@esri/calcite-components@2.8.1-next.4) (2024-05-08) ### Bug Fixes diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index b5fb0cf2265..b8b03b2bc06 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.8.1-next.4", + "version": "2.8.1-next.5", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js",