build: publish v1.0.0-rc.55
This commit is contained in:
parent
5787a47c47
commit
cf14ee0a3d
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,3 +1,26 @@
|
|||||||
|
# [1.0.0-rc.55](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.54...v1.0.0-rc.55) (2024-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* back to top percentage issue [#72](https://github.com/pengzhanbo/vuepress-theme-plume/issues/72) ([e1955e8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e1955e8a0363bb0a8947dc324e046ec378c6e529))
|
||||||
|
* replit no longer supports embed mode [#74](https://github.com/pengzhanbo/vuepress-theme-plume/issues/74) ([2b2a43e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2b2a43ed6d9d489ff198b359a3dfafbe201250e6))
|
||||||
|
* scrollbar in tab and code tabs [#73](https://github.com/pengzhanbo/vuepress-theme-plume/issues/73) ([b2d244c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b2d244c6468b136dcece8fdf8391427d8c0074d9))
|
||||||
|
* **theme:** navScreen style `inset` ([5787a47](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5787a47c47ea8587bf5108db843be42d4c2190fe))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **plugin-md-power:** 支持可编辑的代码演示 ([5addb31](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5addb31e9181be0b7ddfdb431a5f7634ed97057f))
|
||||||
|
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* supplement content MIT protocol ([1182f3e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1182f3edc0ba27b7a6eb4827158c106918c9f38a))
|
||||||
|
* update non-major deps ([2127ca4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2127ca44a8e97c8b018a4ed65e9bc94f3ef4a633))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [1.0.0-rc.54](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.53...v1.0.0-rc.54) (2024-4-28)
|
# [1.0.0-rc.54](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.53...v1.0.0-rc.54) (2024-4-28)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vuepress-theme-plume-monorepo",
|
"name": "vuepress-theme-plume-monorepo",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.54",
|
"version": "1.0.0-rc.55",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.0.6",
|
"packageManager": "pnpm@9.0.6",
|
||||||
"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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - auto frontmatter",
|
"description": "The Plugin for VuePres 2 - auto frontmatter",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - baidu tongji",
|
"description": "The Plugin for VuePres 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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - blog data",
|
"description": "The Plugin for VuePres 2 - blog data",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vuepress-plume/plugin-caniuse",
|
"name": "@vuepress-plume/plugin-caniuse",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2, Support Can-I-Use feature",
|
"description": "The Plugin for VuePres 2, Support Can-I-Use feature",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - content update",
|
"description": "The Plugin for VuePres 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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - copy code",
|
"description": "The Plugin for VuePres 2 - copy code",
|
||||||
"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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - iconify",
|
"description": "The Plugin for VuePres 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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - markdown power",
|
"description": "The Plugin for VuePres 2 - markdown power",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vuepress-plugin-netlify-functions",
|
"name": "vuepress-plugin-netlify-functions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2, Support Netlify Functions",
|
"description": "The Plugin for VuePres 2, Support Netlify Functions",
|
||||||
"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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - notes data",
|
"description": "The Plugin for VuePres 2 - notes data",
|
||||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "plugin-page-collection",
|
"name": "plugin-page-collection",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0-rc.54",
|
"version": "1.0.0-rc.55",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "The Plugin for VuePres 2",
|
"description": "The Plugin for VuePres 2",
|
||||||
"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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - local search",
|
"description": "The Plugin for VuePres 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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"description": "The Plugin for VuePres 2 - shiki",
|
"description": "The Plugin for VuePres 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.54",
|
"version": "1.0.0-rc.55",
|
||||||
"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