build: publish v1.0.0-rc.90
This commit is contained in:
parent
2bcb499374
commit
a4dc03f736
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
||||
# [1.0.0-rc.90](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.89...v1.0.0-rc.90) (2024-08-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** incorrect auto frontmatter ([91981b4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/91981b44eb09a57dfbd2b84de68f3d652e56f97f))
|
||||
* **theme:** incorrect generate for notes permalink ([b37de62](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b37de621217675f8872f5be0c7e4a5b2b557fbe5))
|
||||
* **theme:** incorrect resolve sidebar ([d87e785](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d87e785e6f7563e3406ff17f57dc33809980b289))
|
||||
* **theme:** incorrect shadow when title is too long ([55b9687](https://github.com/pengzhanbo/vuepress-theme-plume/commit/55b96875b1bf7a4968b3b3144df3aca3ace31bd6))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.89](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.88...v1.0.0-rc.89) (2024-08-27)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.89",
|
||||
"version": "1.0.0-rc.90",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.8.0",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-content-update",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.89",
|
||||
"version": "1.0.0-rc.90",
|
||||
"description": "The Plugin for VuePress 2 - content update",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-fonts",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.89",
|
||||
"version": "1.0.0-rc.90",
|
||||
"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.89",
|
||||
"version": "1.0.0-rc.90",
|
||||
"description": "The Plugin for VuePress 2 - markdown power",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-search",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.89",
|
||||
"version": "1.0.0-rc.90",
|
||||
"description": "The Plugin for VuePress 2 - local search",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-shikiji",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.89",
|
||||
"version": "1.0.0-rc.90",
|
||||
"description": "The Plugin for VuePress 2 - shiki",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.89",
|
||||
"version": "1.0.0-rc.90",
|
||||
"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