diff --git a/lerna.json b/lerna.json index 118fa442a6..26d6b9a30e 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.1.1-canary.35" + "version": "8.1.1-canary.36" } diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index cf257b1e01..319f3a1f6e 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.35", + "version": "8.1.1-canary.36", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index c681953c37..42311dfe10 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.35", + "version": "8.1.1-canary.36", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-server/package.json b/packages/next-server/package.json index bf103b55d2..3b3853735f 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.35", + "version": "8.1.1-canary.36", "main": "./index.js", "license": "MIT", "repository": "zeit/next.js", diff --git a/packages/next/package.json b/packages/next/package.json index 81c43af86d..40d48277b2 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.1.1-canary.35", + "version": "8.1.1-canary.36", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -81,7 +81,7 @@ "launch-editor": "2.2.1", "loader-utils": "1.2.3", "mkdirp": "0.5.1", - "next-server": "8.1.1-canary.35", + "next-server": "8.1.1-canary.36", "prop-types": "15.7.2", "prop-types-exact": "1.2.0", "react-error-overlay": "5.1.6",