build: publish v1.0.0-rc.101

This commit is contained in:
pengzhanbo 2024-09-21 06:24:43 +08:00
parent 01a3abf28f
commit c83a2e081f
9 changed files with 25 additions and 8 deletions

View File

@ -1,3 +1,20 @@
# [1.0.0-rc.101](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.100...v1.0.0-rc.101) (2024-09-20)
### Features
* **theme:** add support post cover for blog post list ([#196](https://github.com/pengzhanbo/vuepress-theme-plume/issues/196)) ([39ad1c5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/39ad1c56d2f9aecc2ff0c5bebfb7cef21cee577a))
### Performance Improvements
* **plugin-md-power:** support more file-tree icons ([#197](https://github.com/pengzhanbo/vuepress-theme-plume/issues/197)) ([defa4d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/defa4d28ce3b02f45bafd421388f5e26ed812eea))
* **theme:** optimize blog layout ([#198](https://github.com/pengzhanbo/vuepress-theme-plume/issues/198)) ([ef34b91](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef34b915b0a6488e15700217000910444c6e910e))
* **theme:** replace ` file-tree` icons with colored icons ([#194](https://github.com/pengzhanbo/vuepress-theme-plume/issues/194)) ([bf67227](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bf672279c4e2d42d033b23713557b70c1a9664d1))
* update deps to latest ([01a3abf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/01a3abf28f4e259e0ea629b12e1f1cc2843631ed))
# [1.0.0-rc.100](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.99...v1.0.0-rc.100) (2024-09-18) # [1.0.0-rc.100](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.99...v1.0.0-rc.100) (2024-09-18)

View File

@ -1,7 +1,7 @@
{ {
"name": "create-vuepress-theme-plume", "name": "create-vuepress-theme-plume",
"type": "module", "type": "module",
"version": "1.0.0-rc.100", "version": "1.0.0-rc.101",
"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",

View File

@ -1,7 +1,7 @@
{ {
"name": "vuepress-theme-plume-monorepo", "name": "vuepress-theme-plume-monorepo",
"type": "module", "type": "module",
"version": "1.0.0-rc.100", "version": "1.0.0-rc.101",
"private": true, "private": true,
"packageManager": "pnpm@9.11.0", "packageManager": "pnpm@9.11.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)", "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",

View File

@ -1,7 +1,7 @@
{ {
"name": "@vuepress-plume/plugin-content-update", "name": "@vuepress-plume/plugin-content-update",
"type": "module", "type": "module",
"version": "1.0.0-rc.100", "version": "1.0.0-rc.101",
"description": "The Plugin for VuePress 2 - content update", "description": "The Plugin for VuePress 2 - content update",
"author": "pengzhanbo <volodymyr@foxmail.com>", "author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "@vuepress-plume/plugin-fonts", "name": "@vuepress-plume/plugin-fonts",
"type": "module", "type": "module",
"version": "1.0.0-rc.100", "version": "1.0.0-rc.101",
"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",

View File

@ -1,7 +1,7 @@
{ {
"name": "vuepress-plugin-md-power", "name": "vuepress-plugin-md-power",
"type": "module", "type": "module",
"version": "1.0.0-rc.100", "version": "1.0.0-rc.101",
"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",

View File

@ -1,7 +1,7 @@
{ {
"name": "@vuepress-plume/plugin-search", "name": "@vuepress-plume/plugin-search",
"type": "module", "type": "module",
"version": "1.0.0-rc.100", "version": "1.0.0-rc.101",
"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",

View File

@ -1,7 +1,7 @@
{ {
"name": "@vuepress-plume/plugin-shikiji", "name": "@vuepress-plume/plugin-shikiji",
"type": "module", "type": "module",
"version": "1.0.0-rc.100", "version": "1.0.0-rc.101",
"description": "The Plugin for VuePress 2 - shiki", "description": "The Plugin for VuePress 2 - shiki",
"author": "pengzhanbo <volodymyr@foxmail.com>", "author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "vuepress-theme-plume", "name": "vuepress-theme-plume",
"type": "module", "type": "module",
"version": "1.0.0-rc.100", "version": "1.0.0-rc.101",
"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",