build: publish v1.0.0-rc.106
This commit is contained in:
parent
5509bf460c
commit
cd533d6f02
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
# [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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** incorrect task list style in mobile, close [#247](https://github.com/pengzhanbo/vuepress-theme-plume/issues/247) ([#252](https://github.com/pengzhanbo/vuepress-theme-plume/issues/252)) ([5509bf4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5509bf460ce4543ddc4e61e97f6bdd53101f89cb))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** add attr `name` for navbar social icon ([#249](https://github.com/pengzhanbo/vuepress-theme-plume/issues/249)) ([45b2a36](https://github.com/pengzhanbo/vuepress-theme-plume/commit/45b2a36798592a677fea26647d0ac2805aa889ce))
|
||||
* **theme:** add fs cache for encrypt and icons ([#248](https://github.com/pengzhanbo/vuepress-theme-plume/issues/248)) ([2a35570](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2a355705ff206a8a12d9fbaf93d3509d976c8dd9))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **plugin-md-power:** add unset `languages` warning ([#251](https://github.com/pengzhanbo/vuepress-theme-plume/issues/251)) ([6fac619](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6fac619031421daab0901c94145474b49dac9182))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.105](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.104...v1.0.0-rc.105) (2024-10-01)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.105",
|
||||
"version": "1.0.0-rc.106",
|
||||
"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.105",
|
||||
"version": "1.0.0-rc.106",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.11.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.105",
|
||||
"version": "1.0.0-rc.106",
|
||||
"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.105",
|
||||
"version": "1.0.0-rc.106",
|
||||
"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.105",
|
||||
"version": "1.0.0-rc.106",
|
||||
"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.105",
|
||||
"version": "1.0.0-rc.106",
|
||||
"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.105",
|
||||
"version": "1.0.0-rc.106",
|
||||
"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.105",
|
||||
"version": "1.0.0-rc.106",
|
||||
"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