diff --git a/CHANGELOG.md b/CHANGELOG.md index c81ea853..b671b2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-rc.81](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.80...v1.0.0-rc.81) (2024-07-19) + + +### Features + +* **theme:** add custom height support for the navbar logo ([#125](https://github.com/pengzhanbo/vuepress-theme-plume/issues/125)) ([0ab9186](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0ab9186e3a556fcb40a27434fb981de374894d80)) + + +### Performance Improvements + +* improve `` type ([696e927](https://github.com/pengzhanbo/vuepress-theme-plume/commit/696e927ae50659ebedef0ba4c6aaf107c0097679)) +* optimize package import ([936b0b4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/936b0b4851501f62d22210bfafcde3ea15d4319d)) +* **plugin-md-power:** optimize package build ([8888d9f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8888d9fe5c27da9262b037b04cd07fed977c0b8a)) +* **theme:** omit sass warnings ([25214d3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/25214d36d31554caafc430ca2b39518449c642b8)) +* **theme:** optimize auto frontmatter ([9398bef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9398bef54d7dc0c0d36c640e3ac3025925ee2e11)) +* **theme:** optimize auto frontmatter `I/O`, [#124](https://github.com/pengzhanbo/vuepress-theme-plume/issues/124) ([8d07dab](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8d07dab951edab6397d3f632a9c31f0eda2fd8a5)) +* update vuepress to latest ([5d30f5c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5d30f5cf5b68afece6712b8b5d1852c8195e6ba3)) + + + # [1.0.0-rc.80](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.79...v1.0.0-rc.80) (2024-07-16) diff --git a/package.json b/package.json index 24a5bda9..98195e04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.80", + "version": "1.0.0-rc.81", "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 6565d470..e188ee45 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.80", + "version": "1.0.0-rc.81", "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 f6b633ec..7c851019 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.80", + "version": "1.0.0-rc.81", "description": "The Plugin for VuePress 2 - fonts", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-iconify/package.json b/plugins/plugin-iconify/package.json index bad94e23..0f24cddd 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.80", + "version": "1.0.0-rc.81", "description": "The Plugin for VuePress 2 - iconify", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json index 80744195..c1e5eac0 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.80", + "version": "1.0.0-rc.81", "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 82063aab..37f1e0fb 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.80", + "version": "1.0.0-rc.81", "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 49f158a6..b32c9e4d 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.80", + "version": "1.0.0-rc.81", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 20f54764..3ba97e5b 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.80", + "version": "1.0.0-rc.81", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",