diff --git a/CHANGELOG.md b/CHANGELOG.md index b2839d23..d04dcdef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.0.0-rc.159](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.158...v1.0.0-rc.159) (2025-07-26) + + +### Features + +* **plugin-md-power:** add `table` container, close [#652](https://github.com/pengzhanbo/vuepress-theme-plume/issues/652) ([#655](https://github.com/pengzhanbo/vuepress-theme-plume/issues/655)) ([3718346](https://github.com/pengzhanbo/vuepress-theme-plume/commit/371834640b8be4747116fe05dfae6c29f81be19f)) + + +### Performance Improvements + +* **plugin-md-power:** improve `image-size` ([0443c6f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0443c6ff059291adfd043807913b49bbbd8b44e7)) +* **theme:** improve iconfont layout ([b120633](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b120633453ea25c4b3226a0a663195acdd07e4f4)) +* update deps to latest ([05bfd4a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/05bfd4add14ac381b6f30d9a88137d3d73786291)) + + + # [1.0.0-rc.158](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.157...v1.0.0-rc.158) (2025-07-20) diff --git a/cli/package.json b/cli/package.json index 86d5f9ae..8cb7b133 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.158", + "version": "1.0.0-rc.159", "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 5a9acb1f..48162531 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.158", + "version": "1.0.0-rc.159", "private": true, "packageManager": "pnpm@10.13.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 082e7c50..7841afa0 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.158", + "version": "1.0.0-rc.159", "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 c1cc2e2d..9ea1a2b2 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.158", + "version": "1.0.0-rc.159", "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 cd14c8f2..757cf73e 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.158", + "version": "1.0.0-rc.159", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index cdca02fa..d272b940 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.158", + "version": "1.0.0-rc.159", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",