Skip to content

Commit d4f2a5f

Browse files
release(turborepo): 2.0.12-canary.0 (#8901)
Co-authored-by: Turbobot <[email protected]>
1 parent 3437a3c commit d4f2a5f

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

packages/create-turbo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-turbo",
3-
"version": "2.0.11",
3+
"version": "2.0.12-canary.0",
44
"description": "Create a new Turborepo",
55
"homepage": "https://turbo.build/repo",
66
"license": "MIT",

packages/eslint-config-turbo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-turbo",
3-
"version": "2.0.11",
3+
"version": "2.0.12-canary.0",
44
"description": "ESLint config for Turborepo",
55
"repository": {
66
"type": "git",

packages/eslint-plugin-turbo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-turbo",
3-
"version": "2.0.11",
3+
"version": "2.0.12-canary.0",
44
"description": "ESLint plugin for Turborepo",
55
"keywords": [
66
"turbo",

packages/turbo-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/codemod",
3-
"version": "2.0.11",
3+
"version": "2.0.12-canary.0",
44
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
55
"homepage": "https://turbo.build/repo",
66
"license": "MIT",

packages/turbo-gen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/gen",
3-
"version": "2.0.11",
3+
"version": "2.0.12-canary.0",
44
"description": "Extend a Turborepo",
55
"homepage": "https://turbo.build/repo",
66
"license": "MIT",

packages/turbo-ignore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-ignore",
3-
"version": "2.0.11",
3+
"version": "2.0.12-canary.0",
44
"description": "",
55
"homepage": "https://turbo.build/repo",
66
"keywords": [],

packages/turbo-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/types",
3-
"version": "2.0.11",
3+
"version": "2.0.12-canary.0",
44
"description": "Turborepo types",
55
"homepage": "https://turbo.build/repo",
66
"license": "MIT",

packages/turbo-workspaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/workspaces",
3-
"version": "2.0.11",
3+
"version": "2.0.12-canary.0",
44
"description": "Tools for working with package managers",
55
"homepage": "https://turbo.build/repo",
66
"license": "MIT",

packages/turbo/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo",
3-
"version": "2.0.11",
3+
"version": "2.0.12-canary.0",
44
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
55
"repository": "https://github.com/vercel/turbo",
66
"bugs": "https://github.com/vercel/turbo/issues",
@@ -17,11 +17,11 @@
1717
"bin"
1818
],
1919
"optionalDependencies": {
20-
"turbo-darwin-64": "2.0.11",
21-
"turbo-darwin-arm64": "2.0.11",
22-
"turbo-linux-64": "2.0.11",
23-
"turbo-linux-arm64": "2.0.11",
24-
"turbo-windows-64": "2.0.11",
25-
"turbo-windows-arm64": "2.0.11"
20+
"turbo-darwin-64": "2.0.12-canary.0",
21+
"turbo-darwin-arm64": "2.0.12-canary.0",
22+
"turbo-linux-64": "2.0.12-canary.0",
23+
"turbo-linux-arm64": "2.0.12-canary.0",
24+
"turbo-windows-64": "2.0.12-canary.0",
25+
"turbo-windows-arm64": "2.0.12-canary.0"
2626
}
2727
}

version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.0.11
2-
latest
1+
2.0.12-canary.0
2+
canary

0 commit comments

Comments
 (0)