diff --git a/lerna.json b/lerna.json index d8dd5a4741447..090e26ead3692 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.3.5-canary.13" + "version": "9.3.5" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index a7f58a02653d1..70ace2b01c64b 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.13", + "version": "9.3.5", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index f0931da689abe..06a795092f56d 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.13", + "version": "9.3.5", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index e9b21e6ff731d..65df33f8f9201 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.13", + "version": "9.3.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 056f8d66426b4..c0e995c4d7d06 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.13", + "version": "9.3.5", "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 062f2ea3c0407..d8b15e5904753 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.13", + "version": "9.3.5", "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 c3f1c92b9f247..9f9badc926e73 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.13", + "version": "9.3.5", "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 078e573cc599d..586e7d35f0d01 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.13", + "version": "9.3.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 4ed2441479eb9..4d247ae0482a1 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.3.5-canary.13", + "version": "9.3.5", "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.13", + "@next/polyfill-nomodule": "9.3.5", "@taskr/clear": "1.1.0", "@taskr/esnext": "1.1.0", "@taskr/watch": "1.1.0",