From d2a994db3c974de1eeb3d494d815e0e405ca8df2 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Fri, 5 Apr 2019 00:29:37 -0400 Subject: [PATCH] v8.0.5-canary.14 --- 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 35a6668e5e..577e6dca6b 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.0.5-canary.13" + "version": "8.0.5-canary.14" } diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index 00f4942a02..5e9c755a3d 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.0.5-canary.13", + "version": "8.0.5-canary.14", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 4156be31d3..d2b4422e1d 100644 --- a/packages/next-mdx/package.json +++ b/packages/next-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@next/mdx", - "version": "8.0.5-canary.13", + "version": "8.0.5-canary.14", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-server/package.json b/packages/next-server/package.json index 8a57112c1b..4830364fbe 100644 --- a/packages/next-server/package.json +++ b/packages/next-server/package.json @@ -1,6 +1,6 @@ { "name": "next-server", - "version": "8.0.5-canary.13", + "version": "8.0.5-canary.14", "main": "./index.js", "license": "MIT", "files": [ diff --git a/packages/next/package.json b/packages/next/package.json index 90730d3470..fd5362a37d 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.0.5-canary.13", + "version": "8.0.5-canary.14", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -68,7 +68,7 @@ "launch-editor": "2.2.1", "loader-utils": "1.1.0", "mkdirp": "0.5.1", - "next-server": "8.0.5-canary.13", + "next-server": "8.0.5-canary.14", "prop-types": "15.6.2", "prop-types-exact": "1.2.0", "react-error-overlay": "5.1.4", -- GitLab