mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-05-01 12:38:12 +08:00
build: publish v1.0.0-rc.197
This commit is contained in:
parent
32fb93bf35
commit
a9e7ebd6ba
19
CHANGELOG.md
19
CHANGELOG.md
@ -1,3 +1,22 @@
|
||||
# [1.0.0-rc.197](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.196...v1.0.0-rc.197) (2026-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** fix table horizontal overflow on narrow screens ([#895](https://github.com/pengzhanbo/vuepress-theme-plume/issues/895)) ([2bfdec8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2bfdec82d7c9a07a84d55b6540b21e90d9ed9b38))
|
||||
* **theme:** fix collapse interaction failed when sidebar group set `link` ([#896](https://github.com/pengzhanbo/vuepress-theme-plume/issues/896)) ([3265be8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3265be84a9b10007e65780ac897852e5ec6b29fc))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **plugin-md-power:** add `logo` support for qrcode ([#898](https://github.com/pengzhanbo/vuepress-theme-plume/issues/898)) ([4614041](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4614041bbfb8092c9d25f04f027862774723866c))
|
||||
* **plugin-md-power:** add support for obsidian callout syntax ([#897](https://github.com/pengzhanbo/vuepress-theme-plume/issues/897)) ([a9ddb04](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a9ddb04acdc0158e6a41f083aa3b6a255140c93d))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* update deps to latest ([32fb93b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/32fb93bf35007432a26d46ebeb47727d2b83e2f8))
|
||||
|
||||
# [1.0.0-rc.196](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.195...v1.0.0-rc.196) (2026-04-19)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.196",
|
||||
"version": "1.0.0-rc.197",
|
||||
"description": "The cli for create vuepress-theme-plume's project",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.196",
|
||||
"version": "1.0.0-rc.197",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.33.2",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-fonts",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.196",
|
||||
"version": "1.0.0-rc.197",
|
||||
"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.196",
|
||||
"version": "1.0.0-rc.197",
|
||||
"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.196",
|
||||
"version": "1.0.0-rc.197",
|
||||
"description": "The Plugin for VuePress 2 - local search",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.196",
|
||||
"version": "1.0.0-rc.197",
|
||||
"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