This commit is contained in:
reco_luan 2020-09-15 23:57:54 +08:00
parent 00a4e3f5ba
commit 98f64814b5
7 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.5.5",
"version": "1.5.7",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-back-to-top",
"version": "1.5.5",
"version": "1.5.7",
"description": "Back-to-top plugin for vuepress-theme-reco or other vuepress theme",
"keywords": [
"vuepress-theme-reco",

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-bulletin-popover",
"version": "1.5.5",
"version": "1.5.7",
"description": "Bulletin popover plugin for vuepress-theme-reco or other vuepress theme",
"keywords": [
"vuepress-theme-reco",

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-comments",
"version": "1.4.6",
"version": "1.5.7",
"description": "Comments plugin for vuepress-theme-reco or other vuepress theme",
"keywords": [
"vuepress-theme-reco",

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-loading-page",
"version": "1.4.0",
"version": "1.5.7",
"description": "Loading page plugin for vuepress-theme-reco or other vuepress theme",
"keywords": [
"vuepress-theme-reco",

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-pagation",
"version": "1.4.7",
"version": "1.5.7",
"description": "Pagation plugin for vuepress-theme-reco or other vuepress theme",
"keywords": [
"vuepress-theme-reco",

View File

@ -1,6 +1,6 @@
{
"name": "vuepress-theme-reco",
"version": "1.5.5",
"version": "1.5.7",
"description": "A simple and beautiful vuepress Blog & Doc theme.",
"keywords": [
"vuepress",
@ -19,10 +19,10 @@
"author": "reco_luan",
"main": "index.js",
"dependencies": {
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.5.5",
"@vuepress-reco/vuepress-plugin-comments": "^1.4.6",
"@vuepress-reco/vuepress-plugin-loading-page": "^1.4.0",
"@vuepress-reco/vuepress-plugin-pagation": "^1.4.7",
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.5.7",
"@vuepress-reco/vuepress-plugin-comments": "^1.5.7",
"@vuepress-reco/vuepress-plugin-loading-page": "^1.5.7",
"@vuepress-reco/vuepress-plugin-pagation": "^1.5.7",
"@vuepress/plugin-blog": "1.9.2",
"@vuepress/plugin-medium-zoom": "1.5.0",
"docsearch.js": "2.6.3",