build: publish v1.0.0-rc.132

This commit is contained in:
pengzhanbo 2025-02-24 09:10:40 +08:00
parent 6f11b50bee
commit f0146608ff
8 changed files with 37 additions and 7 deletions

View File

@ -1,3 +1,33 @@
# [1.0.0-rc.132](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.131...v1.0.0-rc.132) (2025-02-24)
### Bug Fixes
* **docs:** remove an incorrect link ([#481](https://github.com/pengzhanbo/vuepress-theme-plume/issues/481)) ([877ee4c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/877ee4c55b8ec772286d7b654ccbff9b99f57015))
* **plugin-search:** incorrect local search results ([#479](https://github.com/pengzhanbo/vuepress-theme-plume/issues/479)) ([a1c2a9b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a1c2a9b700aac3f81dc62ee75ce23f14e86fab6c))
* **theme:** fix copyright link overflow due to excessive length ([#486](https://github.com/pengzhanbo/vuepress-theme-plume/issues/486)) ([3eaf290](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3eaf2908c4039bb6279443d1db81f41b8ad0dab8))
* **theme:** fix rendering failure when `actions` is missing ([#476](https://github.com/pengzhanbo/vuepress-theme-plume/issues/476)) ([4f998a1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4f998a16c3683bf497999f3f97000deaa75dae17))
* **theme:** incorrect Algolia search result rendering, close [#482](https://github.com/pengzhanbo/vuepress-theme-plume/issues/482) ([#484](https://github.com/pengzhanbo/vuepress-theme-plume/issues/484)) ([4e0304e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4e0304e2a6a92c711f51e9d30794ac85a8e9d1e7))
* **theme:** incorrect context leading to failed theme config file hmr ([#485](https://github.com/pengzhanbo/vuepress-theme-plume/issues/485)) ([ddc8289](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ddc82895ab73a9812a8dfcd1f1b93bedce6aded9))
### Features
* **plugin-md-power:** add `Annotation` syntax support ([#483](https://github.com/pengzhanbo/vuepress-theme-plume/issues/483)) ([f8d3283](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f8d32835dfd66b59ce4cacdc3a0bc4c78ee97881))
* **plugin-md-power:** add support for `abbr` ([#477](https://github.com/pengzhanbo/vuepress-theme-plume/issues/477)) ([1f0ec7f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1f0ec7feaff8282a0db71372d69b6c6d68e489c2))
* remove `plugin-content-update`, instead vuepress built-in api ([4735ca7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4735ca7b97becdb4c8251fca5fea3fb3f1721826))
* **theme:** add `width/height` props to `<VPImage>` ([#475](https://github.com/pengzhanbo/vuepress-theme-plume/issues/475)) ([49b3796](https://github.com/pengzhanbo/vuepress-theme-plume/commit/49b37962e58622750af84d69192a4e3125a47139))
* **theme:** add type support for `mark` ([#480](https://github.com/pengzhanbo/vuepress-theme-plume/issues/480)) ([fded7e8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fded7e807a87f7e7082255c8b77dfcfb99beb6cd))
### Performance Improvements
* **cli:** update template ([1058de5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1058de5774a114105f7cb5fca7f51aaccce4918a))
* **theme:** improve `mark` styles ([bc86a7d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bc86a7d868e459686acf0612983d6021cfc1a774))
* update deps to latest ([6f11b50](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6f11b50beebbee8bf1dc098b2a99011a0c3b44e3))
# [1.0.0-rc.131](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.130...v1.0.0-rc.131) (2025-02-16)

View File

@ -1,7 +1,7 @@
{
"name": "create-vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.131",
"version": "1.0.0-rc.132",
"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.131",
"version": "1.0.0-rc.132",
"private": true,
"packageManager": "pnpm@10.4.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.131",
"version": "1.0.0-rc.132",
"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.131",
"version": "1.0.0-rc.132",
"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.131",
"version": "1.0.0-rc.132",
"description": "The Plugin for VuePress 2 - local search",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

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

View File

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