Skip to content

Commit 3a8730c

Browse files
release(turborepo): 2.4.3-canary.1 (#9977)
Co-authored-by: Turbobot <[email protected]>
1 parent 433128b commit 3a8730c

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
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.4.3-canary.0",
3+
"version": "2.4.3-canary.1",
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.4.3-canary.0",
3+
"version": "2.4.3-canary.1",
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.4.3-canary.0",
3+
"version": "2.4.3-canary.1",
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.4.3-canary.0",
3+
"version": "2.4.3-canary.1",
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.4.3-canary.0",
3+
"version": "2.4.3-canary.1",
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.4.3-canary.0",
3+
"version": "2.4.3-canary.1",
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.4.3-canary.0",
3+
"version": "2.4.3-canary.1",
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.4.3-canary.0",
3+
"version": "2.4.3-canary.1",
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.4.3-canary.0",
3+
"version": "2.4.3-canary.1",
44
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
55
"repository": "https://github.com/vercel/turborepo",
66
"bugs": "https://github.com/vercel/turborepo/issues",
@@ -18,11 +18,11 @@
1818
"schema.json"
1919
],
2020
"optionalDependencies": {
21-
"turbo-darwin-64": "2.4.3-canary.0",
22-
"turbo-darwin-arm64": "2.4.3-canary.0",
23-
"turbo-linux-64": "2.4.3-canary.0",
24-
"turbo-linux-arm64": "2.4.3-canary.0",
25-
"turbo-windows-64": "2.4.3-canary.0",
26-
"turbo-windows-arm64": "2.4.3-canary.0"
21+
"turbo-darwin-64": "2.4.3-canary.1",
22+
"turbo-darwin-arm64": "2.4.3-canary.1",
23+
"turbo-linux-64": "2.4.3-canary.1",
24+
"turbo-linux-arm64": "2.4.3-canary.1",
25+
"turbo-windows-64": "2.4.3-canary.1",
26+
"turbo-windows-arm64": "2.4.3-canary.1"
2727
}
2828
}

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.4.3-canary.0
1+
2.4.3-canary.1
22
canary

0 commit comments

Comments
 (0)