Skip to content

Commit

Permalink
v1.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
recoluan committed Feb 28, 2023
1 parent dddb79c commit c908ae3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.6.16",
"version": "1.6.17",
"npmClient": "yarn",
"useWorkspaces": true
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress-reco/vuepress-plugin-pagation",
"version": "1.6.13",
"version": "1.6.17",
"description": "Pagation plugin for vuepress-theme-reco or other vuepress theme",
"keywords": [
"vuepress-theme-reco",
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress-theme-reco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-reco",
"version": "1.6.16",
"version": "1.6.17",
"description": "A simple and beautiful vuepress Blog & Doc theme.",
"keywords": [
"vuepress",
Expand All @@ -22,7 +22,7 @@
"@vuepress-reco/core": "^1.6.14-beta.0",
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.6.13",
"@vuepress-reco/vuepress-plugin-comments": "^1.6.13",
"@vuepress-reco/vuepress-plugin-pagation": "^1.6.13",
"@vuepress-reco/vuepress-plugin-pagation": "^1.6.17",
"@vuepress/plugin-blog": "1.9.2",
"@vuepress/plugin-medium-zoom": "1.5.0",
"docsearch.js": "2.6.3",
Expand Down

0 comments on commit c908ae3

Please sign in to comment.