diff --git a/package-lock.json b/package-lock.json index 549d45dbb14..c7f29b5d6ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47148,7 +47148,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.7.0-next.12", + "version": "2.7.0-next.13", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.6.3", @@ -47198,10 +47198,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.7.0-next.12", + "version": "2.7.0-next.13", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.7.0-next.12", + "@esri/calcite-components": "^2.7.0-next.13", "tslib": "2.6.2" }, "peerDependencies": { @@ -47211,10 +47211,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.7.0-next.12", + "version": "2.7.0-next.13", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.7.0-next.12" + "@esri/calcite-components": "^2.7.0-next.13" }, "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 0e6651d1d77..524275587e1 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.7.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.7.0-next.12...@esri/calcite-components-angular@2.7.0-next.13) (2024-03-21) + +**Note:** Version bump only for package @esri/calcite-components-angular + ## [2.7.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.7.0-next.11...@esri/calcite-components-angular@2.7.0-next.12) (2024-03-21) **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 b05eedd2fce..e5589d66566 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.7.0-next.12", + "version": "2.7.0-next.13", "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.7.0-next.12", + "@esri/calcite-components": "^2.7.0-next.13", "tslib": "2.6.2" }, "lerna": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index be7e139f54d..3099ba05319 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.7.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.7.0-next.12...@esri/calcite-components-react@2.7.0-next.13) (2024-03-21) + +**Note:** Version bump only for package @esri/calcite-components-react + ## [2.7.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.7.0-next.11...@esri/calcite-components-react@2.7.0-next.12) (2024-03-21) **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 95720207560..660a4ffb1d9 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.7.0-next.12", + "version": "2.7.0-next.13", "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.7.0-next.12" + "@esri/calcite-components": "^2.7.0-next.13" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 409b89915b4..a85e87a0e4d 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.7.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.7.0-next.12...@esri/calcite-components@2.7.0-next.13) (2024-03-21) + +### Bug Fixes + +- **action-menu, combobox, dropdown, popover, tooltip:** use click instead of pointerdown for click contexts ([#8943](https://github.com/Esri/calcite-design-system/issues/8943)) ([cd7eed9](https://github.com/Esri/calcite-design-system/commit/cd7eed97282d2686c07d46ccd658956c8e4a138f)), closes [#7732](https://github.com/Esri/calcite-design-system/issues/7732) + ## [2.7.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.7.0-next.11...@esri/calcite-components@2.7.0-next.12) (2024-03-21) ### Bug Fixes diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 604abe669c4..2eb1f287fb7 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.7.0-next.12", + "version": "2.7.0-next.13", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js",