diff --git a/CHANGELOG.md b/CHANGELOG.md index c2978793..41fbe875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-rc.152](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.151...v1.0.0-rc.152) (2025-05-27) + + +### Bug Fixes + +* **plugin-search:** reset search index cache ([#603](https://github.com/pengzhanbo/vuepress-theme-plume/issues/603)) ([7592eaf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7592eafd3861f138f781e8e98c2835c7021a4abb)) +* **theme:** ensure friends description from user ([3ba41b9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3ba41b90b84a565a4c0d35f11585b9af969f13b1)) + + +### Features + +* **theme:** sidebar auto scroll into active link ([#604](https://github.com/pengzhanbo/vuepress-theme-plume/issues/604)) ([c9ead12](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c9ead12e35624872e3d8b134bdb455c2d52d3c65)) + + +### Performance Improvements + +* update deps to latest ([d2a849a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d2a849af6499ac3b45df65b62746b4a1dce410f5)) + + + # [1.0.0-rc.151](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.150...v1.0.0-rc.151) (2025-05-19) diff --git a/cli/package.json b/cli/package.json index 4e5a2bc5..2af474b1 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.151", + "version": "1.0.0-rc.152", "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 c4fb2f12..5522ea51 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.151", + "version": "1.0.0-rc.152", "private": true, "packageManager": "pnpm@10.11.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 680a1695..c8ea4816 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.151", + "version": "1.0.0-rc.152", "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 ec9f86ca..0c19a2a7 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.151", + "version": "1.0.0-rc.152", "description": "The Plugin for VuePress 2 - markdown power", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-replace-assets/package.json b/plugins/plugin-replace-assets/package.json index 1c702157..462040af 100644 --- a/plugins/plugin-replace-assets/package.json +++ b/plugins/plugin-replace-assets/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-plugin-replace-assets", "type": "module", - "version": "1.0.0-rc.151", + "version": "1.0.0-rc.152", "description": "The Plugin for VuePress 2 - replace assets url", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index 8b50a45a..30b11880 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.151", + "version": "1.0.0-rc.152", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index b0b77eb8..d52ea662 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.151", + "version": "1.0.0-rc.152", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",