diff --git a/lerna.json b/lerna.json index da762b20..96a1ba2f 100644 --- a/lerna.json +++ b/lerna.json @@ -10,9 +10,12 @@ }, "publish": { "npmClient": "npm", - "allowBranch": ["master", "canary"], + "allowBranch": [ + "master", + "canary" + ], "registry": "https://registry.npmjs.org/" } }, - "version": "8.0.0-canary.23" + "version": "8.0.0" } diff --git a/packages/next-server/package.json b/packages/next-server/package.json index 0e77e557..c01a54d2 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.23", + "version": "8.0.0", "main": "./index.js", "license": "MIT", "files": [ diff --git a/packages/next/package.json b/packages/next/package.json index 6d27fdc6..d9cd2d00 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.0.0-canary.23", + "version": "8.0.0", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -72,7 +72,7 @@ "loader-utils": "1.1.0", "mkdirp-then": "1.2.0", "nanoid": "1.2.1", - "next-server": "8.0.0-canary.23", + "next-server": "8.0.0", "prop-types": "15.6.2", "prop-types-exact": "1.2.0", "react-error-overlay": "4.0.0",