diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index cf4bca1bd58..8235abf0ee3 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,7 +1,7 @@
{
- "packages/calcite-components": "2.8.2",
- "packages/calcite-components-react": "2.8.2",
+ "packages/calcite-components": "2.8.3",
+ "packages/calcite-components-react": "2.8.3",
"packages/calcite-design-tokens": "2.2.0",
"packages/eslint-plugin-calcite-components": "1.2.0",
- "packages/calcite-components-angular/projects/component-library": "2.8.2"
+ "packages/calcite-components-angular/projects/component-library": "2.8.3"
}
diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md
index a126e21fb58..40976dc2d92 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.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.2...@esri/calcite-components-angular@2.8.3) (2024-05-21)
+
+
+### Miscellaneous Chores
+
+* **@esri/calcite-components-angular:** Synchronize components versions
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * @esri/calcite-components bumped from ^2.8.2 to ^2.8.3
+
## [2.8.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.1...@esri/calcite-components-angular@2.8.2) (2024-05-15)
diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json
index 5302242d1cc..04fd0f36b65 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.2",
+ "version": "2.8.3",
"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.2",
+ "@esri/calcite-components": "^2.8.3",
"tslib": "2.6.2"
},
"lerna": {
diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md
index a613b7e7993..9d1ab332391 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.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.2...@esri/calcite-components-react@2.8.3) (2024-05-21)
+
+
+### Miscellaneous Chores
+
+* **@esri/calcite-components-react:** Synchronize components versions
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * @esri/calcite-components bumped from ^2.8.2 to ^2.8.3
+
## [2.8.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.1...@esri/calcite-components-react@2.8.2) (2024-05-15)
diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json
index 4fa0cbde665..fbd6b1fdc9e 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.2",
+ "version": "2.8.3",
"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.2"
+ "@esri/calcite-components": "^2.8.3"
},
"peerDependencies": {
"react": ">=16.7",
diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md
index c523fb27902..871cffbc80e 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.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.2...@esri/calcite-components@2.8.3) (2024-05-21)
+
+
+### Bug Fixes
+
+* **combobox:** Fix error that occurs when a click is emitted when the component is appended to the DOM ([#9373](https://github.com/Esri/calcite-design-system/issues/9373)) ([34a2bbe](https://github.com/Esri/calcite-design-system/commit/34a2bbefeee5149eb9a374b3ef188740656811c1))
+
## [2.8.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.1...@esri/calcite-components@2.8.2) (2024-05-15)
diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json
index 59854e10a16..dfaa995324f 100644
--- a/packages/calcite-components/package.json
+++ b/packages/calcite-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
- "version": "2.8.2",
+ "version": "2.8.3",
"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 16b558cc325..3a39b2ba984 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
```