From 425d4cabf56283632b442dc5fb45e0b382a47e9b Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 21 Jan 2025 13:06:04 +0800 Subject: [PATCH] build: publish v1.0.0-rc.129 --- CHANGELOG.md | 29 ++++++++++++++++++++++ cli/package.json | 2 +- package.json | 2 +- plugins/plugin-content-update/package.json | 2 +- plugins/plugin-fonts/package.json | 2 +- plugins/plugin-md-power/package.json | 2 +- plugins/plugin-search/package.json | 2 +- plugins/plugin-shikiji/package.json | 2 +- theme/package.json | 2 +- 9 files changed, 37 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d093f5f5..05360a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# [1.0.0-rc.129](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.128...v1.0.0-rc.129) (2025-01-21) + + +### Bug Fixes + +* **plugin-md-power:** improve steps styles, close [#422](https://github.com/pengzhanbo/vuepress-theme-plume/issues/422) ([#432](https://github.com/pengzhanbo/vuepress-theme-plume/issues/432)) ([9c796c2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9c796c228fd32093076274076646fe20fa6a3337)) +* **plugin-md-power:** incorrect rendering heading from `demo` in `outline`, close [#423](https://github.com/pengzhanbo/vuepress-theme-plume/issues/423) ([#431](https://github.com/pengzhanbo/vuepress-theme-plume/issues/431)) ([4a39d39](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4a39d393313ae0fe41cb2698ea4edf56aa0ff5ce)) +* **plugin-search:** incorrect local search results ([#434](https://github.com/pengzhanbo/vuepress-theme-plume/issues/434)) ([0002996](https://github.com/pengzhanbo/vuepress-theme-plume/commit/000299666dc24ec7c35558bb79e4f2c1f23b2233)) +* **plugin-shikiji:** incorrect render when `whitespace:true`, close [#444](https://github.com/pengzhanbo/vuepress-theme-plume/issues/444) ([#446](https://github.com/pengzhanbo/vuepress-theme-plume/issues/446)) ([30d1c04](https://github.com/pengzhanbo/vuepress-theme-plume/commit/30d1c046ffcf2c9ae0b461a29fff94b880cd7e57)) +* **theme:** fix flickering white border in bottom of home, close [#424](https://github.com/pengzhanbo/vuepress-theme-plume/issues/424) ([#433](https://github.com/pengzhanbo/vuepress-theme-plume/issues/433)) ([40bbb22](https://github.com/pengzhanbo/vuepress-theme-plume/commit/40bbb22487601bf3dac9e95925f62af09fd57cfa)) +* **theme:** improve code block scrollbar, close [#427](https://github.com/pengzhanbo/vuepress-theme-plume/issues/427) ([#435](https://github.com/pengzhanbo/vuepress-theme-plume/issues/435)) ([0ce2754](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0ce2754a34eb3844c74b73977863cdf6471834f9)) +* **theme:** improve page aside layout, close [#429](https://github.com/pengzhanbo/vuepress-theme-plume/issues/429) ([#436](https://github.com/pengzhanbo/vuepress-theme-plume/issues/436)) ([b671875](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b671875bcc6901a6630fe99140f1185f66a10030)) +* **theme:** incorrect copyright author, close [#443](https://github.com/pengzhanbo/vuepress-theme-plume/issues/443) ([#445](https://github.com/pengzhanbo/vuepress-theme-plume/issues/445)) ([363a0dd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/363a0dd425beee5a50ad794373ee36688fa93c19)) + + +### Features + +* **cli:** add site favicon template ([#439](https://github.com/pengzhanbo/vuepress-theme-plume/issues/439)) ([f81c011](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f81c011e6aed5ed7878d2bd4d41739d918fd6102)) +* improve built-in locales ([#441](https://github.com/pengzhanbo/vuepress-theme-plume/issues/441)) ([62c43d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/62c43d25ee8977bfb3522a0b39e469d4936e2d1e)) +* **theme:** add separator support for sidebar items, close [#426](https://github.com/pengzhanbo/vuepress-theme-plume/issues/426) ([#437](https://github.com/pengzhanbo/vuepress-theme-plume/issues/437)) ([93a3da2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/93a3da293420882423fa7270ba97e1dc9a79009e)) + + +### Performance Improvements + +* **theme:** improve bulletin `enablePage` ([#438](https://github.com/pengzhanbo/vuepress-theme-plume/issues/438)) ([8b9c50b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8b9c50b0fee3b989c384e78cfe69a8f3d12b3a21)) +* update deps to latest ([df306e7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/df306e78bcdbdaf33403e15b20503ff57d7a04b3)) + + + # [1.0.0-rc.128](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.127...v1.0.0-rc.128) (2025-01-10) diff --git a/cli/package.json b/cli/package.json index a70a04b1..141d5cb6 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.128", + "version": "1.0.0-rc.129", "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 954f2eaf..9ddfc284 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.128", + "version": "1.0.0-rc.129", "private": true, "packageManager": "pnpm@9.15.4", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index e59fd92f..2552b6c6 100644 --- a/plugins/plugin-content-update/package.json +++ b/plugins/plugin-content-update/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-content-update", "type": "module", - "version": "1.0.0-rc.128", + "version": "1.0.0-rc.129", "description": "The Plugin for VuePress 2 - content update", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 63a324c3..d8c905ad 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.128", + "version": "1.0.0-rc.129", "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 8ecf27d1..87f3f207 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.128", + "version": "1.0.0-rc.129", "description": "The Plugin for VuePress 2 - markdown power", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index b86cf8fe..77878e18 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.128", + "version": "1.0.0-rc.129", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json index d1543773..f8658ccc 100644 --- a/plugins/plugin-shikiji/package.json +++ b/plugins/plugin-shikiji/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-shikiji", "type": "module", - "version": "1.0.0-rc.128", + "version": "1.0.0-rc.129", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 61deee1c..05a59681 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.128", + "version": "1.0.0-rc.129", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",