From f21c42a3c74c57b24a67fc2b2353afa8eee358c9 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 22 Dec 2024 14:24:25 +0800 Subject: [PATCH] build: publish v1.0.0-rc.122 --- CHANGELOG.md | 26 ++++++++++++++++++++++ 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, 34 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e151f531..8af93e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# [1.0.0-rc.122](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.121...v1.0.0-rc.122) (2024-12-22) + + +### Bug Fixes + +* **theme:** fix carousel swiper that stops unexpectedly during appearance switching ([#385](https://github.com/pengzhanbo/vuepress-theme-plume/issues/385)) ([361ef45](https://github.com/pengzhanbo/vuepress-theme-plume/commit/361ef45a0f26fc0fbc28ba6de7ac9adcb143a5ab)) +* **theme:** incorrect `font-synthesis` and `readingTime` format ([#394](https://github.com/pengzhanbo/vuepress-theme-plume/issues/394)) ([2557af8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2557af8e0111d056dadc3f37dc89916617bc8d52)) +* **theme:** incorrect sidebar auto sorting, close [#387](https://github.com/pengzhanbo/vuepress-theme-plume/issues/387) ([#389](https://github.com/pengzhanbo/vuepress-theme-plume/issues/389)) ([d261dc3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d261dc312a8a3637c77078cacb89f9b8b862e2c2)) + + +### Features + +* **plugin-md-power:** add `artplayer` support ([#393](https://github.com/pengzhanbo/vuepress-theme-plume/issues/393)) ([bd4c350](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bd4c3506dc23d42e8e5b5cbf2a7fc9128d2e43fe)) +* **theme:** improve auto-frontmatter error log ([#383](https://github.com/pengzhanbo/vuepress-theme-plume/issues/383)) ([a21d9ed](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a21d9ed0b53d4769fc7f0ff306a22d3ea67a75e5)) +* **theme:** improve languages selector ([#384](https://github.com/pengzhanbo/vuepress-theme-plume/issues/384)) ([e9b6bce](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e9b6bce8e69364c93ace25f21ffbd06bea447821)) +* **theme:** improve link parsing ([#382](https://github.com/pengzhanbo/vuepress-theme-plume/issues/382)) ([055bf61](https://github.com/pengzhanbo/vuepress-theme-plume/commit/055bf6156c50636a8db6f01f429dd8f642714509)) + + +### Performance Improvements + +* **theme:** improve `` ([0e22ad0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0e22ad0258891d4fec63bf584345d9f0854f048d)) +* **theme:** improve contributors styles ([4d18728](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4d18728234551cf0d76d038d78bb1653cb6a4a5a)) +* update deps to latest ([70dfe79](https://github.com/pengzhanbo/vuepress-theme-plume/commit/70dfe79c2a51c798d38730289569b8da84ec592c)) + + + # [1.0.0-rc.121](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.120...v1.0.0-rc.121) (2024-12-15) diff --git a/cli/package.json b/cli/package.json index 66156878..3a6f3bee 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.121", + "version": "1.0.0-rc.122", "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 03dac23e..2d8e2d7e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.121", + "version": "1.0.0-rc.122", "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 2a626766..030bb297 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.121", + "version": "1.0.0-rc.122", "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 58015b2b..977f1f37 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.121", + "version": "1.0.0-rc.122", "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 c87e36a8..2b37610d 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.121", + "version": "1.0.0-rc.122", "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 7b0b4c4f..5a4294aa 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.121", + "version": "1.0.0-rc.122", "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 ef39fb86..defe7780 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.121", + "version": "1.0.0-rc.122", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 05c79608..fedb1be8 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.121", + "version": "1.0.0-rc.122", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",