From 6f0e795f9b51b536402c01807a49c8afcd29e958 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Fri, 26 Apr 2019 09:41:20 +0200 Subject: [PATCH] v8.1.1-canary.15 --- 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 e379487878..131e9fd58f 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.1.1-canary.14" + "version": "8.1.1-canary.15" } diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index c240ae645a..c0945cdf3b 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.14", + "version": "8.1.1-canary.15", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index cf1ba255a0..e73bfde91d 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.14", + "version": "8.1.1-canary.15", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-server/package.json b/packages/next-server/package.json index 7dd5d619fb..5a5263cee0 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.14", + "version": "8.1.1-canary.15", "main": "./index.js", "license": "MIT", "repository": "zeit/next.js", diff --git a/packages/next/package.json b/packages/next/package.json index a374308551..1bc7ea112f 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.1.1-canary.14", + "version": "8.1.1-canary.15", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -80,7 +80,7 @@ "launch-editor": "2.2.1", "loader-utils": "1.1.0", "mkdirp": "0.5.1", - "next-server": "8.1.1-canary.14", + "next-server": "8.1.1-canary.15", "prop-types": "15.6.2", "prop-types-exact": "1.2.0", "react-error-overlay": "5.1.4",