diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index f764ff8c2fc..cf4bca1bd58 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,7 +1,7 @@
{
- "packages/calcite-components": "2.8.1",
- "packages/calcite-components-react": "2.8.1",
+ "packages/calcite-components": "2.8.2",
+ "packages/calcite-components-react": "2.8.2",
"packages/calcite-design-tokens": "2.2.0",
"packages/eslint-plugin-calcite-components": "1.2.0",
- "packages/calcite-components-angular/projects/component-library": "2.8.1"
+ "packages/calcite-components-angular/projects/component-library": "2.8.2"
}
diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md
index 98af8ba836e..5ba65063f48 100644
--- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md
+++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [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)
+
+### Miscellaneous Chores
+
+- **@esri/calcite-components-angular:** Synchronize components versions
+
+### Dependencies
+
+- The following workspace dependencies were updated
+ - dependencies
+ - @esri/calcite-components bumped from ^2.8.1 to ^2.8.2
+
## [2.9.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.0-next.9...@esri/calcite-components-angular@2.9.0-next.10) (2024-05-14)
**Note:** Version bump only for package @esri/calcite-components-angular
diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md
index 702c8964469..bb3c85221da 100644
--- a/packages/calcite-components-react/CHANGELOG.md
+++ b/packages/calcite-components-react/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [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)
+
+### Miscellaneous Chores
+
+- **@esri/calcite-components-react:** Synchronize components versions
+
+### Dependencies
+
+- The following workspace dependencies were updated
+ - dependencies
+ - @esri/calcite-components bumped from ^2.8.1 to ^2.8.2
+
## [2.9.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.9.0-next.9...@esri/calcite-components-react@2.9.0-next.10) (2024-05-14)
**Note:** Version bump only for package @esri/calcite-components-react
diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md
index 965b9f148e5..0d097197852 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.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)
+
+### Bug Fixes
+
+- **input, input-number, input-text:** Ensure autofocus is available on HTMLElement ([#9343](https://github.com/Esri/calcite-design-system/issues/9343)) ([405a4b0](https://github.com/Esri/calcite-design-system/commit/405a4b0d81d1cee15da40b31b2508461019fd022))
+
## [2.9.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.9.0-next.9...@esri/calcite-components@2.9.0-next.10) (2024-05-14)
### Bug Fixes
diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md
index c67d094eaf6..16b558cc325 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
```