diff --git a/lerna.json b/lerna.json index cf18d421..5a939a70 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.0.0-canary.7" + "version": "8.0.0-canary.8" } diff --git a/packages/next-server/package.json b/packages/next-server/package.json index 09fc7efa..09895eef 100644 --- a/packages/next-server/package.json +++ b/packages/next-server/package.json @@ -1,6 +1,6 @@ { "name": "next-server", - "version": "8.0.0-canary.7", + "version": "8.0.0-canary.8", "main": "./index.js", "license": "MIT", "files": [ diff --git a/packages/next/package.json b/packages/next/package.json index a410dc63..4ecf61da 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.0.0-canary.7", + "version": "8.0.0-canary.8", "description": "Minimalistic framework for server-rendered React applications", "main": "./dist/server/next.js", "license": "MIT", @@ -70,7 +70,7 @@ "loader-utils": "1.1.0", "mkdirp-then": "1.2.0", "nanoid": "1.2.1", - "next-server": "^8.0.0-canary.7", + "next-server": "^8.0.0-canary.8", "prop-types": "15.6.2", "prop-types-exact": "1.2.0", "react-error-overlay": "4.0.0",