diff --git a/CHANGELOG.md b/CHANGELOG.md index c50c4de2..65e0671f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.0.0-rc.161](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.160...v1.0.0-rc.161) (2025-08-19) + + +### Features + +* **plugin-search:** optimize search index logger ([#676](https://github.com/pengzhanbo/vuepress-theme-plume/issues/676)) ([22a5f10](https://github.com/pengzhanbo/vuepress-theme-plume/commit/22a5f10addb7298429345105d64a7fe276130cd6)) +* **theme:** add `fullname` prop support for `RepoCard`, close [#669](https://github.com/pengzhanbo/vuepress-theme-plume/issues/669) ([#670](https://github.com/pengzhanbo/vuepress-theme-plume/issues/670)) ([49d84dc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/49d84dcfb4d9d70fde97e91bb556c44e1fea518e)) +* **theme:** add gitee provider support for repocard, close [#674](https://github.com/pengzhanbo/vuepress-theme-plume/issues/674) ([#675](https://github.com/pengzhanbo/vuepress-theme-plume/issues/675)) ([94e755c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/94e755c4228cf7b5542ef7fd5e81806f8297d434)) + + + # [1.0.0-rc.160](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.159...v1.0.0-rc.160) (2025-08-04) diff --git a/cli/package.json b/cli/package.json index d22b237a..99980022 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.160", + "version": "1.0.0-rc.161", "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 0adb5972..c8404ae3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.160", + "version": "1.0.0-rc.161", "private": true, "packageManager": "pnpm@10.15.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 1bb77f84..ee2c22cc 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.160", + "version": "1.0.0-rc.161", "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 12a7f18b..25a3c023 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.160", + "version": "1.0.0-rc.161", "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 5ea740b1..bffeff72 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.160", + "version": "1.0.0-rc.161", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index a8b8289d..920052e3 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.160", + "version": "1.0.0-rc.161", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",