diff --git a/package-lock.json b/package-lock.json index 4066b512aca..52efa034ccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47010,7 +47010,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.5.0-next.1", + "version": "2.5.0-next.2", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.5.4", @@ -47060,10 +47060,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.5.0-next.1", + "version": "2.5.0-next.2", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.5.0-next.1", + "@esri/calcite-components": "^2.5.0-next.2", "tslib": "2.6.2" }, "peerDependencies": { @@ -47073,10 +47073,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.5.0-next.1", + "version": "2.5.0-next.2", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.5.0-next.1" + "@esri/calcite-components": "^2.5.0-next.2" }, "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 3869adf990f..e101ac6a3d8 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.5.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.5.0-next.1...@esri/calcite-components-angular@2.5.0-next.2) (2024-02-12) + +**Note:** Version bump only for package @esri/calcite-components-angular + ## [2.5.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.5.0-next.0...@esri/calcite-components-angular@2.5.0-next.1) (2024-02-10) **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 5cef846e696..acef6e08e7f 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.5.0-next.1", + "version": "2.5.0-next.2", "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.5.0-next.1", + "@esri/calcite-components": "^2.5.0-next.2", "tslib": "2.6.2" }, "lerna": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 302a88014ec..530b7311976 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.5.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.5.0-next.1...@esri/calcite-components-react@2.5.0-next.2) (2024-02-12) + +**Note:** Version bump only for package @esri/calcite-components-react + ## [2.5.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.5.0-next.0...@esri/calcite-components-react@2.5.0-next.1) (2024-02-10) **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 c1c654c716a..e08cc1315bf 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.5.0-next.1", + "version": "2.5.0-next.2", "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.5.0-next.1" + "@esri/calcite-components": "^2.5.0-next.2" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 91300e6e391..24ee5d2921f 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.5.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.5.0-next.1...@esri/calcite-components@2.5.0-next.2) (2024-02-12) + +### Features + +- **table:** Add `interactionMode` property to control focus behavior ([#8686](https://github.com/Esri/calcite-design-system/issues/8686)) ([0cb78c0](https://github.com/Esri/calcite-design-system/commit/0cb78c0e25b262ab23ad1833556bd36379fa4e8a)), closes [#8659](https://github.com/Esri/calcite-design-system/issues/8659) + ## [2.5.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.5.0-next.0...@esri/calcite-components@2.5.0-next.1) (2024-02-10) ### Bug Fixes diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index d104f70ec78..89deae414f0 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.5.0-next.1", + "version": "2.5.0-next.2", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js",