Skip to content

Commit

Permalink
chore: set version to 0.38 controlpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Jan 14, 2020
1 parent 8403f68 commit dae7828
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/controlpanel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"preexport": "next build",
"export": "next export",
"update-schema": "npx apollo service:download",
"prepare": "npm run export"
"prepublishOnly": "npm run export"
},
"dependencies": {
"serve-static": "^1.14.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/minimal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.8.3",
"@unchainedshop/controlpanel": "^0.37.1",
"@unchainedshop/controlpanel": "^0.38.0",
"apollo-server-express": "^2.9.14",
"bcrypt": "^3.0.7",
"braintree": "^2.21.0",
Expand Down

0 comments on commit dae7828

Please sign in to comment.