diff --git a/lerna.json b/lerna.json index 237d540147e627c4afc63b9a96db7f2af9af496d..dfc0d42f15d3451e72312e941268a8a8206197cc 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.3.5-canary.3" + "version": "9.3.5-canary.4" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index d23894c5379d52ac1f75f629c905f95d9fce28e0..b040406b5bb74a88f03f0f45035e3ca0febcbf92 100644 --- a/packages/create-next-app/package.json +++ b/packages/create-next-app/package.json @@ -1,6 +1,6 @@ { "name": "create-next-app", - "version": "9.3.5-canary.3", + "version": "9.3.5-canary.4", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index d587eb75aa057d69c74097d56261fc7d346e4623..b549e6368f6d9840291ea10ea8c5b5677ef446c5 100644 --- a/packages/next-bundle-analyzer/package.json +++ b/packages/next-bundle-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@next/bundle-analyzer", - "version": "9.3.5-canary.3", + "version": "9.3.5-canary.4", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 7a3c1673b344095b9d0af8ecce6b7bd735b2c76a..2d18de24ff32dd2c45850d1ef32219b9b75df8e9 100644 --- a/packages/next-mdx/package.json +++ b/packages/next-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@next/mdx", - "version": "9.3.5-canary.3", + "version": "9.3.5-canary.4", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-plugin-google-analytics/package.json b/packages/next-plugin-google-analytics/package.json index 00f5976a89afc5a73f0359399e044c78e511dbf8..7b525240655812e54c92dd3deaa585dfad8ff480 100644 --- a/packages/next-plugin-google-analytics/package.json +++ b/packages/next-plugin-google-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@next/plugin-google-analytics", - "version": "9.3.5-canary.3", + "version": "9.3.5-canary.4", "repository": { "url": "zeit/next.js", "directory": "packages/next-plugin-google-analytics" diff --git a/packages/next-plugin-material-ui/package.json b/packages/next-plugin-material-ui/package.json index 5165f57b55c8bf30b5580f51ebdd8576d773ca0a..cdbecea9f35aedd0d8ab5a4b64fc5d42b45cc683 100644 --- a/packages/next-plugin-material-ui/package.json +++ b/packages/next-plugin-material-ui/package.json @@ -1,6 +1,6 @@ { "name": "@next/plugin-material-ui", - "version": "9.3.5-canary.3", + "version": "9.3.5-canary.4", "repository": { "url": "zeit/next.js", "directory": "packages/next-plugin-material-ui" diff --git a/packages/next-plugin-sentry/package.json b/packages/next-plugin-sentry/package.json index 5bbeabc68f23f18076a4850d6b68b148e4998567..2610c2b769e22adae0b593c6e2ff5a94eaa782e6 100644 --- a/packages/next-plugin-sentry/package.json +++ b/packages/next-plugin-sentry/package.json @@ -1,6 +1,6 @@ { "name": "@next/plugin-sentry", - "version": "9.3.5-canary.3", + "version": "9.3.5-canary.4", "repository": { "url": "zeit/next.js", "directory": "packages/next-plugin-sentry" diff --git a/packages/next-polyfill-nomodule/package.json b/packages/next-polyfill-nomodule/package.json index 1b40757075775840e94c5f10b2be78587f3c0e13..5982398175b84dbff7ff0fb63179e8ccc86da328 100644 --- a/packages/next-polyfill-nomodule/package.json +++ b/packages/next-polyfill-nomodule/package.json @@ -1,6 +1,6 @@ { "name": "@next/polyfill-nomodule", - "version": "9.3.5-canary.3", + "version": "9.3.5-canary.4", "description": "A polyfill for non-dead, nomodule browsers.", "main": "dist/polyfill-nomodule.js", "license": "MIT", diff --git a/packages/next/package.json b/packages/next/package.json index 235d4cd7d41640fc3bb27131e177e04ce1937406..829a83429f279902ead16a877a70006efd8b78ab 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.3.5-canary.3", + "version": "9.3.5-canary.4", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -105,7 +105,7 @@ "react-dom": "^16.6.0" }, "devDependencies": { - "@next/polyfill-nomodule": "9.3.5-canary.3", + "@next/polyfill-nomodule": "9.3.5-canary.4", "@taskr/clear": "1.1.0", "@taskr/esnext": "1.1.0", "@taskr/watch": "1.1.0",