build: publish v1.0.0-rc.88
This commit is contained in:
parent
8ac657b828
commit
d18baa8406
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
# [1.0.0-rc.88](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.87...v1.0.0-rc.88) (2024-08-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** incorrect `<CardGrid>` render, close [#147](https://github.com/pengzhanbo/vuepress-theme-plume/issues/147) ([a7c40e0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a7c40e0bd5d446a20859eb21602cbafff55d71a1))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** improve `<mark>` styles ([1358f77](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1358f77b50b2510a2d140c050702e79bf736ec7d))
|
||||
* **theme:** remove `frontmatter.author`, and improve `frontmatter.contributors` type ([7832a9b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7832a9b13cd366ebe041de3d284dd57c0802951f))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* update deps to latest ([5cb39d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5cb39d2897419825f2c6502fc73de5ce81ef182a))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.87](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.86...v1.0.0-rc.87) (2024-08-18)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.87",
|
||||
"version": "1.0.0-rc.88",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.7.1",
|
||||
"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.87",
|
||||
"version": "1.0.0-rc.88",
|
||||
"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.87",
|
||||
"version": "1.0.0-rc.88",
|
||||
"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.87",
|
||||
"version": "1.0.0-rc.88",
|
||||
"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.87",
|
||||
"version": "1.0.0-rc.88",
|
||||
"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.87",
|
||||
"version": "1.0.0-rc.88",
|
||||
"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.87",
|
||||
"version": "1.0.0-rc.88",
|
||||
"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