diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdd025c3..fbc36bff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,28 @@
+# [1.0.0-rc.79](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.78...v1.0.0-rc.79) (2024-07-16)
+
+
+### Bug Fixes
+
+* **theme:** fix incorrect footer layout ([#120](https://github.com/pengzhanbo/vuepress-theme-plume/issues/120)) ([0510e26](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0510e261dfe3e988d91a7c10b815d93d0fbc0971))
+
+
+### Features
+
+* **theme:** 添加 blog categories 插槽 ([b83a69a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b83a69a68179f8d7df6c767728b1e7b02f11c551))
+
+
+### Performance Improvements
+
+* **theme:** 调整 页面数据结构 ([fc23e49](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fc23e4950b74f19b05837a9e89d14931f0cf9ed7))
+* **theme:** 优化 `
样式 ([647c291](https://github.com/pengzhanbo/vuepress-theme-plume/commit/647c291d2f55a043d51c740c6fb9ffbc70bf895f))
+* **theme:** 优化 侧边栏 分组结构 ([400bf02](https://github.com/pengzhanbo/vuepress-theme-plume/commit/400bf02856e92bb0fd2d8f87a1a30e7cbce9e308))
+* **theme:** 优化导航栏交互 ([4501a16](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4501a1654ec6b503ccbbd3e8526d9e43131affe7))
+* **theme:** 优化中文字体库 ([198e13d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/198e13d885c6c00867ef4d55ff1206bc2117b724))
+* **theme:** 优化主题配置 ([2219f20](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2219f2019ea768a554b9adea7301ec99ac819ad1))
+* update deps to latest ([98e85b0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/98e85b0ece46ffb11ac7a45302f7b3ffaae57033))
+
+
+
# [1.0.0-rc.78](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.77...v1.0.0-rc.78) (2024-07-13)
diff --git a/package.json b/package.json
index 9efaadf5..ef23f235 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume-monorepo",
"type": "module",
- "version": "1.0.0-rc.78",
+ "version": "1.0.0-rc.79",
"private": true,
"packageManager": "pnpm@9.5.0",
"author": "pengzhanbo (https://github.com/pengzhanbo/)",
diff --git a/plugins/plugin-baidu-tongji/package.json b/plugins/plugin-baidu-tongji/package.json
index 319bea56..9c926b4d 100644
--- a/plugins/plugin-baidu-tongji/package.json
+++ b/plugins/plugin-baidu-tongji/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-baidu-tongji",
"type": "module",
- "version": "1.0.0-rc.78",
+ "version": "1.0.0-rc.79",
"description": "The Plugin for VuePress 2 - baidu tongji",
"author": "pengzhanbo (https://github.com/pengzhanbo/)",
"license": "MIT",
diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json
index 8822d61b..c799d8d9 100644
--- a/plugins/plugin-content-update/package.json
+++ b/plugins/plugin-content-update/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-content-update",
"type": "module",
- "version": "1.0.0-rc.78",
+ "version": "1.0.0-rc.79",
"description": "The Plugin for VuePress 2 - content update",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json
index 07f79636..484094b3 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.78",
+ "version": "1.0.0-rc.79",
"description": "The Plugin for VuePress 2 - fonts",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-iconify/package.json b/plugins/plugin-iconify/package.json
index 037e8cbc..f60ed504 100644
--- a/plugins/plugin-iconify/package.json
+++ b/plugins/plugin-iconify/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-iconify",
"type": "module",
- "version": "1.0.0-rc.78",
+ "version": "1.0.0-rc.79",
"description": "The Plugin for VuePress 2 - iconify",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json
index c1018c75..766aff49 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.78",
+ "version": "1.0.0-rc.79",
"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 58b024f1..de202deb 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.78",
+ "version": "1.0.0-rc.79",
"description": "The Plugin for VuePress 2 - local search",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json
index 7734d7f8..7fc3f685 100644
--- a/plugins/plugin-shikiji/package.json
+++ b/plugins/plugin-shikiji/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-shikiji",
"type": "module",
- "version": "1.0.0-rc.78",
+ "version": "1.0.0-rc.79",
"description": "The Plugin for VuePress 2 - shiki",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/theme/package.json b/theme/package.json
index 26128f3d..9f33d76b 100644
--- a/theme/package.json
+++ b/theme/package.json
@@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume",
"type": "module",
- "version": "1.0.0-rc.78",
+ "version": "1.0.0-rc.79",
"description": "A Blog&Document Theme for VuePress 2.0",
"author": "pengzhanbo (https://github.com/pengzhanbo/)",
"license": "MIT",