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.86
This commit is contained in:
parent
720cde6573
commit
fbcd141a39
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
# [1.0.0-rc.86](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.85...v1.0.0-rc.86) (2024-08-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** improve local icons load ([4a49b9f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4a49b9f0275ba61f857e7abcc0ab63c734f73373))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **plugin-shikiji:** add support for `collapsed lines` ([bb4ee6b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bb4ee6bb2d8523b4264a16bf6ea0066f8f7ea295))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **plugin-shikiji:** improve `highlight whitespace` ([48a6596](https://github.com/pengzhanbo/vuepress-theme-plume/commit/48a659629738399573a451e757652b3c0667528a))
|
||||
* **plugin-shikiji:** improve `highlight` ([199bbd9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/199bbd9a9a3663d02218a06c08f97bb16dafb7cb))
|
||||
|
||||
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.85",
|
||||
"version": "1.0.0-rc.86",
|
||||
"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.85",
|
||||
"version": "1.0.0-rc.86",
|
||||
"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.85",
|
||||
"version": "1.0.0-rc.86",
|
||||
"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.85",
|
||||
"version": "1.0.0-rc.86",
|
||||
"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.85",
|
||||
"version": "1.0.0-rc.86",
|
||||
"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.85",
|
||||
"version": "1.0.0-rc.86",
|
||||
"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.85",
|
||||
"version": "1.0.0-rc.86",
|
||||
"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