Skip to content

Commit 972e5f1

Browse files
release(turborepo): 1.9.4-canary.0 (vercel#4657)
Co-authored-by: Turbobot <turbobot@vercel.com>
1 parent 44cb6a1 commit 972e5f1

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

cli/cmd/turbo/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const turboVersion = "1.9.3"
3+
const turboVersion = "1.9.4-canary.0"

packages/create-turbo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-turbo",
3-
"version": "1.9.3",
3+
"version": "1.9.4-canary.0",
44
"description": "Create a new Turborepo",
55
"homepage": "https://turbo.build/repo",
66
"license": "MPL-2.0",

packages/eslint-config-turbo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-turbo",
3-
"version": "1.9.3",
3+
"version": "1.9.4-canary.0",
44
"description": "ESLint config for Turborepo",
55
"repository": {
66
"type": "git",

packages/eslint-plugin-turbo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-turbo",
3-
"version": "1.9.3",
3+
"version": "1.9.4-canary.0",
44
"description": "ESLint plugin for Turborepo",
55
"keywords": [
66
"turbo",

packages/turbo-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/codemod",
3-
"version": "1.9.3",
3+
"version": "1.9.4-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": "MPL-2.0",

packages/turbo-ignore/package.json

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

packages/turbo-workspaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/workspaces",
3-
"version": "1.9.3",
3+
"version": "1.9.4-canary.0",
44
"description": "Tools for working with package managers",
55
"homepage": "https://turbo.build/repo",
66
"license": "MPL-2.0",

packages/turbo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo",
3-
"version": "1.9.3",
3+
"version": "1.9.4-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",
@@ -19,11 +19,11 @@
1919
"install.js"
2020
],
2121
"optionalDependencies": {
22-
"turbo-darwin-64": "1.9.3",
23-
"turbo-darwin-arm64": "1.9.3",
24-
"turbo-linux-64": "1.9.3",
25-
"turbo-linux-arm64": "1.9.3",
26-
"turbo-windows-64": "1.9.3",
27-
"turbo-windows-arm64": "1.9.3"
22+
"turbo-darwin-64": "1.9.4-canary.0",
23+
"turbo-darwin-arm64": "1.9.4-canary.0",
24+
"turbo-linux-64": "1.9.4-canary.0",
25+
"turbo-linux-arm64": "1.9.4-canary.0",
26+
"turbo-windows-64": "1.9.4-canary.0",
27+
"turbo-windows-arm64": "1.9.4-canary.0"
2828
}
2929
}

version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.9.3
2-
latest
1+
1.9.4-canary.0
2+
canary

0 commit comments

Comments
 (0)