Skip to content

Commit 665a8fa

Browse files
committed
build: publish v1.0.0-rc.151
1 parent d63deb5 commit 665a8fa

File tree

8 files changed

+16
-7
lines changed

8 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.0.0-rc.151](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.150...v1.0.0-rc.151) (2025-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **cli:** template generate fail ([d63deb5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d63deb5076a21575d64bbb0eac36d0259f4554cc))
7+
8+
9+
110
# [1.0.0-rc.150](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.149...v1.0.0-rc.150) (2025-05-19)
211

312

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.150",
4+
"version": "1.0.0-rc.151",
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.150",
4+
"version": "1.0.0-rc.151",
55
"private": true,
66
"packageManager": "pnpm@10.11.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.150",
4+
"version": "1.0.0-rc.151",
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.150",
4+
"version": "1.0.0-rc.151",
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.150",
4+
"version": "1.0.0-rc.151",
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.150",
4+
"version": "1.0.0-rc.151",
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.150",
4+
"version": "1.0.0-rc.151",
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)