diff --git a/.changeset/afraid-dolls-visit.md b/.changeset/afraid-dolls-visit.md
new file mode 100644
index 00000000000..c3bc3a57719
--- /dev/null
+++ b/.changeset/afraid-dolls-visit.md
@@ -0,0 +1,5 @@
+---
+'@kaizen/components': patch
+---
+
+TileGrid renders Tiles in a `
`, wrapping each Tile in an `- `
diff --git a/.changeset/empty-pots-remain.md b/.changeset/empty-pots-remain.md
new file mode 100644
index 00000000000..8595a1a293b
--- /dev/null
+++ b/.changeset/empty-pots-remain.md
@@ -0,0 +1,5 @@
+---
+'@kaizen/components': patch
+---
+
+Converted LiveIcon into a subcomponent of Tag
diff --git a/.changeset/nasty-islands-grin.md b/.changeset/nasty-islands-grin.md
new file mode 100644
index 00000000000..afc28d8e5b8
--- /dev/null
+++ b/.changeset/nasty-islands-grin.md
@@ -0,0 +1,5 @@
+---
+'@kaizen/components': patch
+---
+
+Fix Workflow Styling breaking in RTL
diff --git a/.changeset/fast-monkeys-nail.md b/.changeset/six-houses-cough.md
similarity index 100%
rename from .changeset/fast-monkeys-nail.md
rename to .changeset/six-houses-cough.md
diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md
index 2f5e33305af..5a77615bbb6 100644
--- a/packages/components/CHANGELOG.md
+++ b/packages/components/CHANGELOG.md
@@ -1,15 +1,5 @@
# Change Log
-## 1.68.11
-
-### Patch Changes
-
-- [#5368](https://github.com/cultureamp/kaizen-design-system/pull/5368) [`d3ae52d`](https://github.com/cultureamp/kaizen-design-system/commit/d3ae52d3a1a7885551ab46f99a400a724561b000) - TileGrid renders Tiles in a ul, wrapping each Tile in an li
-
-- [#5352](https://github.com/cultureamp/kaizen-design-system/pull/5352) [`5339698`](https://github.com/cultureamp/kaizen-design-system/commit/533969870026253fa4911c51dc34bbe6beade31a) - Converted LiveIcon into a subcomponent of Tag
-
-- [#5370](https://github.com/cultureamp/kaizen-design-system/pull/5370) [`e39ab1d`](https://github.com/cultureamp/kaizen-design-system/commit/e39ab1d774cae8541dacdc205b25766ce56ff0b4) - Fix Workflow Styling breaking in RTL
-
## 1.68.10
### Patch Changes
diff --git a/packages/components/package.json b/packages/components/package.json
index 9f5a21c8fdb..aa242b06dcf 100644
--- a/packages/components/package.json
+++ b/packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@kaizen/components",
- "version": "1.68.11",
+ "version": "1.68.10",
"description": "Kaizen component library",
"author": "Geoffrey Chong ",
"homepage": "https://cultureamp.design",