diff --git a/CHANGELOG.md b/CHANGELOG.md index 4127798b..08e52a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-rc.93](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.92...v1.0.0-rc.93) (2024-09-01) + + +### Bug Fixes + +* **cli:** incorrect command hint ([cffb935](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cffb935b4faf0404d2d8eda123fc0c164257238b)) +* **theme:** incorrect match page title ([0227195](https://github.com/pengzhanbo/vuepress-theme-plume/commit/022719529e4a88779a0b3405566fdcc1cd69393e)) + + +### Features + +* **plugin-md-power:** add support `file-tree` container ([db5d816](https://github.com/pengzhanbo/vuepress-theme-plume/commit/db5d81677f335ceb6c2432eb989668029d02e2e3)) + + +### Performance Improvements + +* update deps to latest ([ef2bda6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef2bda65a1b85e3dad7f4239e8cb73b975653c70)) + + + # [1.0.0-rc.92](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.91...v1.0.0-rc.92) (2024-08-30) diff --git a/cli/package.json b/cli/package.json index 8b57f38b..3a18a66a 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.92", + "version": "1.0.0-rc.93", "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 3d3ef06f..de534466 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.92", + "version": "1.0.0-rc.93", "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 843b94c9..b14d38a9 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.92", + "version": "1.0.0-rc.93", "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 1ceb6030..335fc053 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.92", + "version": "1.0.0-rc.93", "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 9cdcbdc1..20b4dea2 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.92", + "version": "1.0.0-rc.93", "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 3c7ce955..cf0b43cd 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.92", + "version": "1.0.0-rc.93", "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 9a4d8724..1a563db9 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.92", + "version": "1.0.0-rc.93", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index b1ee53af..383b5e26 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.92", + "version": "1.0.0-rc.93", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",