diff --git a/CHANGELOG.md b/CHANGELOG.md index 179c17b1..330537da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [1.0.0-rc.45](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.44...v1.0.0-rc.45) (2024-3-18) + + +### Bug Fixes + +* **theme:** 分页 margin-left 错位 ([f44bcec](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f44bcece2ce288ba5ca3227ab79ca669bf27c6f1)) +* **theme:** 提示容器中代码组导航栏错位 ([aee47e8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aee47e879786d425d0d7cf262f758cc29cb043e2)) + + +### Features + +* **theme:** 博主信息新增 地理位置和所属组织 ([7d7dede](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7d7dede526eaf994fdd22251144a924c05c5ec04)) +* **theme:** 新增导航栏社交图标过滤器 ([c09cd98](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c09cd98075a5f07acea216e7cfb16772a2de440b)) +* **theme:** 新增更多社交图标支持 ([308c314](https://github.com/pengzhanbo/vuepress-theme-plume/commit/308c31408a8cd90604210e20a3fb7a51521be2be)) +* **theme:** 新增页面跳转过渡动效 ([0fcfe3f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0fcfe3f0d698c9f7b6515e3f40210fa73071e0b0)) + + +### Performance Improvements + +* delete unused types ([8423e6a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8423e6a203b51e2838578c254c8bd14ed80549f6)) + + + # [1.0.0-rc.44](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.43...v1.0.0-rc.44) (2024-3-17) diff --git a/package.json b/package.json index bb5fbacc..e7807d23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "private": true, "packageManager": "pnpm@8.15.4", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-auto-frontmatter/package.json b/plugins/plugin-auto-frontmatter/package.json index c4a86222..ec4ef7bf 100644 --- a/plugins/plugin-auto-frontmatter/package.json +++ b/plugins/plugin-auto-frontmatter/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-auto-frontmatter", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2 - auto frontmatter", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-baidu-tongji/package.json b/plugins/plugin-baidu-tongji/package.json index e0cb5b3a..82f0f93d 100644 --- a/plugins/plugin-baidu-tongji/package.json +++ b/plugins/plugin-baidu-tongji/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-baidu-tongji", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2 - baidu tongji", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT", diff --git a/plugins/plugin-blog-data/package.json b/plugins/plugin-blog-data/package.json index 729c4d02..5858b03a 100644 --- a/plugins/plugin-blog-data/package.json +++ b/plugins/plugin-blog-data/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-blog-data", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2 - blog data", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-caniuse/package.json b/plugins/plugin-caniuse/package.json index 2730fc68..18a6e0fb 100644 --- a/plugins/plugin-caniuse/package.json +++ b/plugins/plugin-caniuse/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-caniuse", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2, Support Can-I-Use feature", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 4c3d9442..a5e58372 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.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2 - content update", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json index 880ec8b9..601668a4 100644 --- a/plugins/plugin-copy-code/package.json +++ b/plugins/plugin-copy-code/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-copy-code", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2 - copy code", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-iconify/package.json b/plugins/plugin-iconify/package.json index 850b352f..82aec882 100644 --- a/plugins/plugin-iconify/package.json +++ b/plugins/plugin-iconify/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-iconify", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2 - iconify", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-netlify-functions/package.json b/plugins/plugin-netlify-functions/package.json index 24091bb8..b93a936a 100644 --- a/plugins/plugin-netlify-functions/package.json +++ b/plugins/plugin-netlify-functions/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-plugin-netlify-functions", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2, Support Netlify Functions", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-notes-data/package.json b/plugins/plugin-notes-data/package.json index 763d1c5f..0e290f6a 100644 --- a/plugins/plugin-notes-data/package.json +++ b/plugins/plugin-notes-data/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-notes-data", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2 - notes data", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-page-collection/package.json b/plugins/plugin-page-collection/package.json index 80e136cc..e709f950 100644 --- a/plugins/plugin-page-collection/package.json +++ b/plugins/plugin-page-collection/package.json @@ -1,7 +1,7 @@ { "name": "plugin-page-collection", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "private": true, "description": "The Plugin for VuePres 2", "author": "pengzhanbo ", diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index b2c42630..7a357d12 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.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json index fea2f9e2..0e384fdc 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.44", + "version": "1.0.0-rc.45", "description": "The Plugin for VuePres 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 2f9b92ea..d616fadf 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.44", + "version": "1.0.0-rc.45", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",