From 2e4c5448798303a119149e108c0b9e7946d29064 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 12 Oct 2024 16:07:37 +0800 Subject: [PATCH] build: publish v1.0.0-rc.108 --- CHANGELOG.md | 16 ++++++++++++++++ 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, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd01ef4d..78eac8f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.0.0-rc.108](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.107...v1.0.0-rc.108) (2024-10-12) + + +### Bug Fixes + +* **plugin-search:** incorrect page path when configuring `base`, close [#265](https://github.com/pengzhanbo/vuepress-theme-plume/issues/265) ([#267](https://github.com/pengzhanbo/vuepress-theme-plume/issues/267)) ([012cbaf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/012cbafaaf9c0b1cee518b8af047b84192e24d3f)) +* **theme:** incorrect anchor link scrolling, close [#266](https://github.com/pengzhanbo/vuepress-theme-plume/issues/266) ([#268](https://github.com/pengzhanbo/vuepress-theme-plume/issues/268)) ([9ef85fe](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9ef85fe858170e3533f379379e4520b94ec473f8)) + + +### Performance Improvements + +* **theme:** improve types ([2dd8d23](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2dd8d239ce2b51b51d9ec9138df2fe951fbae28b)) +* update deps to latest ([b8c1b68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b8c1b685195cf119d4994fa38544ee7165247a08)) + + + # [1.0.0-rc.107](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.106...v1.0.0-rc.107) (2024-10-08) diff --git a/cli/package.json b/cli/package.json index 4f4c3b00..ed343541 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.107", + "version": "1.0.0-rc.108", "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 37844f47..5a0eef7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.107", + "version": "1.0.0-rc.108", "private": true, "packageManager": "pnpm@9.12.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 223039f9..9def86ba 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.107", + "version": "1.0.0-rc.108", "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 09bdb209..22e4ecd8 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.107", + "version": "1.0.0-rc.108", "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 e595353e..c2323299 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.107", + "version": "1.0.0-rc.108", "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 10233e60..01594447 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.107", + "version": "1.0.0-rc.108", "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 d42c49e6..c9f0ea8c 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.107", + "version": "1.0.0-rc.108", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index f590b311..ede8f885 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.107", + "version": "1.0.0-rc.108", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",