diff --git a/lerna.json b/lerna.json index b16b737f35..86324e7586 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.3.6-canary.3" + "version": "9.3.6-canary.4" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index 60f50a3863..6c8406d219 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.6-canary.3", + "version": "9.3.6-canary.4", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index 884b622517..86a742932b 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.6-canary.3", + "version": "9.3.6-canary.4", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 1070c80883..6256202a89 100644 --- a/packages/next-mdx/package.json +++ b/packages/next-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@next/mdx", - "version": "9.3.6-canary.3", + "version": "9.3.6-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 315fc86c42..f62bdcb0fb 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.6-canary.3", + "version": "9.3.6-canary.4", "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 cbbdcd064f..025ac17571 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.6-canary.3", + "version": "9.3.6-canary.4", "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 27173de449..6bd686ca83 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.6-canary.3", + "version": "9.3.6-canary.4", "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 56372edcbc..fea0473648 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.6-canary.3", + "version": "9.3.6-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 48c4374032..7bc8b437df 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.3.6-canary.3", + "version": "9.3.6-canary.4", "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.6-canary.3", + "@next/polyfill-nomodule": "9.3.6-canary.4", "@taskr/clear": "1.1.0", "@taskr/esnext": "1.1.0", "@taskr/watch": "1.1.0", diff --git a/packages/react-refresh-utils/package.json b/packages/react-refresh-utils/package.json index de63e35734..dcabcfaaf1 100644 --- a/packages/react-refresh-utils/package.json +++ b/packages/react-refresh-utils/package.json @@ -1,6 +1,6 @@ { "name": "@next/react-refresh-utils", - "version": "9.3.6-canary.3", + "version": "9.3.6-canary.4", "description": "An experimental package providing utilities for React Refresh.", "repository": { "url": "zeit/next.js", @@ -18,7 +18,6 @@ "prepublish": "tsc -d -p tsconfig.json", "build": "tsc -d -w -p tsconfig.json" }, - "dependencies": {}, "peerDependencies": { "react-refresh": "0.8.1", "webpack": "^4"