Skip to content

Commit bde6afa

Browse files
committed
build: publish v1.0.0-rc.144
1 parent 6ca72d0 commit bde6afa

File tree

8 files changed

+28
-7
lines changed

8 files changed

+28
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [1.0.0-rc.144](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.143...v1.0.0-rc.144) (2025-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **plugin-md-power:** incorrect demo container rendering ([0bf7c86](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0bf7c865ac327cae6af8ece39b54389ae4236faf))
7+
8+
9+
### Features
10+
11+
* **plugin-md-power:** add createContainerSyntaxPlugin for custom container rendering ([#564](https://github.com/pengzhanbo/vuepress-theme-plume/issues/564)) ([2e7f69b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2e7f69bb623aa9a57868ad029aef645973cfba2e))
12+
* **plugin-md-power:** refactor file-tree container, close [#565](https://github.com/pengzhanbo/vuepress-theme-plume/issues/565) ([#572](https://github.com/pengzhanbo/vuepress-theme-plume/issues/572)) ([599e43f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/599e43fd3cd6d982af683592e37bbb18754baee6))
13+
* **theme:** add support for `author` and `creation` in global copyright config, close [#573](https://github.com/pengzhanbo/vuepress-theme-plume/issues/573) ([#576](https://github.com/pengzhanbo/vuepress-theme-plume/issues/576)) ([7ecce2d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7ecce2db5cee72f441eda7ad5d2d557ecc36887d))
14+
15+
16+
### Performance Improvements
17+
18+
* update deps to latest ([740bc4e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/740bc4e364f1d2719fdce69a7ba8b5ccf1afed5e))
19+
20+
21+
122
# [1.0.0-rc.143](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.142...v1.0.0-rc.143) (2025-04-19)
223

324

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