From 204e5a7171acc6ed64946beb3cba7a01aac60160 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Wed, 19 Jun 2019 13:28:43 -0400 Subject: [PATCH] v8.1.1-canary.54 --- 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 f6f8a26ef9..993ebcfeb1 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.1.1-canary.53" + "version": "8.1.1-canary.54" } diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index d83601da7b..b6c73ed36b 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.53", + "version": "8.1.1-canary.54", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 0a2cc25ee8..71cc4515da 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.53", + "version": "8.1.1-canary.54", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-server/package.json b/packages/next-server/package.json index c48e798d7c..27ce940cf8 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.53", + "version": "8.1.1-canary.54", "main": "./index.js", "license": "MIT", "repository": "zeit/next.js", diff --git a/packages/next/package.json b/packages/next/package.json index 5ea49aa58d..88f26d74f2 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.1.1-canary.53", + "version": "8.1.1-canary.54", "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.53", + "next-server": "8.1.1-canary.54", "prop-types": "15.7.2", "prop-types-exact": "1.2.0", "react-error-overlay": "5.1.6", -- GitLab