Skip to content

Commit

Permalink
v7.0.2-canary.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 3, 2018
1 parent 42c0af9 commit 9358657
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.6"
"version": "7.0.2-canary.7"
}
2 changes: 1 addition & 1 deletion packages/next-server/package.json
@@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "7.0.2-canary.6",
"version": "7.0.2-canary.7",
"main": "./index.js",
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "7.0.2-canary.6",
"version": "7.0.2-canary.7",
"description": "Minimalistic framework for server-rendered React applications",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -81,7 +81,7 @@
"minimist": "1.2.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "^7.0.2-canary.6",
"next-server": "^7.0.2-canary.7",
"path-to-regexp": "2.1.0",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
Expand Down

0 comments on commit 9358657

Please sign in to comment.