build: publish v1.0.0-rc.154

This commit is contained in:
pengzhanbo 2025-06-19 19:58:15 +08:00
parent a49327e27b
commit 0078731ee4
8 changed files with 23 additions and 7 deletions

View File

@ -1,3 +1,19 @@
# [1.0.0-rc.154](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.153...v1.0.0-rc.154) (2025-06-19)
### Features
* **plugin-md-power:** improve `plot` behavior ([#620](https://github.com/pengzhanbo/vuepress-theme-plume/issues/620)) ([9efa2c1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9efa2c1a801d37ef079bfda0b716374d77d664ea))
* **theme:** improve markdown link behavior ([#619](https://github.com/pengzhanbo/vuepress-theme-plume/issues/619)) ([a5c874c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a5c874cdcfb6e5a47dd25009b0520947129bad68))
* use chokidar v4 ([#622](https://github.com/pengzhanbo/vuepress-theme-plume/issues/622)) ([6f15557](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6f15557f11d0b50fdf50c5d87b59a4993141c364))
### Performance Improvements
* update deps to latest ([6ef3db1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6ef3db166ad85dff0cebd0e8d7d852a867f2f033))
# [1.0.0-rc.153](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.152...v1.0.0-rc.153) (2025-06-07)

View File

@ -1,7 +1,7 @@
{
"name": "create-vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.153",
"version": "1.0.0-rc.154",
"description": "The cli for create vuepress-theme-plume's project",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume-monorepo",
"type": "module",
"version": "1.0.0-rc.153",
"version": "1.0.0-rc.154",
"private": true,
"packageManager": "pnpm@10.12.1",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",

View File

@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-fonts",
"type": "module",
"version": "1.0.0-rc.153",
"version": "1.0.0-rc.154",
"description": "The Plugin for VuePress 2 - fonts",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "vuepress-plugin-md-power",
"type": "module",
"version": "1.0.0-rc.153",
"version": "1.0.0-rc.154",
"description": "The Plugin for VuePress 2 - markdown power",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "vuepress-plugin-replace-assets",
"type": "module",
"version": "1.0.0-rc.153",
"version": "1.0.0-rc.154",
"description": "The Plugin for VuePress 2 - replace assets url",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-search",
"type": "module",
"version": "1.0.0-rc.153",
"version": "1.0.0-rc.154",
"description": "The Plugin for VuePress 2 - local search",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.153",
"version": "1.0.0-rc.154",
"description": "A Blog&Document Theme for VuePress 2.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",