build: publish v1.0.0-rc.39
This commit is contained in:
parent
67577e7067
commit
bd8dea5743
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,3 +1,19 @@
|
||||
# [1.0.0-rc.39](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.38...v1.0.0-rc.39) (2024-2-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** 新增 加密 功能 ([254eb7a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/254eb7a9ead1d256de3bcae894130e081a68caed))
|
||||
* **theme:** add `showOutline` prop to LocalNav ([ecd2064](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ecd20647dd9dbea1c1bfcf27fbfd6a5e171c1763))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **plugin-shikiji:** add `experiment` type ([205cb13](https://github.com/pengzhanbo/vuepress-theme-plume/commit/205cb1336c2db651390514bc22999d1781adc07b))
|
||||
* **theme:** 右侧边栏添加 headers 判断控制显示 ([ba899ec](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ba899ec7ca3a454fdf3ca39003a2024080645b76))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.38](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.37...v1.0.0-rc.38) (2024-2-24)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.15.3",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"description": "The Plugin for VuePres 2 - iconify",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-netlify-functions",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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.38",
|
||||
"version": "1.0.0-rc.39",
|
||||
"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