Skip to content

Commit 43b5060

Browse files
committed
build: publish v1.0.0-rc.146
1 parent 07822e4 commit 43b5060

File tree

8 files changed

+21
-7
lines changed

8 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [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)
2+
3+
4+
### Features
5+
6+
* **plugin-md-power:** add code-tree container and embed syntax, close [#567](https://github.com/pengzhanbo/vuepress-theme-plume/issues/567) ([#584](https://github.com/pengzhanbo/vuepress-theme-plume/issues/584)) ([31e3b41](https://github.com/pengzhanbo/vuepress-theme-plume/commit/31e3b41a2706e9adb3470a56da9d8822e88eeb96))
7+
8+
9+
### Performance Improvements
10+
11+
* update deps to latest ([07822e4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/07822e41853b57b995ea30e90f6bee3e15aee6c5))
12+
13+
14+
115
# [1.0.0-rc.145](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.144...v1.0.0-rc.145) (2025-04-30)
216

317

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.145",
4+
"version": "1.0.0-rc.146",
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.145",
4+
"version": "1.0.0-rc.146",
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.145",
4+
"version": "1.0.0-rc.146",
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.145",
4+
"version": "1.0.0-rc.146",
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.145",
4+
"version": "1.0.0-rc.146",
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.145",
4+
"version": "1.0.0-rc.146",
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.145",
4+
"version": "1.0.0-rc.146",
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)