From 4c5b952af23a004faf39f9c441b871dfe854beb4 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 18 Aug 2024 10:26:15 +0800 Subject: [PATCH] build: publish v1.0.0-rc.87 --- CHANGELOG.md | 19 +++++++++++++++++++ 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, 26 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce0a05d..8cdfa83d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [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) + + +### Features + +* **theme:** add component `` ([edc0297](https://github.com/pengzhanbo/vuepress-theme-plume/commit/edc0297c0ca3f506a5e8200e5722dd296ff1f085)) +* **theme:** add component `` ([e6f2e3f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e6f2e3fe648b099e9c0d1f50bcea8dcddc16a26a)) +* **theme:** improve types ([33b7c99](https://github.com/pengzhanbo/vuepress-theme-plume/commit/33b7c993726b72d27a1f427afff40075f898b715)) + + +### Performance Improvements + +* **theme:** improve doc aside layout ([24229dd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/24229ddb6e8caabcd4898556383c6ea30ce3b0c4)) +* **theme:** navbar transition ([dae7b1c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dae7b1ccdae666194910be61750a3a17ccee10bf)) +* update deps to latest ([369a170](https://github.com/pengzhanbo/vuepress-theme-plume/commit/369a170813dc8e0b33eb93a892cc97fa970d8c5a)) +* update deps to latest ([5b0d476](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5b0d47678c29d31da069d3041441a2c648cdbe6c)) + + + # [1.0.0-rc.86](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.85...v1.0.0-rc.86) (2024-08-14) diff --git a/package.json b/package.json index 8ea3660e..361da6cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.86", + "version": "1.0.0-rc.87", "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 fc0e4aee..592e7876 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.86", + "version": "1.0.0-rc.87", "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 6d3b854f..ebe8bfed 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.86", + "version": "1.0.0-rc.87", "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 f79a4846..1e9e8b93 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.86", + "version": "1.0.0-rc.87", "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 37119572..5ddc5751 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.86", + "version": "1.0.0-rc.87", "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 080493b5..79849230 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.86", + "version": "1.0.0-rc.87", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index b4fb839c..8b6fbd58 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.86", + "version": "1.0.0-rc.87", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",