Skip to content

Commit

Permalink
v7.0.2-canary.41
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Dec 5, 2018
1 parent 6729fa4 commit 902c524
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 @@ -11,5 +11,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "7.0.2-canary.40"
"version": "7.0.2-canary.41"
}
2 changes: 1 addition & 1 deletion packages/next-server/package.json
@@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "7.0.2-canary.40",
"version": "7.0.2-canary.41",
"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": "7.0.2-canary.40",
"version": "7.0.2-canary.41",
"description": "Minimalistic framework for server-rendered React applications",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -70,7 +70,7 @@
"minimist": "1.2.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "^7.0.2-canary.40",
"next-server": "^7.0.2-canary.41",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",
Expand Down

0 comments on commit 902c524

Please sign in to comment.