diff --git a/lerna.json b/lerna.json index 8065504bf2dbd..60f054cd97e8d 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.3.5-canary.11" + "version": "9.3.5-canary.12" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index c84fd9183dde1..55f60c253b9f8 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.11", + "version": "9.3.5-canary.12", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index 9237031f11e2c..8e23e731822fe 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.11", + "version": "9.3.5-canary.12", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 9f0cb120fcd10..9b183414cd0c9 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.11", + "version": "9.3.5-canary.12", "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 0051cddb98115..ac2383e2c235b 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.11", + "version": "9.3.5-canary.12", "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 d503d009077f0..d257d27a0a9ce 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.11", + "version": "9.3.5-canary.12", "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 9d224fb5d8b11..8acb0472e0c48 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.11", + "version": "9.3.5-canary.12", "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 09910d2e7bb43..9714916e5af35 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.11", + "version": "9.3.5-canary.12", "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 52dbc20bcf74d..62a36c963137d 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.3.5-canary.11", + "version": "9.3.5-canary.12", "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.11", + "@next/polyfill-nomodule": "9.3.5-canary.12", "@taskr/clear": "1.1.0", "@taskr/esnext": "1.1.0", "@taskr/watch": "1.1.0",