diff --git a/lerna.json b/lerna.json index a7785552c32b6..18d40c5b67684 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.3.5-canary.8" + "version": "9.3.5-canary.9" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index ea00e47872ac0..7ccbe003c3b08 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.8", + "version": "9.3.5-canary.9", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index d3b080ef0bde4..be1f55e64d00e 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.8", + "version": "9.3.5-canary.9", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 1ee9b8cb52cd9..7a68d3f8b743e 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.8", + "version": "9.3.5-canary.9", "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 d3e8ba3155ab0..b59b704b95b14 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.8", + "version": "9.3.5-canary.9", "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 657c9d429fd8b..7bbd476f1ce45 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.8", + "version": "9.3.5-canary.9", "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 49abecea67fce..1ba7e0ecf4edd 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.8", + "version": "9.3.5-canary.9", "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 6eea0c833ec0b..806338ac3a81f 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.8", + "version": "9.3.5-canary.9", "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 019a8cee59e3d..3c027e987ad58 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.3.5-canary.8", + "version": "9.3.5-canary.9", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -106,7 +106,7 @@ "react-dom": "^16.6.0" }, "devDependencies": { - "@next/polyfill-nomodule": "9.3.5-canary.8", + "@next/polyfill-nomodule": "9.3.5-canary.9", "@taskr/clear": "1.1.0", "@taskr/esnext": "1.1.0", "@taskr/watch": "1.1.0",