diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6fff9402d1..f2eb44f508c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,21 +3,7 @@
This document maintains a list of released versions and changes introduced by them.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
-
-
-## Unreleased
-
-### ⚠ BREAKING CHANGES
-
-- **popover:** autoClose property has been moved from the popover-manager to the popover.
-
-- feat(popover): Simplify popover usage by deprecating popover-manager component
-
-- add observer
-
-- cleanup
-
-- cleanup, add test
+## [1.0.0-beta.82](https://github.com/Esri/calcite-components/compare/v1.0.0-beta.81...v1.0.0-beta.82) (2022-05-10)
### Features
@@ -55,7 +41,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Ensure components set boolean aria values properly ([#4504](https://github.com/Esri/calcite-components/issues/4504)) ([a82cee8](https://github.com/Esri/calcite-components/commit/a82cee885d6c0c15f9afde35db7e5faeee96ac0c)), closes [#4462](https://github.com/Esri/calcite-components/issues/4462)
- fix potential memory leak for form resetting on form controls ([#4499](https://github.com/Esri/calcite-components/issues/4499)) ([a5a4116](https://github.com/Esri/calcite-components/commit/a5a4116392ac71ab9fd7d941ee7a04846ffda3de)), closes [#4500](https://github.com/Esri/calcite-components/issues/4500)
- **tile:** Prevent description from overflowing ([#4433](https://github.com/Esri/calcite-components/issues/4433)) ([220dfdb](https://github.com/Esri/calcite-components/commit/220dfdb51beff2422e87b7bfbac475c777259884)), closes [#4390](https://github.com/Esri/calcite-components/issues/4390)
-
## [1.0.0-beta.81](https://github.com/Esri/calcite-components/compare/v1.0.0-beta.80...v1.0.0-beta.81) (2022-04-12)
diff --git a/package-lock.json b/package-lock.json
index 635187de9f2..80c1c1b5554 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@esri/calcite-components",
- "version": "1.0.0-next.464",
+ "version": "1.0.0-beta.82",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@esri/calcite-components",
- "version": "1.0.0-next.464",
+ "version": "1.0.0-beta.82",
"license": "SEE LICENSE IN copyright.txt",
"dependencies": {
"@a11y/focus-trap": "1.0.5",
diff --git a/package.json b/package.json
index bf3219a70d8..548747f4a36 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
- "version": "1.0.0-next.464",
+ "version": "1.0.0-beta.82",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
diff --git a/readme.md b/readme.md
index 89ac98aff67..20d977f547a 100644
--- a/readme.md
+++ b/readme.md
@@ -12,12 +12,12 @@ The most common approach for loading Calcite Components is to use the version ho
```html
```