diff --git a/CHANGELOG.md b/CHANGELOG.md index dd49cd88..8d7daa0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.0.0-rc.102](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.101...v1.0.0-rc.102) (2024-09-23) + + +### Bug Fixes + +* **cli:** intermittent dependency installation failure ([#207](https://github.com/pengzhanbo/vuepress-theme-plume/issues/207)) ([04f488e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/04f488e3498027971cbc6800b47986b15609aa47)) +* **theme:** `sidebar prefix` validation completion ([#208](https://github.com/pengzhanbo/vuepress-theme-plume/issues/208)) ([a11166d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a11166de6ef07bbe0b19ba5e75bfa98c06b8d723)) + + +### Performance Improvements + +* **plugin-md-power:** optimize structure ([#204](https://github.com/pengzhanbo/vuepress-theme-plume/issues/204)) ([2cf606b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2cf606b1de119478087f676808e9e2a06cdb04af)) +* update vuepress deps to latest ([#202](https://github.com/pengzhanbo/vuepress-theme-plume/issues/202)) ([533898e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/533898e3a66630f6ca724884c326071d2aec24cd)) + + + # [1.0.0-rc.101](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.100...v1.0.0-rc.101) (2024-09-20) diff --git a/cli/package.json b/cli/package.json index db7397ad..8d8b89ee 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.101", + "version": "1.0.0-rc.102", "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 13f1a0ea..8d696dc6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.101", + "version": "1.0.0-rc.102", "private": true, "packageManager": "pnpm@9.11.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 6a63b19f..d4403e51 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.101", + "version": "1.0.0-rc.102", "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 476e94ae..7130b25d 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.101", + "version": "1.0.0-rc.102", "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 58a18a2b..ed8e617a 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.101", + "version": "1.0.0-rc.102", "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 4daf4c4c..e67772ca 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.101", + "version": "1.0.0-rc.102", "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 f7be8142..3551a40f 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.101", + "version": "1.0.0-rc.102", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 09e83bc3..2bbae90b 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.101", + "version": "1.0.0-rc.102", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",