From 020f276dff3e919af28d3b4410d7217a7103e248 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 29 Jun 2025 15:50:34 +0800 Subject: [PATCH] build: publish v1.0.0-rc.155 --- CHANGELOG.md | 23 ++++++++++++++++++++++ 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, 30 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f160360b..c06a338b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [1.0.0-rc.155](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.154...v1.0.0-rc.155) (2025-06-29) + + +### Bug Fixes + +* **plugin-md-power:** catch `image-size` error ([#634](https://github.com/pengzhanbo/vuepress-theme-plume/issues/634)) ([f7ec566](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f7ec566ae55fa04ab4cb5a5c6adcaae1aadc3a69)) +* **theme:** remove `lang="scss"` in component styles ([79fecda](https://github.com/pengzhanbo/vuepress-theme-plume/commit/79fecda01f2e68bfd84c3fb3541d8c0b1a6cb6b8)) + + +### Features + +* **plugin-md-power:** add `acfun` video support, close [#625](https://github.com/pengzhanbo/vuepress-theme-plume/issues/625) ([#629](https://github.com/pengzhanbo/vuepress-theme-plume/issues/629)) ([dc42be6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dc42be6035b48b0127bc24573914c12905bc5ec9)) +* **plugin-md-power:** add `deprecated` prop support for `field` container, close [#627](https://github.com/pengzhanbo/vuepress-theme-plume/issues/627) ([#630](https://github.com/pengzhanbo/vuepress-theme-plume/issues/630)) ([a8fac92](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a8fac92bf023b9ff82619326a94f6a4fd6764836)) +* **plugin-md-power:** add `links` to markdown env ([#631](https://github.com/pengzhanbo/vuepress-theme-plume/issues/631)) ([cd2b7fd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cd2b7fd26d85a56e0d568ac0d549b9221b5a2a6d)) +* **plugin-replace-assets:** improve replace assets ([#628](https://github.com/pengzhanbo/vuepress-theme-plume/issues/628)) ([309be68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/309be687b4eb6f96c4771437ae1ce744f23d68ae)) + + +### Performance Improvements + +* update deps to latest ([2c43798](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2c437986979d071f1814636c32dc5a5bbf5ebe98)) + + + # [1.0.0-rc.154](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.153...v1.0.0-rc.154) (2025-06-19) diff --git a/cli/package.json b/cli/package.json index 4368cdf0..ea58e1a0 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.154", + "version": "1.0.0-rc.155", "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 4299b2b7..ecb658ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.154", + "version": "1.0.0-rc.155", "private": true, "packageManager": "pnpm@10.12.4", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 06c433dc..7f665ebc 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.154", + "version": "1.0.0-rc.155", "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 83b91e5e..6511ecc8 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.154", + "version": "1.0.0-rc.155", "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 58c3e97e..41ea525e 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.154", + "version": "1.0.0-rc.155", "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 f30b8852..ed2649e3 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.154", + "version": "1.0.0-rc.155", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 8aeed1c9..2b729a28 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.154", + "version": "1.0.0-rc.155", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",