diff --git a/lerna.json b/lerna.json index 899874d97629f..6e7667da6d2e6 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "9.1.2-canary.2" + "version": "9.1.2-canary.3" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index 36cca67fa64df..c22b170767d64 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.1.2-canary.2", + "version": "9.1.2-canary.3", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index 96f77b5539ab6..a4c87701d7dbc 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.1.2-canary.2", + "version": "9.1.2-canary.3", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index 4c9d2b4b4a754..3625302e8f9c8 100644 --- a/packages/next-mdx/package.json +++ b/packages/next-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@next/mdx", - "version": "9.1.2-canary.2", + "version": "9.1.2-canary.3", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next/package.json b/packages/next/package.json index 12923310a7f85..5d480f4c48d74 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.1.2-canary.2", + "version": "9.1.2-canary.3", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT",