Skip to content

Commit 698ce3e

Browse files
committed
build: publish v1.0.0-rc.147
1 parent b4c139b commit 698ce3e

File tree

8 files changed

+30
-7
lines changed

8 files changed

+30
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.0.0-rc.147](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.146...v1.0.0-rc.147) (2025-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **plugin-md-power:** incorrect collapsed lines in code-tree, close [#587](https://github.com/pengzhanbo/vuepress-theme-plume/issues/587) ([#588](https://github.com/pengzhanbo/vuepress-theme-plume/issues/588)) ([9fef665](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9fef6654ae31af17db603e90ec26d7f4712dcd73))
7+
* **theme:** fix git-plugin execute error when `git: false` ([#591](https://github.com/pengzhanbo/vuepress-theme-plume/issues/591)) ([2c9006c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2c9006caf7d6509276cdb11b993d43cd34125bc5))
8+
* **theme:** improve link handling and href binding logic ([f9276fd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f9276fdb7547c5e504ddcd7660862f44e70b8044))
9+
* **theme:** simplify icon rendering ([bd0e940](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bd0e9404da5a9afdfda62f1af06f44372d564932))
10+
* **theme:** yaml parsing error caused by special chars ([#586](https://github.com/pengzhanbo/vuepress-theme-plume/issues/586)) ([61ca08c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/61ca08c8b4c60c6fd38c534a18953de9f6e6920c))
11+
12+
13+
### Features
14+
15+
* **plugin-md-power:** add timeout to `image-size` ([#592](https://github.com/pengzhanbo/vuepress-theme-plume/issues/592)) ([79ab31d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/79ab31d0f2409ab3031518db8126f8c98563a003))
16+
17+
18+
### Performance Improvements
19+
20+
* update deps to latest ([c4da089](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c4da089745adf2bfbc42b8b2182ce7a206351df1))
21+
22+
23+
124
# [1.0.0-rc.146](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.145...v1.0.0-rc.146) (2025-05-06)
225

326

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-vuepress-theme-plume",
33
"type": "module",
4-
"version": "1.0.0-rc.146",
4+
"version": "1.0.0-rc.147",
55
"description": "The cli for create vuepress-theme-plume's project",
66
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
77
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuepress-theme-plume-monorepo",
33
"type": "module",
4-
"version": "1.0.0-rc.146",
4+
"version": "1.0.0-rc.147",
55
"private": true,
66
"packageManager": "pnpm@10.10.0",
77
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",

plugins/plugin-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vuepress-plume/plugin-fonts",
33
"type": "module",
4-
"version": "1.0.0-rc.146",
4+
"version": "1.0.0-rc.147",
55
"description": "The Plugin for VuePress 2 - fonts",
66
"author": "pengzhanbo <volodymyr@foxmail.com>",
77
"license": "MIT",

plugins/plugin-md-power/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuepress-plugin-md-power",
33
"type": "module",
4-
"version": "1.0.0-rc.146",
4+
"version": "1.0.0-rc.147",
55
"description": "The Plugin for VuePress 2 - markdown power",
66
"author": "pengzhanbo <volodymyr@foxmail.com>",
77
"license": "MIT",

plugins/plugin-replace-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuepress-plugin-replace-assets",
33
"type": "module",
4-
"version": "1.0.0-rc.146",
4+
"version": "1.0.0-rc.147",
55
"description": "The Plugin for VuePress 2 - replace assets url",
66
"author": "pengzhanbo <volodymyr@foxmail.com>",
77
"license": "MIT",

plugins/plugin-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vuepress-plume/plugin-search",
33
"type": "module",
4-
"version": "1.0.0-rc.146",
4+
"version": "1.0.0-rc.147",
55
"description": "The Plugin for VuePress 2 - local search",
66
"author": "pengzhanbo <volodymyr@foxmail.com>",
77
"license": "MIT",

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuepress-theme-plume",
33
"type": "module",
4-
"version": "1.0.0-rc.146",
4+
"version": "1.0.0-rc.147",
55
"description": "A Blog&Document Theme for VuePress 2.0",
66
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
77
"license": "MIT",

0 commit comments

Comments
 (0)