mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
build: publish v1.0.0-rc.97
This commit is contained in:
parent
6724466c84
commit
34a1d7a19c
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
# [1.0.0-rc.97](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.96...v1.0.0-rc.97) (2024-09-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** incorrect scroll behavior when `route.hash` changed ([3d3b49d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3d3b49da57ffd627d07a09e06f6a700094ee77fe))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **plugin-md-power:** add `imageSize` plugin ([1d09eb4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1d09eb4183e4293481b8690ee06d09ceaf27f30a))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **cli:** update templates ([eaa0b46](https://github.com/pengzhanbo/vuepress-theme-plume/commit/eaa0b466ac8031b645d8b30baf2d4b80911b98bc))
|
||||
* update deps to latest ([3313229](https://github.com/pengzhanbo/vuepress-theme-plume/commit/33132297e15297dd7459c2176bb46bdaae0bb917))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.96](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.95...v1.0.0-rc.96) (2024-09-05)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.96",
|
||||
"version": "1.0.0-rc.97",
|
||||
"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.96",
|
||||
"version": "1.0.0-rc.97",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.9.0",
|
||||
"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.96",
|
||||
"version": "1.0.0-rc.97",
|
||||
"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.96",
|
||||
"version": "1.0.0-rc.97",
|
||||
"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.96",
|
||||
"version": "1.0.0-rc.97",
|
||||
"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.96",
|
||||
"version": "1.0.0-rc.97",
|
||||
"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.96",
|
||||
"version": "1.0.0-rc.97",
|
||||
"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.96",
|
||||
"version": "1.0.0-rc.97",
|
||||
"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