build: publish v1.0.0-rc.152
This commit is contained in:
parent
4e100a3a01
commit
ca66d587ec
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
# [1.0.0-rc.152](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.151...v1.0.0-rc.152) (2025-05-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **plugin-search:** reset search index cache ([#603](https://github.com/pengzhanbo/vuepress-theme-plume/issues/603)) ([7592eaf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7592eafd3861f138f781e8e98c2835c7021a4abb))
|
||||
* **theme:** ensure friends description from user ([3ba41b9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3ba41b90b84a565a4c0d35f11585b9af969f13b1))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** sidebar auto scroll into active link ([#604](https://github.com/pengzhanbo/vuepress-theme-plume/issues/604)) ([c9ead12](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c9ead12e35624872e3d8b134bdb455c2d52d3c65))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* update deps to latest ([d2a849a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d2a849af6499ac3b45df65b62746b4a1dce410f5))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.151](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.150...v1.0.0-rc.151) (2025-05-19)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.151",
|
||||
"version": "1.0.0-rc.152",
|
||||
"description": "The cli for create vuepress-theme-plume's project",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.151",
|
||||
"version": "1.0.0-rc.152",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-fonts",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.151",
|
||||
"version": "1.0.0-rc.152",
|
||||
"description": "The Plugin for VuePress 2 - fonts",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-md-power",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.151",
|
||||
"version": "1.0.0-rc.152",
|
||||
"description": "The Plugin for VuePress 2 - markdown power",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-replace-assets",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.151",
|
||||
"version": "1.0.0-rc.152",
|
||||
"description": "The Plugin for VuePress 2 - replace assets url",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-search",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.151",
|
||||
"version": "1.0.0-rc.152",
|
||||
"description": "The Plugin for VuePress 2 - local search",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.151",
|
||||
"version": "1.0.0-rc.152",
|
||||
"description": "A Blog&Document Theme for VuePress 2.0",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user