From ec0012e822c87ab8cbe9ea8c89fb80c346efaff2 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 27 Aug 2024 08:38:17 +0800 Subject: [PATCH] build: publish v1.0.0-rc.89 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- plugins/plugin-content-update/package.json | 2 +- plugins/plugin-fonts/package.json | 2 +- plugins/plugin-md-power/package.json | 2 +- plugins/plugin-search/package.json | 2 +- plugins/plugin-shikiji/package.json | 2 +- theme/package.json | 2 +- 8 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0edc481b..930e144d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.0.0-rc.89](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.88...v1.0.0-rc.89) (2024-08-27) + + +### Bug Fixes + +* **theme:** incorrect notes auto frontmatter permalink ([b55a0f7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b55a0f754682b5a295ae034dbf870c677ac28ae8)) +* **theme:** incorrect shadow when title is too long ([#154](https://github.com/pengzhanbo/vuepress-theme-plume/issues/154)) ([7891ca8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7891ca8d787a356dee33d3d030ed863ee376237b)) + + +### Performance Improvements + +* **theme:** redirect locales page ([543f6ea](https://github.com/pengzhanbo/vuepress-theme-plume/commit/543f6ea66f5cda000b83b242199cf7e249983a78)) + + + # [1.0.0-rc.88](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.87...v1.0.0-rc.88) (2024-08-22) diff --git a/package.json b/package.json index dcb67b50..b0341765 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.88", + "version": "1.0.0-rc.89", "private": true, "packageManager": "pnpm@9.8.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index b51fb6fd..10947a91 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.88", + "version": "1.0.0-rc.89", "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 03246bde..d3526504 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.88", + "version": "1.0.0-rc.89", "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 661e81dd..e76e94be 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.88", + "version": "1.0.0-rc.89", "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 f161c61c..feb7d0c2 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.88", + "version": "1.0.0-rc.89", "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 6f501d53..a0523a3c 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.88", + "version": "1.0.0-rc.89", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 1d6fdf9e..ad8c07ce 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.88", + "version": "1.0.0-rc.89", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",