build: publish v1.0.0-rc.164

This commit is contained in:
pengzhanbo 2025-09-20 16:14:05 +08:00
parent 687439e697
commit a05aa7f598
7 changed files with 28 additions and 6 deletions

View File

@ -1,3 +1,25 @@
# [1.0.0-rc.164](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.163...v1.0.0-rc.164) (2025-09-20)
### Bug Fixes
* **plugin-md-power:** fix `stringifyAttrs` parse fail ([#701](https://github.com/pengzhanbo/vuepress-theme-plume/issues/701)) ([001896b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/001896b5fa8f55ba286cdb977514e769b97628bd))
* **plugin-md-power:** fix title text overflow, close [#698](https://github.com/pengzhanbo/vuepress-theme-plume/issues/698) ([#699](https://github.com/pengzhanbo/vuepress-theme-plume/issues/699)) ([dd958c3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dd958c30cf1ec7191c44cf4c9ca15e89de768138))
* **theme:** fix `createTime` is obtained incorrectly during creation, close [#692](https://github.com/pengzhanbo/vuepress-theme-plume/issues/692) ([#700](https://github.com/pengzhanbo/vuepress-theme-plume/issues/700)) ([69b9d0b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/69b9d0bc3db461436013e6da4526fccb6c09413c))
### Features
* add `inheritAttrs` option to components that include `ClientOnly` ([#697](https://github.com/pengzhanbo/vuepress-theme-plume/issues/697)) ([3523df7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3523df74dbe99fe7a5236f7e9e9209d5d237b0c2))
* **theme:** add `signdown` frontmatter for home page ([#691](https://github.com/pengzhanbo/vuepress-theme-plume/issues/691)) ([5cbf0dd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5cbf0ddfcf54bad54476f398760120e387ea387b))
### Performance Improvements
* update deps to latest ([687439e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/687439e69744ddd7ddc028af8144f130794473c0))
# [1.0.0-rc.163](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.162...v1.0.0-rc.163) (2025-09-10)

View File

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