build: publish v1.0.0-rc.170

This commit is contained in:
pengzhanbo 2025-10-12 15:42:08 +08:00
parent f505a2636e
commit aa9c64f00f
7 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,14 @@
# [1.0.0-rc.170](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.169...v1.0.0-rc.170) (2025-10-12)
### Bug Fixes
* **theme:** fix page transition flickering ([#717](https://github.com/pengzhanbo/vuepress-theme-plume/issues/717)) ([8cec3f2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8cec3f23e4765560424b160ac17891098c8ee97a))
* **theme:** incorrect sidebar link prefix, close [#714](https://github.com/pengzhanbo/vuepress-theme-plume/issues/714), [#710](https://github.com/pengzhanbo/vuepress-theme-plume/issues/710) ([#715](https://github.com/pengzhanbo/vuepress-theme-plume/issues/715)) ([3a07f59](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3a07f590cbed071eaaea6f99703e1791a1794550))
* **theme:** optimize post category styles ([338ca4a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/338ca4ad7c3479a4821f53771e485faaecc0d075))
# [1.0.0-rc.169](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.168...v1.0.0-rc.169) (2025-10-09) # [1.0.0-rc.169](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.168...v1.0.0-rc.169) (2025-10-09)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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