build: publish v1.0.0-rc.87
This commit is contained in:
parent
3a07d55e75
commit
4c5b952af2
19
CHANGELOG.md
19
CHANGELOG.md
@ -1,3 +1,22 @@
|
||||
# [1.0.0-rc.87](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.86...v1.0.0-rc.87) (2024-08-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** add component `<ImageCard />` ([edc0297](https://github.com/pengzhanbo/vuepress-theme-plume/commit/edc0297c0ca3f506a5e8200e5722dd296ff1f085))
|
||||
* **theme:** add component `<VPImageCard />` ([e6f2e3f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e6f2e3fe648b099e9c0d1f50bcea8dcddc16a26a))
|
||||
* **theme:** improve types ([33b7c99](https://github.com/pengzhanbo/vuepress-theme-plume/commit/33b7c993726b72d27a1f427afff40075f898b715))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **theme:** improve doc aside layout ([24229dd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/24229ddb6e8caabcd4898556383c6ea30ce3b0c4))
|
||||
* **theme:** navbar transition ([dae7b1c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dae7b1ccdae666194910be61750a3a17ccee10bf))
|
||||
* update deps to latest ([369a170](https://github.com/pengzhanbo/vuepress-theme-plume/commit/369a170813dc8e0b33eb93a892cc97fa970d8c5a))
|
||||
* update deps to latest ([5b0d476](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5b0d47678c29d31da069d3041441a2c648cdbe6c))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.86](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.85...v1.0.0-rc.86) (2024-08-14)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.86",
|
||||
"version": "1.0.0-rc.87",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.7.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.86",
|
||||
"version": "1.0.0-rc.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-rc.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-rc.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-rc.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-rc.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-rc.87",
|
||||
"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