Skip to content

Commit 3f46456

Browse files
committed
publish 1.13.3 to registry
1 parent 326b541 commit 3f46456

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
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.3-canary.4",
3+
"version": "1.13.3",
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.3-canary.4",
3+
"version": "1.13.3",
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.3-canary.4",
3+
"version": "1.13.3",
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.3-canary.4",
3+
"version": "1.13.3",
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.3-canary.4",
3+
"version": "1.13.3",
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.3-canary.4",
3+
"version": "1.13.3",
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.3-canary.4",
3+
"version": "1.13.3",
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.3-canary.4",
3+
"version": "1.13.3",
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.3-canary.4",
3+
"version": "1.13.3",
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.3-canary.4",
21-
"turbo-darwin-arm64": "1.13.3-canary.4",
22-
"turbo-linux-64": "1.13.3-canary.4",
23-
"turbo-linux-arm64": "1.13.3-canary.4",
24-
"turbo-windows-64": "1.13.3-canary.4",
25-
"turbo-windows-arm64": "1.13.3-canary.4"
20+
"turbo-darwin-64": "1.13.3",
21+
"turbo-darwin-arm64": "1.13.3",
22+
"turbo-linux-64": "1.13.3",
23+
"turbo-linux-arm64": "1.13.3",
24+
"turbo-windows-64": "1.13.3",
25+
"turbo-windows-arm64": "1.13.3"
2626
}
2727
}

Diff for: version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.13.3-canary.4
2-
canary
1+
1.13.3
2+
latest

0 commit comments

Comments
 (0)