From 9f65e50b6685bf72d98856ec74cb0aca80438985 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Mon, 8 Jul 2019 02:23:36 -0400 Subject: [PATCH] v8.1.1-canary.70 --- lerna.json | 2 +- packages/next-bundle-analyzer/package.json | 2 +- packages/next-mdx/package.json | 2 +- packages/next-server/package.json | 2 +- packages/next/package.json | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 257d540dd0..00913c2299 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.1.1-canary.69" + "version": "8.1.1-canary.70" } diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index 0f80e6b741..5ce57720c8 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.69", + "version": "8.1.1-canary.70", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index ef1f389369..735198ed54 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.69", + "version": "8.1.1-canary.70", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-server/package.json b/packages/next-server/package.json index d60f334883..6fc5017525 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.69", + "version": "8.1.1-canary.70", "main": "./index.js", "license": "MIT", "repository": "zeit/next.js", diff --git a/packages/next/package.json b/packages/next/package.json index 92758e8c51..3d3a22595e 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.1.1-canary.69", + "version": "8.1.1-canary.70", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -82,7 +82,7 @@ "launch-editor": "2.2.1", "loader-utils": "1.2.3", "mkdirp": "0.5.1", - "next-server": "8.1.1-canary.69", + "next-server": "8.1.1-canary.70", "prop-types": "15.7.2", "prop-types-exact": "1.2.0", "react-error-overlay": "5.1.6", -- GitLab