diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d651410..4943520a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [1.0.0-rc.91](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.90...v1.0.0-rc.91) (2024-08-29) + + +### Bug Fixes + +* **theme:** incorrect resolve category name ([9579152](https://github.com/pengzhanbo/vuepress-theme-plume/commit/95791523260cb4b4a197f4c452f401a9057c706a)) + + +### Features + +* add `create-vuepress-theme-plume` package ([#153](https://github.com/pengzhanbo/vuepress-theme-plume/issues/153)) ([7407939](https://github.com/pengzhanbo/vuepress-theme-plume/commit/74079390f60483ee602fcbe88fe7fef732ae38e2)) +* **theme:** add blog tags and category slots ([a4c6828](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a4c68287d21bb33389f43c86ffb3bd0de3aeece0)) +* **theme:** add breadcrumb nav ([d44ac5f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d44ac5fcd27e45bd8f23484c799de358fda85f4c)) + + +### Performance Improvements + +* update `vuepress` to `2.0.0-rc.15` ([29b8e0c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/29b8e0caf1980814ecdd51f65c7359b09fa19694)) +* update deps to latest ([2ebde52](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2ebde528a41aebcccf0f282300c47a323526097b)) + + + # [1.0.0-rc.90](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.89...v1.0.0-rc.90) (2024-08-27) diff --git a/cli/package.json b/cli/package.json index fd1c9fc2..ab95f97e 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.90", + "version": "1.0.0-rc.91", "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 8c639a29..6e14089b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.90", + "version": "1.0.0-rc.91", "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 562730d9..b2f9477f 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.90", + "version": "1.0.0-rc.91", "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 501cb18b..3bfca0bc 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.90", + "version": "1.0.0-rc.91", "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 316fe060..baf569eb 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.90", + "version": "1.0.0-rc.91", "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 93ec74a1..d73333dc 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.90", + "version": "1.0.0-rc.91", "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 4853dbf5..3841f358 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.90", + "version": "1.0.0-rc.91", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index ee63b9de..799937b2 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.90", + "version": "1.0.0-rc.91", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",