build: publish v1.0.0-rc.160

This commit is contained in:
pengzhanbo 2025-08-04 15:25:20 +08:00
parent e128f524ac
commit caf1cd03c9
7 changed files with 23 additions and 6 deletions

View File

@ -1,3 +1,20 @@
# [1.0.0-rc.160](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.159...v1.0.0-rc.160) (2025-08-04)
### Features
* **cli:** update plume deps ([e128f52](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e128f524aced2511f2977952d784fdf161741c0a))
* **plugin-md-power:** add highlight support for table container, close [#660](https://github.com/pengzhanbo/vuepress-theme-plume/issues/660) ([#663](https://github.com/pengzhanbo/vuepress-theme-plume/issues/663)) ([f026179](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f02617908fd1a0b5061f602413eeba280f37286b))
* **theme:** improve img cursor ([#661](https://github.com/pengzhanbo/vuepress-theme-plume/issues/661)) ([fde9351](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fde93517d9ed5b0d53bbe8877125224ba8a0cb9d))
* **theme:** improve post draft status ([#662](https://github.com/pengzhanbo/vuepress-theme-plume/issues/662)) ([e113f68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e113f6850afa6a5a0fbc6972a59f3ef42bc9130e))
### Performance Improvements
* update deps to latest ([94d3b4f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/94d3b4fdf86ad7b975cfbdbc7c455022e759d2de))
# [1.0.0-rc.159](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.158...v1.0.0-rc.159) (2025-07-26)

View File

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