build: publish v1.0.0-rc.85
This commit is contained in:
parent
f8057468b1
commit
784d43f297
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,24 @@
|
||||
# [1.0.0-rc.85](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.84...v1.0.0-rc.85) (2024-08-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** incorrect display non-local icons, close [#134](https://github.com/pengzhanbo/vuepress-theme-plume/issues/134) ([64e9a0f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/64e9a0f330004f40630e1c2b5d93b1cbda50196f))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** improve `externalLinkIcon` type ([85a923f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/85a923f736e0422ba83407edaf760586d45a7f35))
|
||||
* **theme:** improve `navbar` type ([7ccbfef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7ccbfefe347be959a8e51f7bfd6c35599e685fbc))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **plugin-md-power:** improve icons rules ([f6ae1a1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f6ae1a1149cdac191f8d779aefa3fe9ee9cdaa68))
|
||||
* update deps to latest ([60b75e3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/60b75e3e2eeba221b6f1d531672f3695653967d1))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.84](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.83...v1.0.0-rc.84) (2024-08-05)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.84",
|
||||
"version": "1.0.0-rc.85",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.7.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.84",
|
||||
"version": "1.0.0-rc.85",
|
||||
"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.84",
|
||||
"version": "1.0.0-rc.85",
|
||||
"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.84",
|
||||
"version": "1.0.0-rc.85",
|
||||
"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.84",
|
||||
"version": "1.0.0-rc.85",
|
||||
"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.84",
|
||||
"version": "1.0.0-rc.85",
|
||||
"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.84",
|
||||
"version": "1.0.0-rc.85",
|
||||
"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