mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
build: publish v1.0.0-rc.82
This commit is contained in:
parent
e690d48d0c
commit
b1b79ecae4
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,3 +1,26 @@
|
||||
# [1.0.0-rc.82](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.81...v1.0.0-rc.82) (2024-07-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **plugin-md-power:** fix incorrect code editor layout ([9f6368b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9f6368b7a4c677a353055357bb7722c7feeded78))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** add `@vuepress/plugin-cache` ([62ac0b3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/62ac0b3371d6c33e923fc8bcd98149190cf436df))
|
||||
* **theme:** add support for `iconify` localization ([5d0d626](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5d0d626eeff2bf7db73f73275728ba7c3e15757e))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **theme:** improve media print layout ([9f8de68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9f8de682fa9f26d4df83a1028d1e7bee557bea10))
|
||||
* **theme:** improve navbar logo height ([688c964](https://github.com/pengzhanbo/vuepress-theme-plume/commit/688c96452e39f179636ff486e3541652debddfaa))
|
||||
* **theme:** optimize `<VPIcon />` ([fa06931](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fa0693198559a0cb03755725cb2454ed20cb3017))
|
||||
* update vue to `3.4.33` ([72ccb48](https://github.com/pengzhanbo/vuepress-theme-plume/commit/72ccb4800c24da675979976a7765d7888c6c4b89))
|
||||
|
||||
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.81",
|
||||
"version": "1.0.0-rc.82",
|
||||
"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.81",
|
||||
"version": "1.0.0-rc.82",
|
||||
"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.81",
|
||||
"version": "1.0.0-rc.82",
|
||||
"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.81",
|
||||
"version": "1.0.0-rc.82",
|
||||
"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.81",
|
||||
"version": "1.0.0-rc.82",
|
||||
"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.81",
|
||||
"version": "1.0.0-rc.82",
|
||||
"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.81",
|
||||
"version": "1.0.0-rc.82",
|
||||
"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