From 463c8435c5a7107632ce9c4107ab9de0057cca71 Mon Sep 17 00:00:00 2001 From: Connor Davis Date: Wed, 24 Apr 2019 15:03:21 -0500 Subject: [PATCH] v8.1.1-canary.7 --- 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 a1eb0d7fa0..ce509feb08 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.1.1-canary.6" + "version": "8.1.1-canary.7" } diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index dd353cf1be..2bc27a0855 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.6", + "version": "8.1.1-canary.7", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 76d4bda2df..53b767313a 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.6", + "version": "8.1.1-canary.7", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-server/package.json b/packages/next-server/package.json index f51405f057..07631a38b4 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.6", + "version": "8.1.1-canary.7", "main": "./index.js", "license": "MIT", "repository": "zeit/next.js", diff --git a/packages/next/package.json b/packages/next/package.json index b3d665e7f1..97eb10e856 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.1.1-canary.6", + "version": "8.1.1-canary.7", "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.6", + "next-server": "8.1.1-canary.7", "prop-types": "15.6.2", "prop-types-exact": "1.2.0", "react-error-overlay": "5.1.4", -- GitLab