From d18baa84069600bd2e79e1ff72f18f0f6beef829 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Thu, 22 Aug 2024 13:56:25 +0800 Subject: [PATCH] build: publish v1.0.0-rc.88 --- CHANGELOG.md | 20 ++++++++++++++++++++ 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 +- 8 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdfa83d..0edc481b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-rc.88](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.87...v1.0.0-rc.88) (2024-08-22) + + +### Bug Fixes + +* **theme:** incorrect `` render, close [#147](https://github.com/pengzhanbo/vuepress-theme-plume/issues/147) ([a7c40e0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a7c40e0bd5d446a20859eb21602cbafff55d71a1)) + + +### Features + +* **theme:** improve `` styles ([1358f77](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1358f77b50b2510a2d140c050702e79bf736ec7d)) +* **theme:** remove `frontmatter.author`, and improve `frontmatter.contributors` type ([7832a9b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7832a9b13cd366ebe041de3d284dd57c0802951f)) + + +### Performance Improvements + +* update deps to latest ([5cb39d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5cb39d2897419825f2c6502fc73de5ce81ef182a)) + + + # [1.0.0-rc.87](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.86...v1.0.0-rc.87) (2024-08-18) diff --git a/package.json b/package.json index fce5e70e..6b254a92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.87", + "version": "1.0.0-rc.88", "private": true, "packageManager": "pnpm@9.7.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 592e7876..b51fb6fd 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.87", + "version": "1.0.0-rc.88", "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 ebe8bfed..03246bde 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.87", + "version": "1.0.0-rc.88", "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 748adab5..661e81dd 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.87", + "version": "1.0.0-rc.88", "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 3ebf7f91..f161c61c 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.87", + "version": "1.0.0-rc.88", "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 d8d211e9..6f501d53 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.87", + "version": "1.0.0-rc.88", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index a15f1597..1d6fdf9e 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.87", + "version": "1.0.0-rc.88", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",