diff --git a/lerna.json b/lerna.json index 9030d7853c94eafa4cdf9fd8df39156231a2540e..948802af909772d8e901ede679443ae352014197 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.2.2-canary.19" + "version": "9.2.2-canary.20" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index 8d93fd49cc9e1601dc1dd2760aa69556dc898f21..dd151039101c3ee36f3b56b2a09f0a24499ad76c 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.2.2-canary.19", + "version": "9.2.2-canary.20", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index e189b84527c4fc2413f3fb9ba0110bce52b9440b..6a9bba9043a2689a29fba666fde92064951d7da7 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.2.2-canary.19", + "version": "9.2.2-canary.20", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index ca7523cccf8070005fa5ff3ffa830f1487d58843..ef089212d858937de2c7fe80b0a2f776a7eb8c14 100644 --- a/packages/next-mdx/package.json +++ b/packages/next-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@next/mdx", - "version": "9.2.2-canary.19", + "version": "9.2.2-canary.20", "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 fc0c9a17f44adc1d330df34bc363f96b41b85e4a..98a1b37779357ad0c841a5759381d9569db2dca6 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.2.2-canary.19", + "version": "9.2.2-canary.20", "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 42aede457194d6be5c8b35d2cce44be6fb4feee3..47f75e8dea01cf065024e759f6cfa4f2ccabf31b 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.2.2-canary.19", + "version": "9.2.2-canary.20", "nextjs": { "name": "Material UI", "required-env": [] diff --git a/packages/next-plugin-sentry/package.json b/packages/next-plugin-sentry/package.json index d7e339f6b28fffbced4a8ab87f24b6a0c3e4c841..1abe2b37c17b33b7815a275c47ab875b8ec2a862 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.2.2-canary.19", + "version": "9.2.2-canary.20", "nextjs": { "name": "Sentry", "required-env": [ diff --git a/packages/next-polyfill-nomodule/package.json b/packages/next-polyfill-nomodule/package.json index 465e672b63e28018c33062d51d249cbaa98801a8..00d3804ec3d4dde85c7b2f849d8d35d983712d20 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.2.2-canary.19", + "version": "9.2.2-canary.20", "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 e877198846b9fdca9c4b7f7d284b7c4377077fcf..faf0bbefa2abc0151c49682d84dec7d45c21f7b2 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.2.2-canary.19", + "version": "9.2.2-canary.20", "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/runtime-corejs2": "7.7.2", - "@next/polyfill-nomodule": "9.2.2-canary.19", + "@next/polyfill-nomodule": "9.2.2-canary.20", "amphtml-validator": "1.0.23", "async-retry": "1.2.3", "async-sema": "3.0.0",