Skip to content

Commit dc51341

Browse files
release(turborepo): 2.4.5-canary.0 (#10095)
Co-authored-by: Turbobot <[email protected]>
1 parent fb32965 commit dc51341

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.4.4",
3+
"version": "2.4.5-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.4.4",
3+
"version": "2.4.5-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.4.4",
3+
"version": "2.4.5-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.4.4",
3+
"version": "2.4.5-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.4.4",
3+
"version": "2.4.5-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.4.4",
3+
"version": "2.4.5-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.4.4",
3+
"version": "2.4.5-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.4.4",
3+
"version": "2.4.5-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.4.4",
3+
"version": "2.4.5-canary.0",
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.4",
22-
"turbo-darwin-arm64": "2.4.4",
23-
"turbo-linux-64": "2.4.4",
24-
"turbo-linux-arm64": "2.4.4",
25-
"turbo-windows-64": "2.4.4",
26-
"turbo-windows-arm64": "2.4.4"
21+
"turbo-darwin-64": "2.4.5-canary.0",
22+
"turbo-darwin-arm64": "2.4.5-canary.0",
23+
"turbo-linux-64": "2.4.5-canary.0",
24+
"turbo-linux-arm64": "2.4.5-canary.0",
25+
"turbo-windows-64": "2.4.5-canary.0",
26+
"turbo-windows-arm64": "2.4.5-canary.0"
2727
}
2828
}

version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.4.4
2-
latest
1+
2.4.5-canary.0
2+
canary

0 commit comments

Comments
 (0)