diff --git a/lerna.json b/lerna.json index 20ad3dc0ba457601552c796111871fe93df7ad62..f3be2ef7a6f3df8ae51dbde61aa54b8d550a068c 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.3.1-canary.4" + "version": "9.3.1-canary.5" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index 028714fdb7cb1e9251de730c4b6fc494ed25ad7a..69b2a61061b8fb848f73b39463646134e30ccf64 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.4", + "version": "9.3.1-canary.5", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index 2b669de2e4f376ae942fe68e2a3901ff3bcd01b0..120773cae0027c37cd4c088f2acf3d5e68b29f43 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.4", + "version": "9.3.1-canary.5", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 2eaddaccf9b59e6e086680fbb0daf14c19221694..3cc9aa9034aaae8c2de13885021236e12fe03c22 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.4", + "version": "9.3.1-canary.5", "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 c088c27eeab249bd7b925713b30ae05ca2c4d0ae..67bebdb5384b243f8c81760a69c96dce700dbd5c 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.4", + "version": "9.3.1-canary.5", "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 01a853389e90d01ad5eb9266ac7874700c6bfb77..60d4e3f5c96f2d18f3a99215de2d2ac66eb422fb 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.4", + "version": "9.3.1-canary.5", "nextjs": { "name": "Material UI", "required-env": [] diff --git a/packages/next-plugin-sentry/package.json b/packages/next-plugin-sentry/package.json index fecea02a2aacb482d5c2cd6445fad90bef0afa3d..6cfca3e9206fd749d6d75f6ef509c5435fa6b4dc 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.4", + "version": "9.3.1-canary.5", "nextjs": { "name": "Sentry", "required-env": [ diff --git a/packages/next-polyfill-nomodule/package.json b/packages/next-polyfill-nomodule/package.json index ea18ebe1e35e82bc0a9e8f6ef7f807dfe79063d8..85b397bbe0b4038cde8b13af857c7f4801b8d223 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.4", + "version": "9.3.1-canary.5", "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 7d42b031206fc762fbe4365a4d5c07fc1027031b..1e6a3e74e7ac997d6dcfc1f9dd92f39d60654891 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.3.1-canary.4", + "version": "9.3.1-canary.5", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -73,7 +73,7 @@ "@babel/preset-typescript": "7.7.2", "@babel/runtime": "7.7.2", "@babel/types": "7.7.4", - "@next/polyfill-nomodule": "9.3.1-canary.4", + "@next/polyfill-nomodule": "9.3.1-canary.5", "amphtml-validator": "1.0.30", "async-retry": "1.2.3", "async-sema": "3.0.0",