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.130
This commit is contained in:
parent
06752c3d70
commit
48887d5094
25
CHANGELOG.md
25
CHANGELOG.md
@ -1,3 +1,28 @@
|
||||
# [1.0.0-rc.130](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.129...v1.0.0-rc.130) (2025-02-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** improve `force-dark` in development ([#450](https://github.com/pengzhanbo/vuepress-theme-plume/issues/450)) ([149d318](https://github.com/pengzhanbo/vuepress-theme-plume/commit/149d31818f5b99e69ce5134ffac1b9b2de36c9b3))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **plugin-md-power:** improve `normal demo` sandbox ([#448](https://github.com/pengzhanbo/vuepress-theme-plume/issues/448)) ([c703b89](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c703b89e1c9644275fd2d3628afdb772b50c3b1a))
|
||||
* **theme:** add `sidebarScrollbar` options, close [#425](https://github.com/pengzhanbo/vuepress-theme-plume/issues/425) ([#460](https://github.com/pengzhanbo/vuepress-theme-plume/issues/460)) ([8631727](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8631727ec31c754e3c4844fddc30ae1159e98523))
|
||||
* **theme:** add custom color support for badge components, close [#453](https://github.com/pengzhanbo/vuepress-theme-plume/issues/453) ([#455](https://github.com/pengzhanbo/vuepress-theme-plume/issues/455)) ([a2282f5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a2282f51c66503ce68213b39a949319c80aa1ecb))
|
||||
* **theme:** add icon support for home hero actions ([#456](https://github.com/pengzhanbo/vuepress-theme-plume/issues/456)) ([90db034](https://github.com/pengzhanbo/vuepress-theme-plume/commit/90db0346718874d5eb352238a37f3cedf2b533c7))
|
||||
* **theme:** improve doc copyright link text ([#457](https://github.com/pengzhanbo/vuepress-theme-plume/issues/457)) ([3017bd7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3017bd7a9485844bd9707ec74ef00965207d9589))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **plugin-search:** improve search cache ([#451](https://github.com/pengzhanbo/vuepress-theme-plume/issues/451)) ([4ed2ed4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4ed2ed49a85978b0ffcda9bbe50db948518b9e89))
|
||||
* **plugin-shikiji:** improve twoslash ([#459](https://github.com/pengzhanbo/vuepress-theme-plume/issues/459)) ([861512d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/861512d402cb713aa1fb9c3ce31ccc1406f559ba))
|
||||
* update deps to latest ([fe1ea11](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fe1ea1167d22f25adc9ca4360fbd1681134466ad))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.129](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.128...v1.0.0-rc.129) (2025-01-21)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.129",
|
||||
"version": "1.0.0-rc.130",
|
||||
"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.129",
|
||||
"version": "1.0.0-rc.130",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.2.1",
|
||||
"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.129",
|
||||
"version": "1.0.0-rc.130",
|
||||
"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.129",
|
||||
"version": "1.0.0-rc.130",
|
||||
"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.129",
|
||||
"version": "1.0.0-rc.130",
|
||||
"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.129",
|
||||
"version": "1.0.0-rc.130",
|
||||
"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.129",
|
||||
"version": "1.0.0-rc.130",
|
||||
"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.129",
|
||||
"version": "1.0.0-rc.130",
|
||||
"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