From ee33ed946a6a8d78a0367075cee0b5c24ad2a2f4 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Fri, 6 Sep 2024 01:51:45 +0800 Subject: [PATCH] build: publish v1.0.0-rc.96 --- CHANGELOG.md | 14 ++++++++++++++ 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, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 004e359e..3c1efe90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.0.0-rc.96](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.95...v1.0.0-rc.96) (2024-09-05) + + +### Bug Fixes + +* **theme:** incorrect internal link ([15a2e4f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/15a2e4fc81d054708fd5e26f691ec120613dead5)) + + +### Performance Improvements + +* update deps to latest ([74f1e20](https://github.com/pengzhanbo/vuepress-theme-plume/commit/74f1e20d13d781649c1f1838753b1d28e2ff3a24)) + + + # [1.0.0-rc.95](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.94...v1.0.0-rc.95) (2024-09-05) diff --git a/cli/package.json b/cli/package.json index ef92c925..c514fc0b 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.95", + "version": "1.0.0-rc.96", "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 f028cc95..ffa8e212 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.95", + "version": "1.0.0-rc.96", "private": true, "packageManager": "pnpm@9.9.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index f188b4ff..d090eafa 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.95", + "version": "1.0.0-rc.96", "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 4c32785a..b3b16d6e 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.95", + "version": "1.0.0-rc.96", "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 e8ecbc65..696c60f7 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.95", + "version": "1.0.0-rc.96", "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 0c636236..66cfa7d5 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.95", + "version": "1.0.0-rc.96", "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 bde990a5..d0da1473 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.95", + "version": "1.0.0-rc.96", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 1f134f50..44261f87 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.95", + "version": "1.0.0-rc.96", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",