Skip to content

Commit 9fd5252

Browse files
chore: release hotfix (#9512)
🤖 I have created a release *beep* *boop* --- <details><summary>@esri/calcite-components: 2.8.6</summary> ## [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](#9501)) ([9ede090](9ede090)) </details> <details><summary>@esri/calcite-components-angular: 2.8.6</summary> ## [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 </details> <details><summary>@esri/calcite-components-react: 2.8.6</summary> ## [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 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 9ede090 commit 9fd5252

File tree

8 files changed

+45
-10
lines changed

8 files changed

+45
-10
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/calcite-components": "2.8.5",
3-
"packages/calcite-components-react": "2.8.5",
2+
"packages/calcite-components": "2.8.6",
3+
"packages/calcite-components-react": "2.8.6",
44
"packages/calcite-design-tokens": "2.2.0",
55
"packages/eslint-plugin-calcite-components": "1.2.0",
6-
"packages/calcite-components-angular/projects/component-library": "2.8.5"
6+
"packages/calcite-components-angular/projects/component-library": "2.8.6"
77
}

packages/calcite-components-angular/projects/component-library/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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)
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **@esri/calcite-components-angular:** Synchronize components versions
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @esri/calcite-components bumped from ^2.8.5 to ^2.8.6
19+
620
## [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)
721

822

packages/calcite-components-angular/projects/component-library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components-angular",
3-
"version": "2.8.5",
3+
"version": "2.8.6",
44
"sideEffects": false,
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"description": "A set of Angular components that wrap Esri's Calcite Components.",
@@ -20,7 +20,7 @@
2020
"@angular/core": ">=16.0.0"
2121
},
2222
"dependencies": {
23-
"@esri/calcite-components": "^2.8.5",
23+
"@esri/calcite-components": "^2.8.6",
2424
"tslib": "2.6.2"
2525
},
2626
"lerna": {

packages/calcite-components-react/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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)
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **@esri/calcite-components-react:** Synchronize components versions
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @esri/calcite-components bumped from ^2.8.5 to ^2.8.6
19+
620
## [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)
721

822

packages/calcite-components-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@esri/calcite-components-react",
33
"sideEffects": false,
4-
"version": "2.8.5",
4+
"version": "2.8.6",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"description": "A set of React components that wrap calcite components",
77
"license": "SEE LICENSE.md",
@@ -23,7 +23,7 @@
2323
"dist/"
2424
],
2525
"dependencies": {
26-
"@esri/calcite-components": "^2.8.5"
26+
"@esri/calcite-components": "^2.8.6"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.7",

packages/calcite-components/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
613
## [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)
714

815

packages/calcite-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components",
3-
"version": "2.8.5",
3+
"version": "2.8.6",
44
"homepage": "https://developers.arcgis.com/calcite-design-system/",
55
"description": "Web Components for Esri's Calcite Design System.",
66
"main": "dist/index.cjs.js",

packages/calcite-components/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho
1717
```html
1818
<script
1919
type="module"
20-
src="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.8.5/dist/calcite/calcite.esm.js"
20+
src="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.8.6/dist/calcite/calcite.esm.js"
2121
></script>
2222
<link
2323
rel="stylesheet"
2424
type="text/css"
25-
href="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.8.5/dist/calcite/calcite.css"
25+
href="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.8.6/dist/calcite/calcite.css"
2626
/>
2727
```
2828

0 commit comments

Comments
 (0)