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.144
This commit is contained in:
parent
6ca72d08ef
commit
bde6afad9c
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,24 @@
|
||||
# [1.0.0-rc.144](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.143...v1.0.0-rc.144) (2025-04-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **plugin-md-power:** incorrect demo container rendering ([0bf7c86](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0bf7c865ac327cae6af8ece39b54389ae4236faf))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **plugin-md-power:** add createContainerSyntaxPlugin for custom container rendering ([#564](https://github.com/pengzhanbo/vuepress-theme-plume/issues/564)) ([2e7f69b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2e7f69bb623aa9a57868ad029aef645973cfba2e))
|
||||
* **plugin-md-power:** refactor file-tree container, close [#565](https://github.com/pengzhanbo/vuepress-theme-plume/issues/565) ([#572](https://github.com/pengzhanbo/vuepress-theme-plume/issues/572)) ([599e43f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/599e43fd3cd6d982af683592e37bbb18754baee6))
|
||||
* **theme:** add support for `author` and `creation` in global copyright config, close [#573](https://github.com/pengzhanbo/vuepress-theme-plume/issues/573) ([#576](https://github.com/pengzhanbo/vuepress-theme-plume/issues/576)) ([7ecce2d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7ecce2db5cee72f441eda7ad5d2d557ecc36887d))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* update deps to latest ([740bc4e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/740bc4e364f1d2719fdce69a7ba8b5ccf1afed5e))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.143](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.142...v1.0.0-rc.143) (2025-04-19)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.143",
|
||||
"version": "1.0.0-rc.144",
|
||||
"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.143",
|
||||
"version": "1.0.0-rc.144",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.10.0",
|
||||
"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.143",
|
||||
"version": "1.0.0-rc.144",
|
||||
"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.143",
|
||||
"version": "1.0.0-rc.144",
|
||||
"description": "The Plugin for VuePress 2 - markdown power",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-replace-assets",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.143",
|
||||
"version": "1.0.0-rc.144",
|
||||
"description": "The Plugin for VuePress 2 - replace assets url",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-search",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.143",
|
||||
"version": "1.0.0-rc.144",
|
||||
"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.143",
|
||||
"version": "1.0.0-rc.144",
|
||||
"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