diff --git a/CHANGELOG.md b/CHANGELOG.md index 4943520a..4127798b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# [1.0.0-rc.92](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.91...v1.0.0-rc.92) (2024-08-30) + + +### Bug Fixes + +* **cli:** incorrect exec context ([233ae33](https://github.com/pengzhanbo/vuepress-theme-plume/commit/233ae3337fbe7574fd042a1d7fd6994916479a49)) +* **theme:** incorrect comments `margin-top` ([d7885aa](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d7885aae483c26fa6f769a3aa70ffc31aa936080)) +* **theme:** incorrect resolve page path when sidebar matched ([03b645e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/03b645e7916db27488c34242a8b419bebb5743f9)) + + +### Features + +* **theme:** add internal link ([3d3cb43](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3d3cb4324325940b862a0b4dc79dbddb02a1b416)) +* **theme:** add normalize page title markdown plugin ([5f13a1b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5f13a1ba4603c285a421d4619d68795a59d8c65b)) + + +### Performance Improvements + +* **theme:** breadcrumb ui ([38eb41a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/38eb41a48d3cd916d8bd965fbd045fdaaf49a47b)) +* **theme:** code demo ui ([cc9b5f8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cc9b5f8a40f502fa4d0fa7400e5807387445ee25)) +* **theme:** hidden code block copy button in mobile ([d9c43b5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d9c43b57388cfae4a993a19b5fe6b6b813f4eab9)) +* **theme:** optimize ` ui ([220940b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/220940b2a574761d69269d0c76c6db1a4d33af01)) +* **theme:** optimize auto frontmatter ([4b2739b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4b2739bff0401e94a4122c2a058daa73edb10b0e)) +* **theme:** optimize composables ([c16cf37](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c16cf37dd1724e78a37903a2f2a5c46b3286699a)) +* **theme:** optimize load theme config ([047e052](https://github.com/pengzhanbo/vuepress-theme-plume/commit/047e0527f5cbcfb8f2a38369e98265b625e5b381)) + + + # [1.0.0-rc.91](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.90...v1.0.0-rc.91) (2024-08-29) diff --git a/cli/package.json b/cli/package.json index ab95f97e..8b57f38b 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.91", + "version": "1.0.0-rc.92", "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 6e14089b..5dad4584 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.91", + "version": "1.0.0-rc.92", "private": true, "packageManager": "pnpm@9.9.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index b2f9477f..843b94c9 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.91", + "version": "1.0.0-rc.92", "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 3bfca0bc..1ceb6030 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.91", + "version": "1.0.0-rc.92", "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 3cf40dfb..85824f8d 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.91", + "version": "1.0.0-rc.92", "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 d73333dc..3c7ce955 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.91", + "version": "1.0.0-rc.92", "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 3841f358..2df2a06e 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.91", + "version": "1.0.0-rc.92", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 799937b2..b004eb55 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.91", + "version": "1.0.0-rc.92", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",