build: publish v1.0.0-rc.74
This commit is contained in:
parent
718d9a091a
commit
0ac4e70abc
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,3 +1,20 @@
|
|||||||
|
# [1.0.0-rc.74](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.73...v1.0.0-rc.74) (2024-07-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **theme:** 修复 footer 在首页的错误渲染 ([ff776ef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ff776efb986c91abbaab54a23a45c1be99427e99))
|
||||||
|
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* **theme:** 优化 frontmatter 自动生成 ([8714d76](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8714d76a0e997865b9285275c32dbf40474a196b))
|
||||||
|
* **theme:** 优化 headers ([67f7b0e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/67f7b0e0c60969aaa5adcb17ef6c04a5bd593b5f))
|
||||||
|
* **theme:** 优化博客页面数据 ([cfbea84](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cfbea845a47785772ddfa3929d5a8cbecba5d3b0))
|
||||||
|
* **theme:** 优化侧边栏数据自动生成 ([766285e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/766285e8f820fc5f314d58f8d661f8b683db8274))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [1.0.0-rc.73](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.72...v1.0.0-rc.73) (2024-07-08)
|
# [1.0.0-rc.73](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.72...v1.0.0-rc.73) (2024-07-08)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vuepress-theme-plume-monorepo",
|
"name": "vuepress-theme-plume-monorepo",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.5.0",
|
"packageManager": "pnpm@9.5.0",
|
||||||
"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-auto-frontmatter",
|
"name": "@vuepress-plume/plugin-auto-frontmatter",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "The Plugin for VuePress 2 - auto frontmatter",
|
"description": "The Plugin for VuePress 2 - auto frontmatter",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vuepress-plume/plugin-baidu-tongji",
|
"name": "@vuepress-plume/plugin-baidu-tongji",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"description": "The Plugin for VuePress 2 - baidu tongji",
|
"description": "The Plugin for VuePress 2 - baidu tongji",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo/)",
|
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo/)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vuepress-plume/plugin-blog-data",
|
"name": "@vuepress-plume/plugin-blog-data",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"description": "The Plugin for VuePress 2 - blog data",
|
"description": "The Plugin for VuePress 2 - blog data",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vuepress-plume/plugin-caniuse",
|
"name": "@vuepress-plume/plugin-caniuse",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"description": "The Plugin for VuePress 2, Support Can-I-Use feature",
|
"description": "The Plugin for VuePress 2, Support Can-I-Use feature",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
|
|||||||
@ -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.73",
|
"version": "1.0.0-rc.74",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vuepress-plume/plugin-copy-code",
|
"name": "@vuepress-plume/plugin-copy-code",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"description": "The Plugin for VuePress 2 - copy code",
|
"description": "The Plugin for VuePress 2 - copy code",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vuepress-plume/plugin-fonts",
|
"name": "@vuepress-plume/plugin-fonts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"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-plume/plugin-iconify",
|
"name": "@vuepress-plume/plugin-iconify",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"description": "The Plugin for VuePress 2 - iconify",
|
"description": "The Plugin for VuePress 2 - iconify",
|
||||||
"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.73",
|
"version": "1.0.0-rc.74",
|
||||||
"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-notes-data",
|
"name": "@vuepress-plume/plugin-notes-data",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"description": "The Plugin for VuePress 2 - notes data",
|
"description": "The Plugin for VuePress 2 - notes data",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vuepress-plume/plugin-search",
|
"name": "@vuepress-plume/plugin-search",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"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-plume/plugin-shikiji",
|
"name": "@vuepress-plume/plugin-shikiji",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vuepress-theme-plume",
|
"name": "vuepress-theme-plume",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.73",
|
"version": "1.0.0-rc.74",
|
||||||
"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