build: publish v1.0.0-rc.81
This commit is contained in:
parent
696e927ae5
commit
0992180581
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
# [1.0.0-rc.81](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.80...v1.0.0-rc.81) (2024-07-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** add custom height support for the navbar logo ([#125](https://github.com/pengzhanbo/vuepress-theme-plume/issues/125)) ([0ab9186](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0ab9186e3a556fcb40a27434fb981de374894d80))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* improve `<Content />` type ([696e927](https://github.com/pengzhanbo/vuepress-theme-plume/commit/696e927ae50659ebedef0ba4c6aaf107c0097679))
|
||||
* optimize package import ([936b0b4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/936b0b4851501f62d22210bfafcde3ea15d4319d))
|
||||
* **plugin-md-power:** optimize package build ([8888d9f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8888d9fe5c27da9262b037b04cd07fed977c0b8a))
|
||||
* **theme:** omit sass warnings ([25214d3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/25214d36d31554caafc430ca2b39518449c642b8))
|
||||
* **theme:** optimize auto frontmatter ([9398bef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9398bef54d7dc0c0d36c640e3ac3025925ee2e11))
|
||||
* **theme:** optimize auto frontmatter `I/O`, [#124](https://github.com/pengzhanbo/vuepress-theme-plume/issues/124) ([8d07dab](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8d07dab951edab6397d3f632a9c31f0eda2fd8a5))
|
||||
* update vuepress to latest ([5d30f5c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5d30f5cf5b68afece6712b8b5d1852c8195e6ba3))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.80](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.79...v1.0.0-rc.80) (2024-07-16)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.80",
|
||||
"version": "1.0.0-rc.81",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.5.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.80",
|
||||
"version": "1.0.0-rc.81",
|
||||
"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.80",
|
||||
"version": "1.0.0-rc.81",
|
||||
"description": "The Plugin for VuePress 2 - fonts",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-iconify",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.80",
|
||||
"version": "1.0.0-rc.81",
|
||||
"description": "The Plugin for VuePress 2 - iconify",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-md-power",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.80",
|
||||
"version": "1.0.0-rc.81",
|
||||
"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.80",
|
||||
"version": "1.0.0-rc.81",
|
||||
"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.80",
|
||||
"version": "1.0.0-rc.81",
|
||||
"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.80",
|
||||
"version": "1.0.0-rc.81",
|
||||
"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