diff --git a/CHANGELOG.md b/CHANGELOG.md
index eed19914501..d95352c5718 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +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
+## [v1.0.6](https://github.com/Esri/calcite-components/compare/v1.0.5...v1.0.6) (2023-02-14)
### Bug Fixes
@@ -13,8 +11,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **tree-item:** preserves consistent height with or w/t actions-end ([#6403](https://github.com/Esri/calcite-components/issues/6403)) ([728f42b](https://github.com/Esri/calcite-components/commit/728f42b4ad219f5c947cfd5226db7959c3cfd9c1)), closes [#6361](https://github.com/Esri/calcite-components/issues/6361) [#3127](https://github.com/Esri/calcite-components/issues/3127)
- **vite:** getting the dist build to work correctly with vite again ([#6452](https://github.com/Esri/calcite-components/issues/6452)) ([cc44984](https://github.com/Esri/calcite-components/commit/cc44984966d21a8537e03daa0fe66d90bff38385)), closes [#6419](https://github.com/Esri/calcite-components/issues/6419)
-
-
## [1.0.5](https://github.com/Esri/calcite-components/compare/v1.0.4...v1.0.5) (2023-02-09)
### Bug Fixes
diff --git a/package-lock.json b/package-lock.json
index e340315c1a1..3d51aa0f01a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@esri/calcite-components",
- "version": "1.0.6-next.1",
+ "version": "1.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@esri/calcite-components",
- "version": "1.0.6-next.1",
+ "version": "1.0.6",
"license": "SEE LICENSE IN copyright.txt",
"dependencies": {
"@floating-ui/dom": "1.1.0",
diff --git a/package.json b/package.json
index 3b0a792697c..c7c42d4c5ac 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
- "version": "1.0.6-next.1",
+ "version": "1.0.6",
"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 fbe5f326949..0dcb8c58002 100644
--- a/readme.md
+++ b/readme.md
@@ -13,11 +13,11 @@ Calcite Components, part of Esri's Calcite Design System, is a rich library of f
The most common approach for loading Calcite Components is to use the version hosted on the CDN. The components can be loaded via `
+
```