From a05aa7f598057ab9bfde44430fb88a7fa9df1ba4 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 20 Sep 2025 16:14:05 +0800 Subject: [PATCH] build: publish v1.0.0-rc.164 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 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, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56671bb..07b603be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [1.0.0-rc.164](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.163...v1.0.0-rc.164) (2025-09-20) + + +### Bug Fixes + +* **plugin-md-power:** fix `stringifyAttrs` parse fail ([#701](https://github.com/pengzhanbo/vuepress-theme-plume/issues/701)) ([001896b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/001896b5fa8f55ba286cdb977514e769b97628bd)) +* **plugin-md-power:** fix title text overflow, close [#698](https://github.com/pengzhanbo/vuepress-theme-plume/issues/698) ([#699](https://github.com/pengzhanbo/vuepress-theme-plume/issues/699)) ([dd958c3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dd958c30cf1ec7191c44cf4c9ca15e89de768138)) +* **theme:** fix `createTime` is obtained incorrectly during creation, close [#692](https://github.com/pengzhanbo/vuepress-theme-plume/issues/692) ([#700](https://github.com/pengzhanbo/vuepress-theme-plume/issues/700)) ([69b9d0b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/69b9d0bc3db461436013e6da4526fccb6c09413c)) + + +### Features + +* add `inheritAttrs` option to components that include `ClientOnly` ([#697](https://github.com/pengzhanbo/vuepress-theme-plume/issues/697)) ([3523df7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3523df74dbe99fe7a5236f7e9e9209d5d237b0c2)) +* **theme:** add `signdown` frontmatter for home page ([#691](https://github.com/pengzhanbo/vuepress-theme-plume/issues/691)) ([5cbf0dd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5cbf0ddfcf54bad54476f398760120e387ea387b)) + + +### Performance Improvements + +* update deps to latest ([687439e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/687439e69744ddd7ddc028af8144f130794473c0)) + + + # [1.0.0-rc.163](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.162...v1.0.0-rc.163) (2025-09-10) diff --git a/cli/package.json b/cli/package.json index 4c7ad8e5..f03d5303 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.163", + "version": "1.0.0-rc.164", "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 970e0e4b..de40778d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.163", + "version": "1.0.0-rc.164", "private": true, "packageManager": "pnpm@10.17.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index bf22b681..fa3294d9 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.163", + "version": "1.0.0-rc.164", "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 e6980a8c..a45de5db 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.163", + "version": "1.0.0-rc.164", "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 375689b9..a8ac433d 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.163", + "version": "1.0.0-rc.164", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 3168d3d4..2b3510ac 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.163", + "version": "1.0.0-rc.164", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",