diff --git a/lerna.json b/lerna.json index f5aac36e9c62ba62058016db48b3362d1339a2b6..ffb5c5ab4a433b8270838ead64dfc0deb748b8c3 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.3.1-canary.7" + "version": "9.3.1" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index 266e5c975f9b777926c729e95fd38efc0883e43d..72002916edab5cdc6b42cdea5d02dec7739db03f 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.1-canary.7", + "version": "9.3.1", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index 76877d073765ddce9a321e6dd3f306daaa93f976..50f6060a562f32c5ac083abec0a66f7df7ce9809 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.1-canary.7", + "version": "9.3.1", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 3bbd800011bece48af6ccc0e4eb60d1c69f5a9a2..0b279b38ea471b372547ddc3db78e1ee1af7858a 100644 --- a/packages/next-mdx/package.json +++ b/packages/next-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@next/mdx", - "version": "9.3.1-canary.7", + "version": "9.3.1", "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 5f0a6f4b9162e8aed6f63f44b0bb89676f681c8f..4b344242726c7d71596fc93be5a3c26d719bf789 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.1-canary.7", + "version": "9.3.1", "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 86226e6bdfdc5392009ae68fc28b398699a6bc94..c3bdd131318c59162dc668243f371518af7767cc 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.1-canary.7", + "version": "9.3.1", "nextjs": { "name": "Material UI", "required-env": [] diff --git a/packages/next-plugin-sentry/package.json b/packages/next-plugin-sentry/package.json index 8a03346d8cfd7bbeb2b75c892ce75b1ef9d7acb8..42b91d01c987e4b4aed14c5a87f3f4004b56a94c 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.1-canary.7", + "version": "9.3.1", "nextjs": { "name": "Sentry", "required-env": [ diff --git a/packages/next-polyfill-nomodule/package.json b/packages/next-polyfill-nomodule/package.json index 2f3095b1a01b1bfe29e52c0305a1f57bd9585942..1bc3b50b36f50f44ae2e86efdf9f2caec87b2102 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.1-canary.7", + "version": "9.3.1", "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 ec55f76da0e38506a5ac61a2b70e084024fbba42..3da6123e841668fab4bbcd0148e6f19aafb9164b 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.3.1-canary.7", + "version": "9.3.1", "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/types": "7.7.4", - "@next/polyfill-nomodule": "9.3.1-canary.7", + "@next/polyfill-nomodule": "9.3.1", "amphtml-validator": "1.0.30", "async-retry": "1.2.3", "async-sema": "3.0.0",