diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e071637..2bf6ad54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.0.0-rc.74](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.73...v1.0.0-rc.74) (2024-07-09) + + +### Bug Fixes + +* **theme:** 修复 footer 在首页的错误渲染 ([ff776ef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ff776efb986c91abbaab54a23a45c1be99427e99)) + + +### Performance Improvements + +* **theme:** 优化 frontmatter 自动生成 ([8714d76](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8714d76a0e997865b9285275c32dbf40474a196b)) +* **theme:** 优化 headers ([67f7b0e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/67f7b0e0c60969aaa5adcb17ef6c04a5bd593b5f)) +* **theme:** 优化博客页面数据 ([cfbea84](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cfbea845a47785772ddfa3929d5a8cbecba5d3b0)) +* **theme:** 优化侧边栏数据自动生成 ([766285e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/766285e8f820fc5f314d58f8d661f8b683db8274)) + + + # [1.0.0-rc.73](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.72...v1.0.0-rc.73) (2024-07-08) diff --git a/package.json b/package.json index 97ba8fd2..31c65413 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.73", + "version": "1.0.0-rc.74", "private": true, "packageManager": "pnpm@9.5.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-auto-frontmatter/package.json b/plugins/plugin-auto-frontmatter/package.json index f4b47e20..2631b0ae 100644 --- a/plugins/plugin-auto-frontmatter/package.json +++ b/plugins/plugin-auto-frontmatter/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-auto-frontmatter", "type": "module", - "version": "1.0.0-rc.73", + "version": "1.0.0-rc.74", "private": true, "description": "The Plugin for VuePress 2 - auto frontmatter", "author": "pengzhanbo ", diff --git a/plugins/plugin-baidu-tongji/package.json b/plugins/plugin-baidu-tongji/package.json index 8bd69a2b..1aa1c204 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.73", + "version": "1.0.0-rc.74", "description": "The Plugin for VuePress 2 - baidu tongji", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT", diff --git a/plugins/plugin-blog-data/package.json b/plugins/plugin-blog-data/package.json index a3697322..924745fd 100644 --- a/plugins/plugin-blog-data/package.json +++ b/plugins/plugin-blog-data/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-blog-data", "type": "module", - "version": "1.0.0-rc.73", + "version": "1.0.0-rc.74", "private": "true", "description": "The Plugin for VuePress 2 - blog data", "author": "pengzhanbo ", diff --git a/plugins/plugin-caniuse/package.json b/plugins/plugin-caniuse/package.json index c5f22a3d..2c67b14e 100644 --- a/plugins/plugin-caniuse/package.json +++ b/plugins/plugin-caniuse/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-caniuse", "type": "module", - "version": "1.0.0-rc.73", + "version": "1.0.0-rc.74", "private": "true", "description": "The Plugin for VuePress 2, Support Can-I-Use feature", "author": "pengzhanbo ", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index b2fa6d26..dcd9bd93 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.73", + "version": "1.0.0-rc.74", "description": "The Plugin for VuePress 2 - content update", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json index 678040f3..520d120b 100644 --- a/plugins/plugin-copy-code/package.json +++ b/plugins/plugin-copy-code/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-copy-code", "type": "module", - "version": "1.0.0-rc.73", + "version": "1.0.0-rc.74", "private": "true", "description": "The Plugin for VuePress 2 - copy code", "author": "pengzhanbo ", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index b2bc881a..f5f681e8 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.73", + "version": "1.0.0-rc.74", "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 fb3f4590..2383cfb8 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.73", + "version": "1.0.0-rc.74", "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 0e8aeef9..8d89fa45 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.73", + "version": "1.0.0-rc.74", "description": "The Plugin for VuePress 2 - markdown power", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-notes-data/package.json b/plugins/plugin-notes-data/package.json index dfae5d7f..91588817 100644 --- a/plugins/plugin-notes-data/package.json +++ b/plugins/plugin-notes-data/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-notes-data", "type": "module", - "version": "1.0.0-rc.73", + "version": "1.0.0-rc.74", "private": "true", "description": "The Plugin for VuePress 2 - notes data", "author": "pengzhanbo ", diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index fc98e5d0..679cec23 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.73", + "version": "1.0.0-rc.74", "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 f6e7b85d..05a06aa5 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.73", + "version": "1.0.0-rc.74", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 0cf0f3ea..99f4e7f1 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.73", + "version": "1.0.0-rc.74", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",