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.112
This commit is contained in:
parent
eadbc76082
commit
ec0bc9977f
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
# [1.0.0-rc.112](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.111...v1.0.0-rc.112) (2024-10-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** incorrect home hero background styles, close [#304](https://github.com/pengzhanbo/vuepress-theme-plume/issues/304) ([#305](https://github.com/pengzhanbo/vuepress-theme-plume/issues/305)) ([ef78eea](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef78eeab7aa5bcdd55f476edbc3b0029b8f131fb))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** add `footer-content` slot ([#299](https://github.com/pengzhanbo/vuepress-theme-plume/issues/299)) ([3f7fa41](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3f7fa4133ce4cec47fa5f5e58cc714368ab4c283))
|
||||
* **theme:** add support for bulletin, close [#280](https://github.com/pengzhanbo/vuepress-theme-plume/issues/280) ([#298](https://github.com/pengzhanbo/vuepress-theme-plume/issues/298)) ([7c779b2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7c779b237fa19c3071ef054104469805704455f7))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* update deps to latest ([561d8eb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/561d8eb3c0ee565697a30a452d7b1b0e49f62457))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.111](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.110...v1.0.0-rc.111) (2024-10-18)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.111",
|
||||
"version": "1.0.0-rc.112",
|
||||
"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.111",
|
||||
"version": "1.0.0-rc.112",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.12.2",
|
||||
"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.111",
|
||||
"version": "1.0.0-rc.112",
|
||||
"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.111",
|
||||
"version": "1.0.0-rc.112",
|
||||
"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.111",
|
||||
"version": "1.0.0-rc.112",
|
||||
"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.111",
|
||||
"version": "1.0.0-rc.112",
|
||||
"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.111",
|
||||
"version": "1.0.0-rc.112",
|
||||
"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.111",
|
||||
"version": "1.0.0-rc.112",
|
||||
"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