diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8177d0..3d6e872b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.0.0-rc.76](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.75...v1.0.0-rc.76) (2024-07-10) + + +### Performance Improvements + +* **theme:** 改进类型 ([1ef9744](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1ef9744e043bf0891fedb06d2491cee246ff6e75)) +* **theme:** 优化 frontmatter 自动生成 ([329049e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/329049ec551805346be55e625b3323f2bac81e9b)) +* **theme:** 优化页面宽度 ([b92135e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b92135e6d96bebc1e6faf4f9c8723e42a62e990e)) + + + # [1.0.0-rc.75](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.74...v1.0.0-rc.75) (2024-07-09) diff --git a/package.json b/package.json index 5b2bd767..a4ca01c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.75", + "version": "1.0.0-rc.76", "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 31cc083a..4e4e65fb 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.75", + "version": "1.0.0-rc.76", "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 72b83d9b..ee0fa157 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.75", + "version": "1.0.0-rc.76", "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 832e1d61..2896f84d 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.75", + "version": "1.0.0-rc.76", "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 d20f5947..e792b47b 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.75", + "version": "1.0.0-rc.76", "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 9aca4cf2..3339de94 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.75", + "version": "1.0.0-rc.76", "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 4919d0f5..98cc63ea 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.75", + "version": "1.0.0-rc.76", "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 27e19e6b..34dbeacd 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.75", + "version": "1.0.0-rc.76", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 60e6dee7..79389719 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.75", + "version": "1.0.0-rc.76", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",