diff --git a/CHANGELOG.md b/CHANGELOG.md index 41fbe875..86d359b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# [1.0.0-rc.153](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.152...v1.0.0-rc.153) (2025-06-07) + + +### Bug Fixes + +* **theme:** fix blog cover layout error in mobile ([#611](https://github.com/pengzhanbo/vuepress-theme-plume/issues/611)) ([3c2a347](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3c2a34729ebcf53573e975dfc992a25d9313ec8d)) +* **theme:** fix blog cover link with `base` ([#608](https://github.com/pengzhanbo/vuepress-theme-plume/issues/608)) ([7ed3f6f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7ed3f6ffd13349c3cea9b9fd01caf4583a796673)) +* **theme:** fix code block highlight word rendering incorrect ([7634455](https://github.com/pengzhanbo/vuepress-theme-plume/commit/76344550fc2fbd76d54ec0368f89a180cd723ce9)) +* **theme:** fix external non-HTTP link redirection ([#614](https://github.com/pengzhanbo/vuepress-theme-plume/issues/614)) ([c21c9bd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c21c9bdefa48bf2564b0fedca7bd89e1501070a2)) +* **theme:** fix swiper slide link with `base` ([#609](https://github.com/pengzhanbo/vuepress-theme-plume/issues/609)) ([46effe8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/46effe886689fad833eb0df600062f54ecf5bff4)) + + +### Features + +* **cli:** update vue to latest ([921e810](https://github.com/pengzhanbo/vuepress-theme-plume/commit/921e8100aeaddb30cdff41740deb8b2db0cf7255)) +* **plugin-md-power:** enable python code repl([#585](https://github.com/pengzhanbo/vuepress-theme-plume/issues/585)) ([#613](https://github.com/pengzhanbo/vuepress-theme-plume/issues/613)) ([1f89d7f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1f89d7f5152f36cf5bd779868279d564306b6c1f)) +* **plugin-md-power:** improve logger ([#607](https://github.com/pengzhanbo/vuepress-theme-plume/issues/607)) ([d6a4741](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d6a47419e492bb42c6b7f1990e4a8c309ede0524)) +* **plugin-md-power:** update `@mdi/*` deps to latest ([#612](https://github.com/pengzhanbo/vuepress-theme-plume/issues/612)) ([8f9eb16](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8f9eb1666f92d5a319ab383b2d404178a6659f93)) +* **theme:** improve `Card*` styles ([#610](https://github.com/pengzhanbo/vuepress-theme-plume/issues/610)) ([d5ea846](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d5ea846e8aeb9865b166ee8f297c447d9ce49ae9)) + + +### Performance Improvements + +* update deps to latest ([f864ccb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f864ccb187ba3bcbcb0d972b72a2c715b8d9d963)) + + + # [1.0.0-rc.152](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.151...v1.0.0-rc.152) (2025-05-27) diff --git a/cli/package.json b/cli/package.json index 807d9398..dfa94bfa 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.152", + "version": "1.0.0-rc.153", "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 54f3939b..94b625ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.152", + "version": "1.0.0-rc.153", "private": true, "packageManager": "pnpm@10.11.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index c8ea4816..1cdf0f2b 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.152", + "version": "1.0.0-rc.153", "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 d71b3f0b..884ef99e 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.152", + "version": "1.0.0-rc.153", "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 462040af..7988c27b 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.152", + "version": "1.0.0-rc.153", "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 30b11880..3b5f02b4 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.152", + "version": "1.0.0-rc.153", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index d52ea662..18eac7ff 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.152", + "version": "1.0.0-rc.153", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",