From bdcb49661c4536eb7e147a18ea34cb94cd0d2268 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 18 Nov 2024 00:54:15 +0800 Subject: [PATCH] build: publish v1.0.0-rc.117 --- CHANGELOG.md | 18 ++++++++++++++++++ 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, 26 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc77bed..c6de63a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.0.0-rc.117](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.116...v1.0.0-rc.117) (2024-11-17) + + +### Features + +* **plugin-shikiji:** improve prepare config file ([#339](https://github.com/pengzhanbo/vuepress-theme-plume/issues/339)) ([64fe1e2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/64fe1e2cd71519f2eb4f7b6e7b4f6b03fac2d303)) +* **theme:** add categories transform and improve ui ([#342](https://github.com/pengzhanbo/vuepress-theme-plume/issues/342)) ([04ada17](https://github.com/pengzhanbo/vuepress-theme-plume/commit/04ada17d5f9fd273a4ef904ca4e31ec3df9d2f04)) +* **theme:** add repo card cache ([#338](https://github.com/pengzhanbo/vuepress-theme-plume/issues/338)) ([c4438af](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c4438afaa52ce0d5f9bc4a57c580dfdf35134e91)) + + +### Performance Improvements + +* **theme:** improve image card title ([#341](https://github.com/pengzhanbo/vuepress-theme-plume/issues/341)) ([6f2d395](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6f2d3958f4add1202b632bf0b5a775b3034b19f3)) +* **theme:** optimize locales provide ([#340](https://github.com/pengzhanbo/vuepress-theme-plume/issues/340)) ([77ef9c5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/77ef9c55896c83cd77b2b40549b78b76edc5fcc1)) +* update deps to latest ([50e8f4c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/50e8f4c7e2c91871ebdf765f684d2db01b17ca86)) + + + # [1.0.0-rc.116](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.115...v1.0.0-rc.116) (2024-11-11) diff --git a/cli/package.json b/cli/package.json index 2ff15aa5..fbde7802 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.116", + "version": "1.0.0-rc.117", "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 ab3685e4..d30ecd88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.116", + "version": "1.0.0-rc.117", "private": true, "packageManager": "pnpm@9.13.2", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 8db5dcf0..66762104 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.116", + "version": "1.0.0-rc.117", "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 fd629ef8..bc4dd7ab 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.116", + "version": "1.0.0-rc.117", "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 8c7177b1..000b8394 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.116", + "version": "1.0.0-rc.117", "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 908453ff..aa4ed188 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.116", + "version": "1.0.0-rc.117", "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 d32ace7c..1695d085 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.116", + "version": "1.0.0-rc.117", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 6a4ffe68..b49dd5cb 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.116", + "version": "1.0.0-rc.117", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",