diff --git a/CHANGELOG.md b/CHANGELOG.md index 394cfb09..2fe26d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [1.0.0-rc.33](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.32...v1.0.0-rc.33) (2024-2-16) + + +### Features + +* **plugin-baidu-tongji:** add `useBaiduTongji` ([9dfa6c9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9dfa6c976f0f8c91c916a22bcd3dbea377b9d0f9)) +* **theme:** add `AppearanceText` options ([d98785a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d98785ada7b8ce97e6f810549a987f0bb1a8da03)) + + +### Performance Improvements + +* 优化 页脚对齐 ([50a59e2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/50a59e2aca82102a242722786cce4e9c3dbb0ece)) +* 优化标签、归档页布局 ([a34a216](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a34a216f90bbee4c0229952e6327c0361173616d)) +* 优化分页交互体验 ([c55d521](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c55d5214ece5cf4fbac1ed837d270de818d8a77b)) +* bump `shiki` to latest ([dd19f19](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dd19f195ea53ca117acb935318bcc54cf9929487)) +* **plugin-content-update:** optimize `Content` Component ([38ef295](https://github.com/pengzhanbo/vuepress-theme-plume/commit/38ef295bc2ede17352debb9c9cf537bf3574d092)) +* **plugin-shikiji:** remove `picocolors` ([41a3744](https://github.com/pengzhanbo/vuepress-theme-plume/commit/41a3744db2bf4297892b3a244baaa1545065bcc9)) +* **theme:** use vuepress virtual routes ([24261ab](https://github.com/pengzhanbo/vuepress-theme-plume/commit/24261ab269f24bc718beeb686a19f34541fcf251)) +* upgrade vuepress to `rc.7` ([e707e9a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e707e9a057953232190f2963e6ed95c4c4a020be)) + + + # [1.0.0-rc.32](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.31...v1.0.0-rc.32) (2024-2-5) diff --git a/package.json b/package.json index 50648c64..0b0c0b47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.32", + "version": "1.0.0-rc.33", "private": true, "packageManager": "pnpm@8.15.3", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-auto-frontmatter/package.json b/plugins/plugin-auto-frontmatter/package.json index 6c20c013..d838b49e 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.32", + "version": "1.0.0-rc.33", "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 90172056..f68684e7 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.32", + "version": "1.0.0-rc.33", "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 0b33e5a3..30d727e7 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.32", + "version": "1.0.0-rc.33", "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 c17e5579..fcdddc08 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.32", + "version": "1.0.0-rc.33", "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 f7fd1d25..d807b72d 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.32", + "version": "1.0.0-rc.33", "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 3dc04967..000d6a46 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.32", + "version": "1.0.0-rc.33", "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 0bee50da..7be61466 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.32", + "version": "1.0.0-rc.33", "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 40a0eb86..4eeada4b 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.32", + "version": "1.0.0-rc.33", "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 169d5f67..5185e9e9 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.32", + "version": "1.0.0-rc.33", "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 d5164b12..ed8dd899 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.32", + "version": "1.0.0-rc.33", "private": true, "description": "The Plugin for VuePres 2", "author": "pengzhanbo ", diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json index f7e88c53..5ceec810 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.32", + "version": "1.0.0-rc.33", "description": "The Plugin for VuePres 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index ecc616f1..67840e91 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.32", + "version": "1.0.0-rc.33", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",