From 337d9ab662858ebe25f131365095de531d2a5cdf Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Thu, 17 Apr 2025 00:19:16 +0800 Subject: [PATCH] build: publish v1.0.0-rc.142 --- CHANGELOG.md | 14 ++++++++++++++ cli/package.json | 2 +- package.json | 2 +- plugins/plugin-fonts/package.json | 2 +- plugins/plugin-md-power/package.json | 2 +- plugins/plugin-replace-assets/package.json | 2 +- plugins/plugin-search/package.json | 2 +- theme/package.json | 2 +- 8 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d84dc489..909f5d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.0.0-rc.142](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.141...v1.0.0-rc.142) (2025-04-16) + + +### Bug Fixes + +* **theme:** incorrect git changelog render ([610a34c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/610a34cb52ad28396d304d5be3404c4deb962930)) + + +### Performance Improvements + +* update dep to latest ([207353d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/207353de032a22cbd5c8e64409dff2aed46ee3de)) + + + # [1.0.0-rc.141](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.140...v1.0.0-rc.141) (2025-04-15) diff --git a/cli/package.json b/cli/package.json index 3aee5077..de7aca8b 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.141", + "version": "1.0.0-rc.142", "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 f753640c..c12e7736 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.141", + "version": "1.0.0-rc.142", "private": true, "packageManager": "pnpm@10.8.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 861c1d92..eeca16fe 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.141", + "version": "1.0.0-rc.142", "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 5b848f00..1c4bdc12 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.141", + "version": "1.0.0-rc.142", "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 92a20279..c642c598 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.141", + "version": "1.0.0-rc.142", "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 1651bc46..76c87dbb 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.141", + "version": "1.0.0-rc.142", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 8e52e44d..15a3c046 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.141", + "version": "1.0.0-rc.142", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",