From 784d43f297a7a076151dd23b8a2334dc0508a82f Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Fri, 9 Aug 2024 01:38:46 +0800 Subject: [PATCH] build: publish v1.0.0-rc.85 --- CHANGELOG.md | 21 +++++++++++++++++++++ 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, 28 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f273c719..799701b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [1.0.0-rc.85](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.84...v1.0.0-rc.85) (2024-08-08) + + +### Bug Fixes + +* **theme:** incorrect display non-local icons, close [#134](https://github.com/pengzhanbo/vuepress-theme-plume/issues/134) ([64e9a0f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/64e9a0f330004f40630e1c2b5d93b1cbda50196f)) + + +### Features + +* **theme:** improve `externalLinkIcon` type ([85a923f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/85a923f736e0422ba83407edaf760586d45a7f35)) +* **theme:** improve `navbar` type ([7ccbfef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7ccbfefe347be959a8e51f7bfd6c35599e685fbc)) + + +### Performance Improvements + +* **plugin-md-power:** improve icons rules ([f6ae1a1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f6ae1a1149cdac191f8d779aefa3fe9ee9cdaa68)) +* update deps to latest ([60b75e3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/60b75e3e2eeba221b6f1d531672f3695653967d1)) + + + # [1.0.0-rc.84](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.83...v1.0.0-rc.84) (2024-08-05) diff --git a/package.json b/package.json index ee4b19c9..87e02d98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.84", + "version": "1.0.0-rc.85", "private": true, "packageManager": "pnpm@9.7.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index e1dc1b16..bdfcb3a8 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.84", + "version": "1.0.0-rc.85", "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 a21ab011..20823492 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.84", + "version": "1.0.0-rc.85", "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 9ce84afc..e2774f96 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.84", + "version": "1.0.0-rc.85", "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 db2569d7..c9734873 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.84", + "version": "1.0.0-rc.85", "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 0a31f396..1db7fef2 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.84", + "version": "1.0.0-rc.85", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index af23c84b..30353159 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.84", + "version": "1.0.0-rc.85", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",