Skip to content

Commit

Permalink
Add widgets page to sidebar. Update upil plugin to fix wizard mode mi…
Browse files Browse the repository at this point in the history
…ssing new widgets issue.
  • Loading branch information
wallslide committed Aug 7, 2020
1 parent e81b242 commit 7b726cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module.exports = {
sidebar: [
'/',
'/language/',
'/development/'
'/development/',
'/widgets/'
],
sidebarDepth: 2
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@appsocially/userpil-core": "^1.1.7",
"@appsocially/vue-upil": "^0.1.11",
"@appsocially/vue-upil": "^0.1.12",
"core-js": "^3.6.5",
"vee-validate": "^3.3.7",
"vue": "^2.6.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
redux "^4.0.1"
vue-loader "^15.7.1"

"@appsocially/vue-upil@^0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@appsocially/vue-upil/-/vue-upil-0.1.11.tgz#5f3843a5567640d09ffa35737b29dcedebe47c7e"
integrity sha512-iFYbhZTvVsQCEhtDaB54/2AM5hS7LKahmZLYbW25gIr96JUWhMYPzdKGPCznupfa9e1iFUFr4g3AX5VgCGQf5A==
"@appsocially/vue-upil@^0.1.12":
version "0.1.12"
resolved "https://registry.yarnpkg.com/@appsocially/vue-upil/-/vue-upil-0.1.12.tgz#982eae6df47eccf6911ff8a3cb46430a4c6afaa2"
integrity sha512-5R+jrJ0BWgpQQZJ0NXeDizSUZadqzXbbnFo+qMSiIOaGQCHWoCs2KvHUYMQUuadg+4xJeO2PFXAOmRq7OyNcMQ==
dependencies:
core-js "^3.6.4"
date-fns "^2.15.0"
Expand Down

0 comments on commit 7b726cd

Please sign in to comment.