diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b0311a..8742df7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [1.0.0-rc.131](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.130...v1.0.0-rc.131) (2025-02-16) + + +### Bug Fixes + +* **theme:** incorrect home hero actions layout in mobile ([#464](https://github.com/pengzhanbo/vuepress-theme-plume/issues/464)) ([29f9b87](https://github.com/pengzhanbo/vuepress-theme-plume/commit/29f9b871287888309378991ad708f1ee6d0aff1e)) + + +### Features + +* **theme:** add `doc-hero` support for custom home ([#462](https://github.com/pengzhanbo/vuepress-theme-plume/issues/462)) ([6442ffa](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6442ffa25a0299eaca4b6786e0644a50d33887a8)) + + +### Performance Improvements + +* add vite optimize deps ([#467](https://github.com/pengzhanbo/vuepress-theme-plume/issues/467)) ([b13f172](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b13f1725f182a8d19f3718425892dcd764b51d89)) +* **theme:** improve footnote styles ([#469](https://github.com/pengzhanbo/vuepress-theme-plume/issues/469)) ([e0ae83d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e0ae83d321af275eaa3f33fbe462f60a7b7cdbde)) +* update deps to latest ([9a2e088](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9a2e0881195a06d229ca2ba1540014400897afe7)) + + + # [1.0.0-rc.130](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.129...v1.0.0-rc.130) (2025-02-08) diff --git a/cli/package.json b/cli/package.json index 257e6baa..cc76ec30 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.130", + "version": "1.0.0-rc.131", "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 72d9d5f7..4b9846b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.130", + "version": "1.0.0-rc.131", "private": true, "packageManager": "pnpm@10.4.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index a03cc272..4158ff4f 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.130", + "version": "1.0.0-rc.131", "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 10760a00..7d7f8d40 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.130", + "version": "1.0.0-rc.131", "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 68d85cbc..b01d4eda 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.130", + "version": "1.0.0-rc.131", "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 ee12adde..12b29acf 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.130", + "version": "1.0.0-rc.131", "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 6a0d266e..4471074d 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.130", + "version": "1.0.0-rc.131", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 8415fb75..d2893927 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.130", + "version": "1.0.0-rc.131", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",