From 9fd525232c68cf771f3383fa2fb2bd9cd908fc3a Mon Sep 17 00:00:00 2001 From: Calcite Admin Date: Tue, 4 Jun 2024 16:32:34 -0700 Subject: [PATCH] chore: release hotfix (#9512) :robot: I have created a release *beep* *boop* ---
@esri/calcite-components: 2.8.6 ## [2.8.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.5...@esri/calcite-components@2.8.6) (2024-06-04) ### Bug Fixes * **popover:** Prevent closing when component is connected to the DOM via a click ([#9501](https://github.com/Esri/calcite-design-system/issues/9501)) ([9ede090](https://github.com/Esri/calcite-design-system/commit/9ede090e2ac3dbcd540bbdbe8cf49754f861d1f2))
@esri/calcite-components-angular: 2.8.6 ## [2.8.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.5...@esri/calcite-components-angular@2.8.6) (2024-06-04) ### Miscellaneous Chores * **@esri/calcite-components-angular:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.8.5 to ^2.8.6
@esri/calcite-components-react: 2.8.6 ## [2.8.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.5...@esri/calcite-components-react@2.8.6) (2024-06-04) ### Miscellaneous Chores * **@esri/calcite-components-react:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.8.5 to ^2.8.6
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 6 +++--- .../projects/component-library/CHANGELOG.md | 14 ++++++++++++++ .../projects/component-library/package.json | 4 ++-- packages/calcite-components-react/CHANGELOG.md | 14 ++++++++++++++ packages/calcite-components-react/package.json | 4 ++-- packages/calcite-components/CHANGELOG.md | 7 +++++++ packages/calcite-components/package.json | 2 +- packages/calcite-components/readme.md | 4 ++-- 8 files changed, 45 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 72e7e65f79d..eb11eb059e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "packages/calcite-components": "2.8.5", - "packages/calcite-components-react": "2.8.5", + "packages/calcite-components": "2.8.6", + "packages/calcite-components-react": "2.8.6", "packages/calcite-design-tokens": "2.2.0", "packages/eslint-plugin-calcite-components": "1.2.0", - "packages/calcite-components-angular/projects/component-library": "2.8.5" + "packages/calcite-components-angular/projects/component-library": "2.8.6" } diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index 045569aa458..68fd6325957 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.5...@esri/calcite-components-angular@2.8.6) (2024-06-04) + + +### Miscellaneous Chores + +* **@esri/calcite-components-angular:** Synchronize components versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @esri/calcite-components bumped from ^2.8.5 to ^2.8.6 + ## [2.8.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.4...@esri/calcite-components-angular@2.8.5) (2024-05-30) diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index 60e9da0adfd..ef593df57a9 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.5", + "version": "2.8.6", "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.5", + "@esri/calcite-components": "^2.8.6", "tslib": "2.6.2" }, "lerna": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index b967fe53f00..79b72a60786 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.5...@esri/calcite-components-react@2.8.6) (2024-06-04) + + +### Miscellaneous Chores + +* **@esri/calcite-components-react:** Synchronize components versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @esri/calcite-components bumped from ^2.8.5 to ^2.8.6 + ## [2.8.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.4...@esri/calcite-components-react@2.8.5) (2024-05-30) diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index 21574dbd0ef..4ea682f34bd 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.5", + "version": "2.8.6", "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.5" + "@esri/calcite-components": "^2.8.6" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index ecef71e3466..b29e7711855 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.5...@esri/calcite-components@2.8.6) (2024-06-04) + + +### Bug Fixes + +* **popover:** Prevent closing when component is connected to the DOM via a click ([#9501](https://github.com/Esri/calcite-design-system/issues/9501)) ([9ede090](https://github.com/Esri/calcite-design-system/commit/9ede090e2ac3dbcd540bbdbe8cf49754f861d1f2)) + ## [2.8.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.4...@esri/calcite-components@2.8.5) (2024-05-30) diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index d3f1899f7df..22427d3fc6c 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.8.5", + "version": "2.8.6", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md index 76f06c0990e..a61749cf670 100644 --- a/packages/calcite-components/readme.md +++ b/packages/calcite-components/readme.md @@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho ```html ```