Skip to content

Commit dccfae4

Browse files
release(turborepo): 1.13.2 (#7882)
Co-authored-by: Turbobot <[email protected]>
1 parent 6c701ad commit dccfae4

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

Diff for: 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": "1.13.1",
3+
"version": "1.13.2",
44
"description": "Create a new Turborepo",
55
"homepage": "https://turbo.build/repo",
66
"license": "MPL-2.0",

Diff for: 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": "1.13.1",
3+
"version": "1.13.2",
44
"description": "ESLint config for Turborepo",
55
"repository": {
66
"type": "git",

Diff for: 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": "1.13.1",
3+
"version": "1.13.2",
44
"description": "ESLint plugin for Turborepo",
55
"keywords": [
66
"turbo",

Diff for: 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": "1.13.1",
3+
"version": "1.13.2",
44
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
55
"homepage": "https://turbo.build/repo",
66
"license": "MPL-2.0",

Diff for: 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": "1.13.1",
3+
"version": "1.13.2",
44
"description": "Extend a Turborepo",
55
"homepage": "https://turbo.build/repo",
66
"license": "MPL-2.0",

Diff for: 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": "1.13.1",
3+
"version": "1.13.2",
44
"description": "",
55
"homepage": "https://turbo.build/repo",
66
"keywords": [],

Diff for: 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": "1.13.1",
3+
"version": "1.13.2",
44
"description": "Turborepo types",
55
"homepage": "https://turbo.build/repo",
66
"license": "MPL-2.0",

Diff for: 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": "1.13.1",
3+
"version": "1.13.2",
44
"description": "Tools for working with package managers",
55
"homepage": "https://turbo.build/repo",
66
"license": "MPL-2.0",

Diff for: packages/turbo/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo",
3-
"version": "1.13.1",
3+
"version": "1.13.2",
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": "1.13.1",
21-
"turbo-darwin-arm64": "1.13.1",
22-
"turbo-linux-64": "1.13.1",
23-
"turbo-linux-arm64": "1.13.1",
24-
"turbo-windows-64": "1.13.1",
25-
"turbo-windows-arm64": "1.13.1"
20+
"turbo-darwin-64": "1.13.2",
21+
"turbo-darwin-arm64": "1.13.2",
22+
"turbo-linux-64": "1.13.2",
23+
"turbo-linux-arm64": "1.13.2",
24+
"turbo-windows-64": "1.13.2",
25+
"turbo-windows-arm64": "1.13.2"
2626
}
2727
}

Diff for: version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.13.1
1+
1.13.2
22
latest

0 commit comments

Comments
 (0)