From 5c24d4a8774a15b4b8d3128c94ebce6941d1bf8c Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 30 Apr 2025 23:00:15 +0800 Subject: [PATCH] build: publish v1.0.0-rc.145 --- CHANGELOG.md | 16 ++++++++++++++++ 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, 23 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbf9708..0fb9bded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.0.0-rc.145](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.144...v1.0.0-rc.145) (2025-04-30) + + +### Features + +* **plugin-md-power:** add `field` and `field-group` container, close [#566](https://github.com/pengzhanbo/vuepress-theme-plume/issues/566) ([#579](https://github.com/pengzhanbo/vuepress-theme-plume/issues/579)) ([56c5eb5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/56c5eb5257fb59a956bb09d313f1d30f452640f3)) +* **plugin-md-power:** add diff syntax in file-tree container, close [#577](https://github.com/pengzhanbo/vuepress-theme-plume/issues/577) ([#578](https://github.com/pengzhanbo/vuepress-theme-plume/issues/578)) ([10708c9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/10708c97b4143bce6ab6ef3ed65b09d00c4a3513)) +* **theme:** add comment and markdown content into friends page ([#580](https://github.com/pengzhanbo/vuepress-theme-plume/issues/580)) ([a3208fc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a3208fc3098df5cc58fc170b7982c4d3c6ae47bf)) + + +### Performance Improvements + +* update deps to latest ([f13e967](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f13e967c66730bda321557fc9ec83c37b3fa85ef)) + + + # [1.0.0-rc.144](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.143...v1.0.0-rc.144) (2025-04-28) diff --git a/cli/package.json b/cli/package.json index 7465e07a..9fdb2e8c 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.144", + "version": "1.0.0-rc.145", "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 58c4b91c..f090df61 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.144", + "version": "1.0.0-rc.145", "private": true, "packageManager": "pnpm@10.10.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 09547ca1..ab45197a 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.144", + "version": "1.0.0-rc.145", "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 e6eab742..fb219aad 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.144", + "version": "1.0.0-rc.145", "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 77c16c1c..f1bbac9d 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.144", + "version": "1.0.0-rc.145", "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 1252ad71..103c92ea 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.144", + "version": "1.0.0-rc.145", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 359046ba..edd39e00 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.144", + "version": "1.0.0-rc.145", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",