From 34a1d7a19cc39fa1676acb84bd04cb32a01d8400 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 9 Sep 2024 00:44:03 +0800 Subject: [PATCH] build: publish v1.0.0-rc.97 --- CHANGELOG.md | 20 ++++++++++++++++++++ cli/package.json | 2 +- 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 +- 9 files changed, 28 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1efe90..34c9504f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-rc.97](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.96...v1.0.0-rc.97) (2024-09-08) + + +### Bug Fixes + +* **theme:** incorrect scroll behavior when `route.hash` changed ([3d3b49d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3d3b49da57ffd627d07a09e06f6a700094ee77fe)) + + +### Features + +* **plugin-md-power:** add `imageSize` plugin ([1d09eb4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1d09eb4183e4293481b8690ee06d09ceaf27f30a)) + + +### Performance Improvements + +* **cli:** update templates ([eaa0b46](https://github.com/pengzhanbo/vuepress-theme-plume/commit/eaa0b466ac8031b645d8b30baf2d4b80911b98bc)) +* update deps to latest ([3313229](https://github.com/pengzhanbo/vuepress-theme-plume/commit/33132297e15297dd7459c2176bb46bdaae0bb917)) + + + # [1.0.0-rc.96](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.95...v1.0.0-rc.96) (2024-09-05) diff --git a/cli/package.json b/cli/package.json index c514fc0b..68670c2a 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.96", + "version": "1.0.0-rc.97", "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 946cfbfc..18bc328a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.96", + "version": "1.0.0-rc.97", "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 067e4e89..c8dd1da0 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.96", + "version": "1.0.0-rc.97", "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 b3b16d6e..b86a475a 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.96", + "version": "1.0.0-rc.97", "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 7e0bf194..710ab7ed 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.96", + "version": "1.0.0-rc.97", "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 0b4f80ae..a2b31300 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.96", + "version": "1.0.0-rc.97", "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 efeb2a89..0d971381 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.96", + "version": "1.0.0-rc.97", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 3fda46fd..3f484bf6 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.96", + "version": "1.0.0-rc.97", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",