diff --git a/lerna.json b/lerna.json index 34e65d35cfb2a..20ad3dc0ba457 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.3.1-canary.3" + "version": "9.3.1-canary.4" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index fa1eb456ea102..028714fdb7cb1 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.1-canary.3", + "version": "9.3.1-canary.4", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index f7309c1633b64..4814161ed64a9 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.1-canary.3", + "version": "9.3.1-canary.4", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 2fc90cf4f436f..2eaddaccf9b59 100644 --- a/packages/next-mdx/package.json +++ b/packages/next-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@next/mdx", - "version": "9.3.1-canary.3", + "version": "9.3.1-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 7793f8addbfb9..c088c27eeab24 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.1-canary.3", + "version": "9.3.1-canary.4", "nextjs": { "name": "Google Analytics", "required-env": [ diff --git a/packages/next-plugin-material-ui/package.json b/packages/next-plugin-material-ui/package.json index fc1afdf37892e..01a853389e90d 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.1-canary.3", + "version": "9.3.1-canary.4", "nextjs": { "name": "Material UI", "required-env": [] diff --git a/packages/next-plugin-sentry/package.json b/packages/next-plugin-sentry/package.json index d08d4db64ef18..fecea02a2aacb 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.1-canary.3", + "version": "9.3.1-canary.4", "nextjs": { "name": "Sentry", "required-env": [ diff --git a/packages/next-polyfill-nomodule/package.json b/packages/next-polyfill-nomodule/package.json index c718c7560e77a..ea18ebe1e35e8 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.1-canary.3", + "version": "9.3.1-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 e7d7e55ee0793..f416367568cc2 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.3.1-canary.3", + "version": "9.3.1-canary.4", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -74,7 +74,7 @@ "@babel/preset-typescript": "7.7.2", "@babel/runtime": "7.7.2", "@babel/types": "7.7.4", - "@next/polyfill-nomodule": "9.3.1-canary.3", + "@next/polyfill-nomodule": "9.3.1-canary.4", "amphtml-validator": "1.0.30", "async-retry": "1.2.3", "async-sema": "3.0.0",