From 3bca5400853edf5352e7055e171ded53af919aa3 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 3 Sep 2025 23:54:26 +0800 Subject: [PATCH] build: publish v1.0.0-rc.162 --- CHANGELOG.md | 20 ++++++++++++++++++++ cli/package.json | 2 +- package.json | 2 +- plugins/plugin-fonts/package.json | 2 +- plugins/plugin-md-power/package.json | 2 +- plugins/plugin-search/package.json | 2 +- theme/package.json | 2 +- 7 files changed, 26 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e0671f..ff28bec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-rc.162](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.161...v1.0.0-rc.162) (2025-09-03) + + +### Bug Fixes + +* **plugin-md-power:** incorrect rending of `footnote` in `annotation` ([#686](https://github.com/pengzhanbo/vuepress-theme-plume/issues/686)) ([2c39edf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2c39edf849a01d40e319e6866298c1d1444d7a8a)) + + +### Features + +* **theme:** add telegram social icon ([#678](https://github.com/pengzhanbo/vuepress-theme-plume/issues/678)) ([0da7055](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0da7055c2bac0c00bc69cca05159c6ddcba0a248)) +* **theme:** make blog post list responsive to screen width ([#685](https://github.com/pengzhanbo/vuepress-theme-plume/issues/685)) ([46b2da2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/46b2da25a66cdba215b236b296c1ff8a988501cd)) + + +### Performance Improvements + +* update deps to latest ([cfc9cef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cfc9cefe789ee51eca69294d1ed81099486e30cd)) + + + # [1.0.0-rc.161](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.160...v1.0.0-rc.161) (2025-08-19) diff --git a/cli/package.json b/cli/package.json index 99980022..c003441e 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.161", + "version": "1.0.0-rc.162", "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 7eaf8f4b..27ab4811 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.161", + "version": "1.0.0-rc.162", "private": true, "packageManager": "pnpm@10.15.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index ee2c22cc..72e23ddb 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.161", + "version": "1.0.0-rc.162", "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 25a3c023..32a44919 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.161", + "version": "1.0.0-rc.162", "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 bffeff72..0f95af04 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.161", + "version": "1.0.0-rc.162", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 920052e3..97d74573 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.161", + "version": "1.0.0-rc.162", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",