From 48887d5094a75813f35a75a0e55c33755efd9a74 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 9 Feb 2025 01:22:18 +0800 Subject: [PATCH] build: publish v1.0.0-rc.130 --- CHANGELOG.md | 25 ++++++++++++++++++++++ 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, 33 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05360a4c..41b0311a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# [1.0.0-rc.130](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.129...v1.0.0-rc.130) (2025-02-08) + + +### Bug Fixes + +* **theme:** improve `force-dark` in development ([#450](https://github.com/pengzhanbo/vuepress-theme-plume/issues/450)) ([149d318](https://github.com/pengzhanbo/vuepress-theme-plume/commit/149d31818f5b99e69ce5134ffac1b9b2de36c9b3)) + + +### Features + +* **plugin-md-power:** improve `normal demo` sandbox ([#448](https://github.com/pengzhanbo/vuepress-theme-plume/issues/448)) ([c703b89](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c703b89e1c9644275fd2d3628afdb772b50c3b1a)) +* **theme:** add `sidebarScrollbar` options, close [#425](https://github.com/pengzhanbo/vuepress-theme-plume/issues/425) ([#460](https://github.com/pengzhanbo/vuepress-theme-plume/issues/460)) ([8631727](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8631727ec31c754e3c4844fddc30ae1159e98523)) +* **theme:** add custom color support for badge components, close [#453](https://github.com/pengzhanbo/vuepress-theme-plume/issues/453) ([#455](https://github.com/pengzhanbo/vuepress-theme-plume/issues/455)) ([a2282f5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a2282f51c66503ce68213b39a949319c80aa1ecb)) +* **theme:** add icon support for home hero actions ([#456](https://github.com/pengzhanbo/vuepress-theme-plume/issues/456)) ([90db034](https://github.com/pengzhanbo/vuepress-theme-plume/commit/90db0346718874d5eb352238a37f3cedf2b533c7)) +* **theme:** improve doc copyright link text ([#457](https://github.com/pengzhanbo/vuepress-theme-plume/issues/457)) ([3017bd7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3017bd7a9485844bd9707ec74ef00965207d9589)) + + +### Performance Improvements + +* **plugin-search:** improve search cache ([#451](https://github.com/pengzhanbo/vuepress-theme-plume/issues/451)) ([4ed2ed4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4ed2ed49a85978b0ffcda9bbe50db948518b9e89)) +* **plugin-shikiji:** improve twoslash ([#459](https://github.com/pengzhanbo/vuepress-theme-plume/issues/459)) ([861512d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/861512d402cb713aa1fb9c3ce31ccc1406f559ba)) +* update deps to latest ([fe1ea11](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fe1ea1167d22f25adc9ca4360fbd1681134466ad)) + + + # [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) diff --git a/cli/package.json b/cli/package.json index 03f7d279..bea294a1 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.129", + "version": "1.0.0-rc.130", "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 5f2c9925..cc725dc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.129", + "version": "1.0.0-rc.130", "private": true, "packageManager": "pnpm@10.2.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 2552b6c6..a03cc272 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.129", + "version": "1.0.0-rc.130", "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 d8c905ad..10760a00 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.129", + "version": "1.0.0-rc.130", "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 f49d4cc6..c17819c0 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.129", + "version": "1.0.0-rc.130", "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 77878e18..ee12adde 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.129", + "version": "1.0.0-rc.130", "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 54f96b9f..9db74425 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.129", + "version": "1.0.0-rc.130", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index b757afb4..691e164a 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.129", + "version": "1.0.0-rc.130", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",