From ea934efee7416eb6918c75ca107ecfa4353f6698 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 8 Dec 2024 14:23:03 +0800 Subject: [PATCH] build: publish v1.0.0-rc.120 --- CHANGELOG.md | 20 ++++++++++++++++++++ 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, 28 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e663f9c9..1d5c9fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-rc.120](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.119...v1.0.0-rc.120) (2024-12-08) + + +### Bug Fixes + +* **theme:** unformatted system `sep` cause auto frontmatter error ([#370](https://github.com/pengzhanbo/vuepress-theme-plume/issues/370)) ([cdee6dc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cdee6dc105acb7caa2004ceaebc88ff74c0bcca0)) + + +### Features + +* **cli:** update deps and template ([829fab5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/829fab5508f10b030a4dd6fc4fc65ca2e134a9ce)) + + +### Performance Improvements + +* optimize debug logs ([#371](https://github.com/pengzhanbo/vuepress-theme-plume/issues/371)) ([e7ba562](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e7ba5621f75a4b393ed2410f72bf21e6ba54ddcb)) +* **theme:** improve typo ([8d39305](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8d3930560a59ecbc2c70f0eb97f117123fe1d717)) + + + # [1.0.0-rc.119](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.118...v1.0.0-rc.119) (2024-11-29) diff --git a/cli/package.json b/cli/package.json index 232e02f2..c8a7eb25 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.119", + "version": "1.0.0-rc.120", "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 3ab79e90..81516bb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.119", + "version": "1.0.0-rc.120", "private": true, "packageManager": "pnpm@9.15.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index b46e0e47..30a72089 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.119", + "version": "1.0.0-rc.120", "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 f5b61495..fdc46f14 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.119", + "version": "1.0.0-rc.120", "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 ac551dbf..215f4f68 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.119", + "version": "1.0.0-rc.120", "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 361b68d8..acc2af3f 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.119", + "version": "1.0.0-rc.120", "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 daa07466..4e5e1bf8 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.119", + "version": "1.0.0-rc.120", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 2ffe086d..45e99e08 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.119", + "version": "1.0.0-rc.120", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",