diff --git a/CHANGELOG.md b/CHANGELOG.md index d04dcdef..c50c4de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.0.0-rc.160](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.159...v1.0.0-rc.160) (2025-08-04) + + +### Features + +* **cli:** update plume deps ([e128f52](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e128f524aced2511f2977952d784fdf161741c0a)) +* **plugin-md-power:** add highlight support for table container, close [#660](https://github.com/pengzhanbo/vuepress-theme-plume/issues/660) ([#663](https://github.com/pengzhanbo/vuepress-theme-plume/issues/663)) ([f026179](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f02617908fd1a0b5061f602413eeba280f37286b)) +* **theme:** improve img cursor ([#661](https://github.com/pengzhanbo/vuepress-theme-plume/issues/661)) ([fde9351](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fde93517d9ed5b0d53bbe8877125224ba8a0cb9d)) +* **theme:** improve post draft status ([#662](https://github.com/pengzhanbo/vuepress-theme-plume/issues/662)) ([e113f68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e113f6850afa6a5a0fbc6972a59f3ef42bc9130e)) + + +### Performance Improvements + +* update deps to latest ([94d3b4f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/94d3b4fdf86ad7b975cfbdbc7c455022e759d2de)) + + + # [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) diff --git a/cli/package.json b/cli/package.json index be5cf885..d22b237a 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.159", + "version": "1.0.0-rc.160", "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 b14d5f87..51344a77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.159", + "version": "1.0.0-rc.160", "private": true, "packageManager": "pnpm@10.14.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 7841afa0..1bb77f84 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.159", + "version": "1.0.0-rc.160", "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 9ea1a2b2..12a7f18b 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.159", + "version": "1.0.0-rc.160", "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 757cf73e..5ea740b1 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.159", + "version": "1.0.0-rc.160", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index d272b940..a8b8289d 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.159", + "version": "1.0.0-rc.160", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",