build: publish v1.0.0-rc.159
This commit is contained in:
parent
05bfd4add1
commit
b08401ee30
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,3 +1,19 @@
|
|||||||
|
# [1.0.0-rc.159](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.158...v1.0.0-rc.159) (2025-07-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **plugin-md-power:** add `table` container, close [#652](https://github.com/pengzhanbo/vuepress-theme-plume/issues/652) ([#655](https://github.com/pengzhanbo/vuepress-theme-plume/issues/655)) ([3718346](https://github.com/pengzhanbo/vuepress-theme-plume/commit/371834640b8be4747116fe05dfae6c29f81be19f))
|
||||||
|
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* **plugin-md-power:** improve `image-size` ([0443c6f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0443c6ff059291adfd043807913b49bbbd8b44e7))
|
||||||
|
* **theme:** improve iconfont layout ([b120633](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b120633453ea25c4b3226a0a663195acdd07e4f4))
|
||||||
|
* update deps to latest ([05bfd4a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/05bfd4add14ac381b6f30d9a88137d3d73786291))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [1.0.0-rc.158](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.157...v1.0.0-rc.158) (2025-07-20)
|
# [1.0.0-rc.158](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.157...v1.0.0-rc.158) (2025-07-20)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "create-vuepress-theme-plume",
|
"name": "create-vuepress-theme-plume",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.158",
|
"version": "1.0.0-rc.159",
|
||||||
"description": "The cli for create vuepress-theme-plume's project",
|
"description": "The cli for create vuepress-theme-plume's project",
|
||||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vuepress-theme-plume-monorepo",
|
"name": "vuepress-theme-plume-monorepo",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.158",
|
"version": "1.0.0-rc.159",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.13.1",
|
"packageManager": "pnpm@10.13.1",
|
||||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vuepress-plume/plugin-fonts",
|
"name": "@vuepress-plume/plugin-fonts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.158",
|
"version": "1.0.0-rc.159",
|
||||||
"description": "The Plugin for VuePress 2 - fonts",
|
"description": "The Plugin for VuePress 2 - fonts",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vuepress-plugin-md-power",
|
"name": "vuepress-plugin-md-power",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.158",
|
"version": "1.0.0-rc.159",
|
||||||
"description": "The Plugin for VuePress 2 - markdown power",
|
"description": "The Plugin for VuePress 2 - markdown power",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vuepress-plume/plugin-search",
|
"name": "@vuepress-plume/plugin-search",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.158",
|
"version": "1.0.0-rc.159",
|
||||||
"description": "The Plugin for VuePress 2 - local search",
|
"description": "The Plugin for VuePress 2 - local search",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vuepress-theme-plume",
|
"name": "vuepress-theme-plume",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.158",
|
"version": "1.0.0-rc.159",
|
||||||
"description": "A Blog&Document Theme for VuePress 2.0",
|
"description": "A Blog&Document Theme for VuePress 2.0",
|
||||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user