diff --git a/CHANGELOG.md b/CHANGELOG.md index ff28bec7..e56671bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.0.0-rc.163](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.162...v1.0.0-rc.163) (2025-09-10) + + +### Bug Fixes + +* **theme:** fix `CardMasonry` media query failure ([#688](https://github.com/pengzhanbo/vuepress-theme-plume/issues/688)) ([2757301](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2757301d61b8b64c57bc835e77f3469847fab4b7)) + + +### Features + +* **theme:** add `password` support for post frontmatter ([#689](https://github.com/pengzhanbo/vuepress-theme-plume/issues/689)) ([0865286](https://github.com/pengzhanbo/vuepress-theme-plume/commit/086528606e95cca2264b4c8685228e490e807807)) + + +### Performance Improvements + +* update deps to latest ([242ef3a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/242ef3a7a88d4c1843b20de317bdfa149c335721)) + + + # [1.0.0-rc.162](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.161...v1.0.0-rc.162) (2025-09-03) diff --git a/cli/package.json b/cli/package.json index 4c6faaae..4c7ad8e5 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.162", + "version": "1.0.0-rc.163", "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 27ab4811..9ba8259f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.162", + "version": "1.0.0-rc.163", "private": true, "packageManager": "pnpm@10.15.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 72e23ddb..bf22b681 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.162", + "version": "1.0.0-rc.163", "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 32a44919..e6980a8c 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.162", + "version": "1.0.0-rc.163", "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 0f95af04..375689b9 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.162", + "version": "1.0.0-rc.163", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 97d74573..3168d3d4 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.162", + "version": "1.0.0-rc.163", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",