From fa26b7bd5f11b364da4035df3776a60ba1b557a3 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 12 Jul 2025 08:50:56 +0800 Subject: [PATCH] build: publish v1.0.0-rc.157 --- CHANGELOG.md | 17 +++++++++++++++++ cli/package.json | 2 +- package.json | 2 +- plugins/plugin-fonts/package.json | 2 +- plugins/plugin-md-power/package.json | 2 +- plugins/plugin-search/package.json | 2 +- theme/package.json | 2 +- 7 files changed, 23 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9144ef8..f4ddbff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.0.0-rc.157](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.156...v1.0.0-rc.157) (2025-07-12) + + +### Bug Fixes + +* **theme:** locales selector not rendering correctly on mobile, close [#640](https://github.com/pengzhanbo/vuepress-theme-plume/issues/640) ([#641](https://github.com/pengzhanbo/vuepress-theme-plume/issues/641)) ([57d08bd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/57d08bd501dca702f00dfd618cfb78f3506a9630)) + + +### Features + +* **cli:** update vuepress to latest ([3e93141](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3e9314194b2edf3a47697833f0895ff577101630)) +* **theme:** add locale support for Korean (ko-KR) ([#642](https://github.com/pengzhanbo/vuepress-theme-plume/issues/642)) ([5346838](https://github.com/pengzhanbo/vuepress-theme-plume/commit/534683817e3ca19b060588eda458c7c3e7df728e)) +* **theme:** migrate to `@vuepress/plugin-replace-assets` ([#644](https://github.com/pengzhanbo/vuepress-theme-plume/issues/644)) ([0fe98a3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0fe98a38f1ed6f5538aa8bc00bb141f4b5d07d72)) +* upgrade vuepress to `rc.24` ([#643](https://github.com/pengzhanbo/vuepress-theme-plume/issues/643)) ([cd1d457](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cd1d457d31879d6724cf681c6ab23fe43ab08cba)) + + + # [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) diff --git a/cli/package.json b/cli/package.json index 604175d6..acacc558 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.156", + "version": "1.0.0-rc.157", "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 3f0235fd..63752aac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.156", + "version": "1.0.0-rc.157", "private": true, "packageManager": "pnpm@10.13.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 71a3c1e7..69e44e46 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.156", + "version": "1.0.0-rc.157", "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 2bfb1d9a..c4263307 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.156", + "version": "1.0.0-rc.157", "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 688ab662..6ecd4369 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.156", + "version": "1.0.0-rc.157", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index ab64bd01..ef7ebae1 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.156", + "version": "1.0.0-rc.157", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",