build: publish v1.0.0-rc.52
This commit is contained in:
parent
3f348cb00d
commit
af695aa3eb
22
CHANGELOG.md
22
CHANGELOG.md
@ -1,3 +1,25 @@
|
||||
# [1.0.0-rc.52](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.51...v1.0.0-rc.52) (2024-4-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** 修复 `base` 相关的链接跳转错误 ([54a3b08](https://github.com/pengzhanbo/vuepress-theme-plume/commit/54a3b088d72487a3936b02bd1254587e37b6d75e))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** 导航栏、侧边栏图标支持图片链接和svg字符串 [#65](https://github.com/pengzhanbo/vuepress-theme-plume/issues/65) ([6dd3bba](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6dd3bbacc0f9f0cf97d24d91c02355773024e97b))
|
||||
* **theme:** 新增首页背景色板色调配置 ([837237c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/837237c1184a5907d8deb5c5099c96755913905f))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **theme:** 优化博客列表页翻页过渡 ([72357e9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/72357e9c376a0468aad6eb1846c0e47aa0ca2b47))
|
||||
* **theme:** 优化文章列表翻页效果 ([16f7ed6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/16f7ed699b21459b8976760e5d0e93f063538159))
|
||||
* update non-major deps to latest ([782f607](https://github.com/pengzhanbo/vuepress-theme-plume/commit/782f607dbb2ba6b3b359cddc4844c0ab77630173))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.51](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.50...v1.0.0-rc.51) (2024-4-15)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.15.7",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-auto-frontmatter",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2 - auto frontmatter",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-baidu-tongji",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2 - baidu tongji",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-blog-data",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2 - blog data",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-caniuse",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2, Support Can-I-Use feature",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-content-update",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2 - content update",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-copy-code",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2 - copy code",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-iconify",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2 - iconify",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-md-power",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2 - markdown power",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-netlify-functions",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2, Support Netlify Functions",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-notes-data",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2 - notes data",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "plugin-page-collection",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"private": true,
|
||||
"description": "The Plugin for VuePres 2",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-search",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 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.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"description": "The Plugin for VuePres 2 - shiki",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.51",
|
||||
"version": "1.0.0-rc.52",
|
||||
"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