From 5f9f84f35cd9c51de5e850cd2cd34b4bfbc9d7b4 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 25 Dec 2024 00:34:42 +0800 Subject: [PATCH] build: publish v1.0.0-rc.124 --- CHANGELOG.md | 19 +++++++++++++++++++ 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, 27 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee120420..94a5d693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.0.0-rc.124](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.123...v1.0.0-rc.124) (2024-12-24) + + +### Bug Fixes + +* **theme:** incorrect auto sidebar sorting ([#399](https://github.com/pengzhanbo/vuepress-theme-plume/issues/399)) ([0b7a955](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0b7a955343fdbb08684e8e3913ac17c43babab96)) + + +### Features + +* **plugin-md-power:** add `audioReader` support ([#398](https://github.com/pengzhanbo/vuepress-theme-plume/issues/398)) ([c276a77](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c276a77d4e788bd09e3936af9cbe7bddb2ba7697)) + + +### Performance Improvements + +* update deps to latest ([ff8acf0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ff8acf090c9a8fb0778b03cf5addb169f231a1a2)) + + + # [1.0.0-rc.123](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.122...v1.0.0-rc.123) (2024-12-23) diff --git a/cli/package.json b/cli/package.json index 21e3d7a0..8b0edc06 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.123", + "version": "1.0.0-rc.124", "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 12f70bfb..2dbc6b6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.123", + "version": "1.0.0-rc.124", "private": true, "packageManager": "pnpm@9.15.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 654a6c78..a042a3e4 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.123", + "version": "1.0.0-rc.124", "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 5fe5210b..9dd3eeb1 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.123", + "version": "1.0.0-rc.124", "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 ddda1522..365e355e 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.123", + "version": "1.0.0-rc.124", "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 06eb6439..e135bdbb 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.123", + "version": "1.0.0-rc.124", "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 89fc66d2..85bea277 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.123", + "version": "1.0.0-rc.124", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 9c9abf54..abd5caae 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.123", + "version": "1.0.0-rc.124", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",