diff --git a/CHANGELOG.md b/CHANGELOG.md index c06a338b..a9144ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-rc.156](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.155...v1.0.0-rc.156) (2025-07-06) + + +### Bug Fixes + +* **theme:** incorrect `sidebar` when `items` as `auto`, close [#635](https://github.com/pengzhanbo/vuepress-theme-plume/issues/635) ([#638](https://github.com/pengzhanbo/vuepress-theme-plume/issues/638)) ([d27121a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d27121a5583b8cc88871af561ad2c133129d5408)) + + +### Features + +* **theme:** add `image-preview` configuration ([#637](https://github.com/pengzhanbo/vuepress-theme-plume/issues/637)) ([4590703](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4590703e637ccb5cb399681314966b07ac8ec8da)) + + +### Performance Improvements + +* **theme:** improve some styles ([3c07909](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3c07909c345b7f7718410e5b361cabb4eb627cd8)) +* update deps to latest ([6f9dc24](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6f9dc249410e97978ee7058afbce66e6a8e22bb6)) + + + # [1.0.0-rc.155](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.154...v1.0.0-rc.155) (2025-06-29) diff --git a/cli/package.json b/cli/package.json index ea58e1a0..2dfff4e0 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.155", + "version": "1.0.0-rc.156", "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 ecb658ba..ed0c16df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.155", + "version": "1.0.0-rc.156", "private": true, "packageManager": "pnpm@10.12.4", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 7f665ebc..71a3c1e7 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.155", + "version": "1.0.0-rc.156", "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 6511ecc8..2bfb1d9a 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.155", + "version": "1.0.0-rc.156", "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 41ea525e..7ba84c9f 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.155", + "version": "1.0.0-rc.156", "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 ed2649e3..688ab662 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.155", + "version": "1.0.0-rc.156", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 2b729a28..294a4dff 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.155", + "version": "1.0.0-rc.156", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",