diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a55bcb..02e64ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-rc.112](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.111...v1.0.0-rc.112) (2024-10-21) + + +### Bug Fixes + +* **theme:** incorrect home hero background styles, close [#304](https://github.com/pengzhanbo/vuepress-theme-plume/issues/304) ([#305](https://github.com/pengzhanbo/vuepress-theme-plume/issues/305)) ([ef78eea](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef78eeab7aa5bcdd55f476edbc3b0029b8f131fb)) + + +### Features + +* **theme:** add `footer-content` slot ([#299](https://github.com/pengzhanbo/vuepress-theme-plume/issues/299)) ([3f7fa41](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3f7fa4133ce4cec47fa5f5e58cc714368ab4c283)) +* **theme:** add support for bulletin, close [#280](https://github.com/pengzhanbo/vuepress-theme-plume/issues/280) ([#298](https://github.com/pengzhanbo/vuepress-theme-plume/issues/298)) ([7c779b2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7c779b237fa19c3071ef054104469805704455f7)) + + +### Performance Improvements + +* update deps to latest ([561d8eb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/561d8eb3c0ee565697a30a452d7b1b0e49f62457)) + + + # [1.0.0-rc.111](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.110...v1.0.0-rc.111) (2024-10-18) diff --git a/cli/package.json b/cli/package.json index 54980447..844048a1 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.111", + "version": "1.0.0-rc.112", "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 b3a842c4..314b3f8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.111", + "version": "1.0.0-rc.112", "private": true, "packageManager": "pnpm@9.12.2", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 4a894ed8..5f4e6482 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.111", + "version": "1.0.0-rc.112", "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 d49cf040..4ad8762c 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.111", + "version": "1.0.0-rc.112", "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 ab6dfe3a..e7fee380 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.111", + "version": "1.0.0-rc.112", "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 fac785c1..d96873d6 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.111", + "version": "1.0.0-rc.112", "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 251f1ae2..16fb30a4 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.111", + "version": "1.0.0-rc.112", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 50bf09a8..85829e1e 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.111", + "version": "1.0.0-rc.112", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",