From 68db0992b64e2f9d4cf43371601a6b310346c558 Mon Sep 17 00:00:00 2001 From: Connor Davis Date: Mon, 11 Feb 2019 19:29:58 -0600 Subject: [PATCH] v8.0.0-canary.24 --- lerna.json | 2 +- packages/next-server/package.json | 2 +- packages/next/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 7fb3a08e..31fea130 100644 --- a/lerna.json +++ b/lerna.json @@ -14,5 +14,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "8.0.0-canary.23" + "version": "8.0.0-canary.24" } diff --git a/packages/next-server/package.json b/packages/next-server/package.json index 0e77e557..7e1235d5 100644 --- a/packages/next-server/package.json +++ b/packages/next-server/package.json @@ -1,6 +1,6 @@ { "name": "next-server", - "version": "8.0.0-canary.23", + "version": "8.0.0-canary.24", "main": "./index.js", "license": "MIT", "files": [ diff --git a/packages/next/package.json b/packages/next/package.json index 6d27fdc6..88ae8565 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "8.0.0-canary.23", + "version": "8.0.0-canary.24", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -72,7 +72,7 @@ "loader-utils": "1.1.0", "mkdirp-then": "1.2.0", "nanoid": "1.2.1", - "next-server": "8.0.0-canary.23", + "next-server": "8.0.0-canary.24", "prop-types": "15.6.2", "prop-types-exact": "1.2.0", "react-error-overlay": "4.0.0",