diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e52a10..cf81e88c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.0.0-rc.94](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.93...v1.0.0-rc.94) (2024-09-03) + + +### Bug Fixes + +* **plugin-md-power:** hydration errors ([c5216e1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c5216e122d60f4cb58294b323f17c6660e3a4d34)) + + +### Features + +* **theme:** add support blog as home page ([f60e4ea](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f60e4ea63ec8c65b6ae03f7be29522ec5a79e68c)) + + +### Performance Improvements + +* update vue to `3.5` ([0e9e1e7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0e9e1e7900a030a39c3e73c9cc46b004fa43d5b4)) + + + # [1.0.0-rc.93](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.92...v1.0.0-rc.93) (2024-09-01) diff --git a/cli/package.json b/cli/package.json index 62518da0..d6b78dd7 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.93", + "version": "1.0.0-rc.94", "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 de534466..548d3c2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.93", + "version": "1.0.0-rc.94", "private": true, "packageManager": "pnpm@9.9.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index d22f9073..444c7e17 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.93", + "version": "1.0.0-rc.94", "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 335fc053..1768c890 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.93", + "version": "1.0.0-rc.94", "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 488c9df6..6ae8cafa 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.93", + "version": "1.0.0-rc.94", "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 9414155c..db9cd862 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.93", + "version": "1.0.0-rc.94", "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 c54f98fe..d0b549e7 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.93", + "version": "1.0.0-rc.94", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 8976546d..eec83190 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.93", + "version": "1.0.0-rc.94", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",