From 1985a27579b61ae94ab1d7c57246bf10da093cb3 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 18 Sep 2024 21:45:30 +0800 Subject: [PATCH] build: publish v1.0.0-rc.99 --- CHANGELOG.md | 28 ++++++++++++++++++++++ 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, 36 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4951ce6..0ce2fe9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# [1.0.0-rc.99](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.98...v1.0.0-rc.99) (2024-09-18) + + +### Bug Fixes + +* **plugin-md-power:** incorrect empty tree node ([#179](https://github.com/pengzhanbo/vuepress-theme-plume/issues/179)) ([be47c9a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/be47c9a025dc6cf3154955dcf2f7b18c2a04974d)) +* **theme:** incorrect external icon ([7dc6319](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7dc63192c8020cba5fb802108e100698e46e8795)) +* **theme:** incorrect render remote iconify icon ([#190](https://github.com/pengzhanbo/vuepress-theme-plume/issues/190)) ([c2ec990](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c2ec990c35879ef6f69014708345f4705d3fd09c)) + + +### Features + +* **theme:** add page title badge ([#183](https://github.com/pengzhanbo/vuepress-theme-plume/issues/183)) ([b99d926](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b99d926c0b02deeb07c482c272f2139e89c0fbe7)) +* **theme:** add support iconify for home features icon ([#186](https://github.com/pengzhanbo/vuepress-theme-plume/issues/186)) ([3e9ef80](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3e9ef80e3ebf60231cfb094168cb35bf1489c0a8)) +* **theme:** add support layout for blog profile ([#182](https://github.com/pengzhanbo/vuepress-theme-plume/issues/182)) ([db28c8b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/db28c8bd8cfef7b5bc199e0898be66447dfcfecb)) + + +### Performance Improvements + +* **cli:** optimize github actions deploy ([#184](https://github.com/pengzhanbo/vuepress-theme-plume/issues/184)) ([4907bf4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4907bf4b298d2b72cabe57f4531e252089deef91)) +* **plugin-md-power:** optimize `collapsed-lines` ([#180](https://github.com/pengzhanbo/vuepress-theme-plume/issues/180)) ([0f1ffc7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0f1ffc75322ba39d07a3fc93c3e93bf2b21f0faf)) +* **theme:** optimize `scroll-padding-top` ([#191](https://github.com/pengzhanbo/vuepress-theme-plume/issues/191)) ([1c40b25](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1c40b25cfa40a9e408652b664235e8c2be067d56)) +* **theme:** optimize deps include `swiper` ([fcb2ca4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fcb2ca450700ba77251a8b4620972eb22825a970)) +* **theme:** optimize the startup time of `auto-frontmatter` ([#185](https://github.com/pengzhanbo/vuepress-theme-plume/issues/185)) ([5b5409d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5b5409d2eff6eb88fb5effaf2fe9b8c390ffe712)) +* update deps to latest ([474ee6f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/474ee6f0a00ad85932fa40ca00fff94b63caaf30)) + + + # [1.0.0-rc.98](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.97...v1.0.0-rc.98) (2024-09-12) diff --git a/cli/package.json b/cli/package.json index f520f2d7..630efb53 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.98", + "version": "1.0.0-rc.99", "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 b4768cf9..5b083b18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.98", + "version": "1.0.0-rc.99", "private": true, "packageManager": "pnpm@9.10.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 0fde6499..10976821 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.98", + "version": "1.0.0-rc.99", "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 73bc6902..4aa2cee0 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.98", + "version": "1.0.0-rc.99", "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 b4143a1a..23e5d1c2 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.98", + "version": "1.0.0-rc.99", "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 c8392cf1..d722e161 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.98", + "version": "1.0.0-rc.99", "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 3e51305c..a85ded38 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.98", + "version": "1.0.0-rc.99", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 8bd60e10..3dd2f0da 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.98", + "version": "1.0.0-rc.99", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",