build: publish v1.0.0-rc.139

This commit is contained in:
pengzhanbo 2025-04-07 07:59:14 +08:00
parent 795ec510fd
commit f3f53ae791
8 changed files with 22 additions and 7 deletions

View File

@ -1,3 +1,18 @@
# [1.0.0-rc.139](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.138...v1.0.0-rc.139) (2025-04-06)
### Features
* add `vuepress-plugin-replace-assets` support, close [#545](https://github.com/pengzhanbo/vuepress-theme-plume/issues/545) ([#549](https://github.com/pengzhanbo/vuepress-theme-plume/issues/549)) ([1365c83](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1365c83109c552897340b0e64e67355b1d5b399e))
* **theme:** add theme deps version detection ([#551](https://github.com/pengzhanbo/vuepress-theme-plume/issues/551)) ([487448d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/487448d6112d124d4ab8405426190b9a6c45a91b))
### Performance Improvements
* update deps to latest ([795ec51](https://github.com/pengzhanbo/vuepress-theme-plume/commit/795ec510fdffc212fed62cfdc4e9ff0b87531711))
# [1.0.0-rc.138](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.137...v1.0.0-rc.138) (2025-04-01)

View File

@ -1,7 +1,7 @@
{
"name": "create-vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.138",
"version": "1.0.0-rc.139",
"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.138",
"version": "1.0.0-rc.139",
"private": true,
"packageManager": "pnpm@10.7.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.138",
"version": "1.0.0-rc.139",
"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.138",
"version": "1.0.0-rc.139",
"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.138",
"version": "1.0.0-rc.139",
"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.138",
"version": "1.0.0-rc.139",
"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.138",
"version": "1.0.0-rc.139",
"description": "A Blog&Document Theme for VuePress 2.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",