From 3dea1a5b15a6d59085e83f6747a7309d2a3a2d81 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Fri, 17 May 2019 12:22:46 +0200 Subject: [PATCH] v8.1.1-canary.31 --- 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 dba9bf3b3b..b35af3cf6f 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.1.1-canary.30" + "version": "8.1.1-canary.31" } diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index 5c3f961c7e..86cc6d115e 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.30", + "version": "8.1.1-canary.31", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 08678ec7ec..71dd341650 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.30", + "version": "8.1.1-canary.31", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-server/package.json b/packages/next-server/package.json index 3bf3672c25..eeacc613f4 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.30", + "version": "8.1.1-canary.31", "main": "./index.js", "license": "MIT", "repository": "zeit/next.js", diff --git a/packages/next/package.json b/packages/next/package.json index d6d68cac86..7ef3fb0f0c 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.1.1-canary.30", + "version": "8.1.1-canary.31", "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.30", + "next-server": "8.1.1-canary.31", "node-libs-browser": "2.2.0", "prop-types": "15.6.2", "prop-types-exact": "1.2.0", -- GitLab