Skip to content

Commit

Permalink
v8.0.0-canary.18
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Feb 1, 2019
1 parent 1a416b6 commit b2b2041
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -14,5 +14,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.0-canary.17"
"version": "8.0.0-canary.18"
}
2 changes: 1 addition & 1 deletion packages/next-server/package.json
@@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "8.0.0-canary.17",
"version": "8.0.0-canary.18",
"main": "./index.js",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "8.0.0-canary.17",
"version": "8.0.0-canary.18",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -71,7 +71,7 @@
"loader-utils": "1.1.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "8.0.0-canary.17",
"next-server": "8.0.0-canary.18",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",
Expand Down

0 comments on commit b2b2041

Please sign in to comment.