diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc36bff..c81ea853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [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) + + +### Bug Fixes + +* **theme:** fix incorrect code block layout ([b02ccb4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b02ccb4ed9cdeedae92f38693834fb42253944cf)) +* **theme:** incorrect display of the home local nav ([6e494c2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6e494c2d3a5cacb1b7d78b711bfec40bc811ed6c)) + + + # [1.0.0-rc.79](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.78...v1.0.0-rc.79) (2024-07-16) diff --git a/package.json b/package.json index ef23f235..2cfdc816 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.79", + "version": "1.0.0-rc.80", "private": true, "packageManager": "pnpm@9.5.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-baidu-tongji/package.json b/plugins/plugin-baidu-tongji/package.json index 9c926b4d..7526b8a6 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.79", + "version": "1.0.0-rc.80", "description": "The Plugin for VuePress 2 - baidu tongji", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index c799d8d9..f553fb77 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.79", + "version": "1.0.0-rc.80", "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 484094b3..f2fa3be5 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.79", + "version": "1.0.0-rc.80", "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 f60ed504..76abd91a 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.79", + "version": "1.0.0-rc.80", "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 766aff49..0a7d0cb4 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.79", + "version": "1.0.0-rc.80", "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 de202deb..54a6667f 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.79", + "version": "1.0.0-rc.80", "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 7fc3f685..f80c8ef6 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.79", + "version": "1.0.0-rc.80", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 9f33d76b..6279de5e 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.79", + "version": "1.0.0-rc.80", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",