From 8c44d2e472a42041739c6d9b84bdbc79ecf7d344 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 6 Aug 2024 02:06:26 +0800 Subject: [PATCH] build: publish v1.0.0-rc.84 --- CHANGELOG.md | 15 +++++++++++++++ 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, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0908676..f273c719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [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) + + +### Features + +* **theme:** add option for enable `prevPage/nextPage`, close [#132](https://github.com/pengzhanbo/vuepress-theme-plume/issues/132) ([8fa9ec0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8fa9ec0b4a70db7d0a7705e3e1ecb0c8524264ae)) + + +### Performance Improvements + +* **theme:** improve prepare icons ([5f6825a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5f6825a6459fddb63295d420aa7c43cbcbd80149)) +* update deps to latest ([6928ee4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6928ee4bb461617089fed4c8b2ef7d9a653233d5)) + + + # [1.0.0-rc.83](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.82...v1.0.0-rc.83) (2024-07-28) diff --git a/package.json b/package.json index acd8a6cb..60791759 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.83", + "version": "1.0.0-rc.84", "private": true, "packageManager": "pnpm@9.6.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 8dda5747..d6de09df 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.83", + "version": "1.0.0-rc.84", "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 42f256ab..a21ab011 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.83", + "version": "1.0.0-rc.84", "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 be279058..fda22888 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.83", + "version": "1.0.0-rc.84", "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 f2ece7f9..ce7d3863 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.83", + "version": "1.0.0-rc.84", "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 28395646..ae9cef53 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.83", + "version": "1.0.0-rc.84", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index a2330539..7d6bee76 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.83", + "version": "1.0.0-rc.84", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",