diff --git a/CHANGELOG.md b/CHANGELOG.md index 215b9c8e..f0908676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.0.0-rc.83](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.82...v1.0.0-rc.83) (2024-07-28) + + +### Features + +* **theme:** add component `` ([aa96c35](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aa96c35bd589bcba026add17da8932e8ae5744ce)) +* **theme:** add component `` ([4c44462](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4c44462e61a0561e01c4c6d80cf79d0315a95f4c)) +* **theme:** add support disable `blog` ([ce544d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ce544d2dfc931d3e6fda9c93e65fb6c1609ba91c)) +* **theme:** add support for optional `features` ([5e9d2d0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5e9d2d043a4842f9769b0fa856982a4e0dd61aae)) + + +### Performance Improvements + +* **theme:** improve content layout ([a81c20a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a81c20a21cbcef0c66b6996b518ea3dac1fda824)) +* **theme:** improve prepare icons data ([46b382e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/46b382e0b34cbe0e209d897fd6c09a8fad7eed94)) +* **theme:** improve sidebar active link ([6bf5302](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6bf5302da12689b4e088e068d75edfd7b968b552)) + + + # [1.0.0-rc.82](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.81...v1.0.0-rc.82) (2024-07-23) diff --git a/package.json b/package.json index 38428857..f8684540 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.82", + "version": "1.0.0-rc.83", "private": true, "packageManager": "pnpm@9.5.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index c2937b7e..63ce42d6 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.82", + "version": "1.0.0-rc.83", "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 6300a1dc..42f256ab 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.82", + "version": "1.0.0-rc.83", "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 f1e3c362..7ed198ba 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.82", + "version": "1.0.0-rc.83", "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 3b2ad82b..2f96f201 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.82", + "version": "1.0.0-rc.83", "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 9d0e7c6b..ad59292f 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.82", + "version": "1.0.0-rc.83", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 51293cde..b991c94d 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.82", + "version": "1.0.0-rc.83", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",