From 095cfcfd1e30aa0693e39279c95194c3be7806e3 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 7 Apr 2025 17:41:04 +0800 Subject: [PATCH] build: publish v1.0.0-rc.140 --- CHANGELOG.md | 9 +++++++++ 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, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d35f9f25..2960742e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.0.0-rc.140](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.139...v1.0.0-rc.140) (2025-04-07) + + +### Bug Fixes + +* **theme:** handle empty dependencies in version detection ([74841a9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/74841a9ff638abda4d654384a53c52c3a5b52820)) + + + # [1.0.0-rc.139](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.138...v1.0.0-rc.139) (2025-04-06) diff --git a/cli/package.json b/cli/package.json index 92e4ad9d..14265e82 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.139", + "version": "1.0.0-rc.140", "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 51c19cb2..a70dfbc1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.139", + "version": "1.0.0-rc.140", "private": true, "packageManager": "pnpm@10.7.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 1a68f189..6a6caef0 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.139", + "version": "1.0.0-rc.140", "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 0c081eca..c3536ccd 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.139", + "version": "1.0.0-rc.140", "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 f5fd877f..abe52084 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.139", + "version": "1.0.0-rc.140", "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 0eb2f96d..f62a8f79 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.139", + "version": "1.0.0-rc.140", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 1dba0536..e0ea86f3 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.139", + "version": "1.0.0-rc.140", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",