From 452500d3919b1cc2fc47e2dceb417861038ae6d9 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 9 Oct 2024 01:20:02 +0800 Subject: [PATCH] build: publish v1.0.0-rc.107 --- CHANGELOG.md | 21 +++++++++++++++++++++ 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, 29 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1520ac9a..cd01ef4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [1.0.0-rc.107](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.106...v1.0.0-rc.107) (2024-10-08) + + +### Bug Fixes + +* **cli:** incorrect `yarn` project creation process, close [#254](https://github.com/pengzhanbo/vuepress-theme-plume/issues/254) ([#255](https://github.com/pengzhanbo/vuepress-theme-plume/issues/255)) ([08eeac7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/08eeac7cb8f9ae2e1675e1c06989641c7d8f6a49)) +* **theme:** `back-to-top` hydration Mismatch ([#257](https://github.com/pengzhanbo/vuepress-theme-plume/issues/257)) ([3fe7497](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3fe7497df17110e34b38cafdb7655e8f5957d621)) + + +### Features + +* **plugin-md-power:** add support `npm-to` container ([#256](https://github.com/pengzhanbo/vuepress-theme-plume/issues/256)) ([b721bf0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b721bf08f9ecf5c71a8982f479a2909cfc7bd04d)) + + +### Performance Improvements + +* **theme:** improve scroll behavior ([#253](https://github.com/pengzhanbo/vuepress-theme-plume/issues/253)) ([6d918ca](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6d918ca7b8788be41f3ba92f0315a04eca54a861)) +* update deps to latest ([eb58c60](https://github.com/pengzhanbo/vuepress-theme-plume/commit/eb58c60743afd3b1e16216becc932b74631cb5b4)) + + + # [1.0.0-rc.106](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.105...v1.0.0-rc.106) (2024-10-03) diff --git a/cli/package.json b/cli/package.json index 7cfc91d6..ba8d6ec3 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.106", + "version": "1.0.0-rc.107", "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 18dcccdf..c3f955a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.106", + "version": "1.0.0-rc.107", "private": true, "packageManager": "pnpm@9.12.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 605694ca..b71de1a7 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.106", + "version": "1.0.0-rc.107", "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 3cc36dda..09bdb209 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.106", + "version": "1.0.0-rc.107", "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 0fb9250b..7d2048f7 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.106", + "version": "1.0.0-rc.107", "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 841c2a92..20c291ee 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.106", + "version": "1.0.0-rc.107", "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 4c53d5f1..d42c49e6 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.106", + "version": "1.0.0-rc.107", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index bd1b99d0..01cae562 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.106", + "version": "1.0.0-rc.107", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",