From a4dc03f736a2b3f7cd52302b9733f0f853378061 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 27 Aug 2024 12:07:51 +0800 Subject: [PATCH] build: publish v1.0.0-rc.90 --- CHANGELOG.md | 12 ++++++++++++ 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, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 930e144d..0d651410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.0.0-rc.90](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.89...v1.0.0-rc.90) (2024-08-27) + + +### Bug Fixes + +* **theme:** incorrect auto frontmatter ([91981b4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/91981b44eb09a57dfbd2b84de68f3d652e56f97f)) +* **theme:** incorrect generate for notes permalink ([b37de62](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b37de621217675f8872f5be0c7e4a5b2b557fbe5)) +* **theme:** incorrect resolve sidebar ([d87e785](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d87e785e6f7563e3406ff17f57dc33809980b289)) +* **theme:** incorrect shadow when title is too long ([55b9687](https://github.com/pengzhanbo/vuepress-theme-plume/commit/55b96875b1bf7a4968b3b3144df3aca3ace31bd6)) + + + # [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) diff --git a/package.json b/package.json index b0341765..4bc185ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.89", + "version": "1.0.0-rc.90", "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 10947a91..d26ea57a 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.89", + "version": "1.0.0-rc.90", "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 d3526504..666e5d69 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.89", + "version": "1.0.0-rc.90", "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 e76e94be..4af74247 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.89", + "version": "1.0.0-rc.90", "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 feb7d0c2..a23038a4 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.89", + "version": "1.0.0-rc.90", "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 a0523a3c..2933516b 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.89", + "version": "1.0.0-rc.90", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index ad8c07ce..8b62b662 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.89", + "version": "1.0.0-rc.90", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",