build: publish v1.0.0-rc.107
This commit is contained in:
parent
eb58c60743
commit
452500d391
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,24 @@
|
||||
# [1.0.0-rc.107](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.106...v1.0.0-rc.107) (2024-10-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cli:** incorrect `yarn` project creation process, close [#254](https://github.com/pengzhanbo/vuepress-theme-plume/issues/254) ([#255](https://github.com/pengzhanbo/vuepress-theme-plume/issues/255)) ([08eeac7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/08eeac7cb8f9ae2e1675e1c06989641c7d8f6a49))
|
||||
* **theme:** `back-to-top` hydration Mismatch ([#257](https://github.com/pengzhanbo/vuepress-theme-plume/issues/257)) ([3fe7497](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3fe7497df17110e34b38cafdb7655e8f5957d621))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **plugin-md-power:** add support `npm-to` container ([#256](https://github.com/pengzhanbo/vuepress-theme-plume/issues/256)) ([b721bf0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b721bf08f9ecf5c71a8982f479a2909cfc7bd04d))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **theme:** improve scroll behavior ([#253](https://github.com/pengzhanbo/vuepress-theme-plume/issues/253)) ([6d918ca](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6d918ca7b8788be41f3ba92f0315a04eca54a861))
|
||||
* update deps to latest ([eb58c60](https://github.com/pengzhanbo/vuepress-theme-plume/commit/eb58c60743afd3b1e16216becc932b74631cb5b4))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.106](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.105...v1.0.0-rc.106) (2024-10-03)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.106",
|
||||
"version": "1.0.0-rc.107",
|
||||
"description": "The cli for create vuepress-theme-plume's project",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.106",
|
||||
"version": "1.0.0-rc.107",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.12.1",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-content-update",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.106",
|
||||
"version": "1.0.0-rc.107",
|
||||
"description": "The Plugin for VuePress 2 - content update",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-fonts",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.106",
|
||||
"version": "1.0.0-rc.107",
|
||||
"description": "The Plugin for VuePress 2 - fonts",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-md-power",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.106",
|
||||
"version": "1.0.0-rc.107",
|
||||
"description": "The Plugin for VuePress 2 - markdown power",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-search",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.106",
|
||||
"version": "1.0.0-rc.107",
|
||||
"description": "The Plugin for VuePress 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.106",
|
||||
"version": "1.0.0-rc.107",
|
||||
"description": "The Plugin for VuePress 2 - shiki",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.106",
|
||||
"version": "1.0.0-rc.107",
|
||||
"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