diff --git a/CHANGELOG.md b/CHANGELOG.md index fb17fed1..7c8761cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [1.0.0-rc.149](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.148...v1.0.0-rc.149) (2025-05-17) + + +### Bug Fixes + +* **theme:** task list rendering error within firefox ([0425046](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0425046e9eb52db09654ec4415fd1a80ebc9d641)) + + +### Features + +* add multiple provider support for icon, close [#568](https://github.com/pengzhanbo/vuepress-theme-plume/issues/568) ([#596](https://github.com/pengzhanbo/vuepress-theme-plume/issues/596)) ([1497325](https://github.com/pengzhanbo/vuepress-theme-plume/commit/149732520a02b2a2042b466869f342e019cb6e88)) +* **plugin-md-power:** add flex container ([#597](https://github.com/pengzhanbo/vuepress-theme-plume/issues/597)) ([79af255](https://github.com/pengzhanbo/vuepress-theme-plume/commit/79af255cd8dd1f01cdc05b95ff7278a28009b5d0)) + + +### Performance Improvements + +* improve code block styles ([5d25599](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5d255998dbe4f0e008a88a07cc3c3e75b6ce3d00)) +* update deps to latest ([9ef8322](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9ef832294086b576318015312bea0ee7a3a7e616)) + + + # [1.0.0-rc.148](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.147...v1.0.0-rc.148) (2025-05-13) diff --git a/cli/package.json b/cli/package.json index 2eb881c0..1a9e6d9b 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.148", + "version": "1.0.0-rc.149", "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 24c3be0a..28f2daa8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.148", + "version": "1.0.0-rc.149", "private": true, "packageManager": "pnpm@10.11.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 6e922532..0abb4e5e 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.148", + "version": "1.0.0-rc.149", "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 099df066..96635c72 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.148", + "version": "1.0.0-rc.149", "description": "The Plugin for VuePress 2 - markdown power", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-replace-assets/package.json b/plugins/plugin-replace-assets/package.json index e46fab7f..9fb899c3 100644 --- a/plugins/plugin-replace-assets/package.json +++ b/plugins/plugin-replace-assets/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-plugin-replace-assets", "type": "module", - "version": "1.0.0-rc.148", + "version": "1.0.0-rc.149", "description": "The Plugin for VuePress 2 - replace assets url", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index dcf8e95a..6e879b91 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.148", + "version": "1.0.0-rc.149", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 908f93cc..a7ef4800 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.148", + "version": "1.0.0-rc.149", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",