diff --git a/lerna.json b/lerna.json index 89731723..978277aa 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "7.0.2-canary.16" + "version": "7.0.2-canary.17" } diff --git a/packages/next-server/package.json b/packages/next-server/package.json index 00251fc6..54f60c3f 100644 --- a/packages/next-server/package.json +++ b/packages/next-server/package.json @@ -1,6 +1,6 @@ { "name": "next-server", - "version": "7.0.2-canary.16", + "version": "7.0.2-canary.17", "main": "./index.js", "files": [ "dist", diff --git a/packages/next/package.json b/packages/next/package.json index abe34fc2..d23a1a5b 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "7.0.2-canary.16", + "version": "7.0.2-canary.17", "description": "Minimalistic framework for server-rendered React applications", "main": "./dist/server/next.js", "license": "MIT", @@ -70,7 +70,7 @@ "minimist": "1.2.0", "mkdirp-then": "1.2.0", "nanoid": "1.2.1", - "next-server": "^7.0.2-canary.16", + "next-server": "^7.0.2-canary.17", "path-to-regexp": "2.1.0", "prop-types": "15.6.2", "prop-types-exact": "1.2.0",