diff --git a/lerna.json b/lerna.json index 4c3cb4a34b..3e6fc475c6 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.1.1-canary.4" + "version": "8.1.1-canary.5" } diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index ba4c96a667..67ee8ff2b9 100644 --- a/packages/next-bundle-analyzer/package.json +++ b/packages/next-bundle-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@next/bundle-analyzer", - "version": "8.1.1-canary.4", + "version": "8.1.1-canary.5", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index a2bdd03a90..5571b80623 100644 --- a/packages/next-mdx/package.json +++ b/packages/next-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@next/mdx", - "version": "8.1.1-canary.4", + "version": "8.1.1-canary.5", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-server/package.json b/packages/next-server/package.json index 2e484958bf..88174dbe52 100644 --- a/packages/next-server/package.json +++ b/packages/next-server/package.json @@ -1,6 +1,6 @@ { "name": "next-server", - "version": "8.1.1-canary.4", + "version": "8.1.1-canary.5", "main": "./index.js", "license": "MIT", "repository": "zeit/next.js", diff --git a/packages/next/package.json b/packages/next/package.json index da3a4c752b..592afab73d 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.1.1-canary.4", + "version": "8.1.1-canary.5", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -77,7 +77,7 @@ "launch-editor": "2.2.1", "loader-utils": "1.1.0", "mkdirp": "0.5.1", - "next-server": "8.1.1-canary.4", + "next-server": "8.1.1-canary.5", "prop-types": "15.6.2", "prop-types-exact": "1.2.0", "react-error-overlay": "5.1.4",