diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9348c1c..315e0d65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+# [1.0.0-rc.173](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.172...v1.0.0-rc.173) (2025-10-17)
+
+
+### Bug Fixes
+
+* **theme:** fix collection type error when the homepage is set as a posts, close [#729](https://github.com/pengzhanbo/vuepress-theme-plume/issues/729) ([#732](https://github.com/pengzhanbo/vuepress-theme-plume/issues/732)) ([0a23b94](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0a23b94232a407eded9cf402702fb81ddd1e1a89))
+* **theme:** fix the layout misalignment of the `` fontawesome icon ([1471547](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1471547bcdce4c6ad4ca2e97422a6627d2876bdc))
+
+
+### Performance Improvements
+
+* update deps to latest ([ded49c4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ded49c4e8890bcb1bcf920856c72a8ec4a943daf))
+
+
+
# [1.0.0-rc.172](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.171...v1.0.0-rc.172) (2025-10-15)
diff --git a/cli/package.json b/cli/package.json
index ee9a29f0..63bec721 100644
--- a/cli/package.json
+++ b/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "create-vuepress-theme-plume",
"type": "module",
- "version": "1.0.0-rc.172",
+ "version": "1.0.0-rc.173",
"description": "The cli for create vuepress-theme-plume's project",
"author": "pengzhanbo (https://github.com/pengzhanbo/)",
"license": "MIT",
diff --git a/package.json b/package.json
index 37b57a21..8b27241c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume-monorepo",
"type": "module",
- "version": "1.0.0-rc.172",
+ "version": "1.0.0-rc.173",
"private": true,
"packageManager": "pnpm@10.18.3",
"author": "pengzhanbo (https://github.com/pengzhanbo/)",
diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json
index 9815672c..553e4d20 100644
--- a/plugins/plugin-fonts/package.json
+++ b/plugins/plugin-fonts/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-fonts",
"type": "module",
- "version": "1.0.0-rc.172",
+ "version": "1.0.0-rc.173",
"description": "The Plugin for VuePress 2 - fonts",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json
index 3cea2597..0d3bd70a 100644
--- a/plugins/plugin-md-power/package.json
+++ b/plugins/plugin-md-power/package.json
@@ -1,7 +1,7 @@
{
"name": "vuepress-plugin-md-power",
"type": "module",
- "version": "1.0.0-rc.172",
+ "version": "1.0.0-rc.173",
"description": "The Plugin for VuePress 2 - markdown power",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json
index a1fee401..b60a9be8 100644
--- a/plugins/plugin-search/package.json
+++ b/plugins/plugin-search/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-search",
"type": "module",
- "version": "1.0.0-rc.172",
+ "version": "1.0.0-rc.173",
"description": "The Plugin for VuePress 2 - local search",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/theme/package.json b/theme/package.json
index 00e2c9b0..c6e65db6 100644
--- a/theme/package.json
+++ b/theme/package.json
@@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume",
"type": "module",
- "version": "1.0.0-rc.172",
+ "version": "1.0.0-rc.173",
"description": "A Blog&Document Theme for VuePress 2.0",
"author": "pengzhanbo (https://github.com/pengzhanbo/)",
"license": "MIT",