diff --git a/cli/cmd/turbo/version.go b/cli/cmd/turbo/version.go index dec34b5713ead..ea83a7cdd1828 100644 --- a/cli/cmd/turbo/version.go +++ b/cli/cmd/turbo/version.go @@ -1,3 +1,3 @@ package main -const turboVersion = "1.0.20-canary.1" +const turboVersion = "1.0.20-canary.2" diff --git a/cli/npm/turbo-darwin-64/package.json b/cli/npm/turbo-darwin-64/package.json index cb60d80501c5f..2ecff2c279ae8 100644 --- a/cli/npm/turbo-darwin-64/package.json +++ b/cli/npm/turbo-darwin-64/package.json @@ -1,6 +1,6 @@ { "name": "turbo-darwin-64", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The macOS 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-darwin-arm64/package.json b/cli/npm/turbo-darwin-arm64/package.json index ac9e2bff9718f..43eb0ada5a8fb 100644 --- a/cli/npm/turbo-darwin-arm64/package.json +++ b/cli/npm/turbo-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "turbo-darwin-arm64", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The macOS ARM 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-freebsd-64/package.json b/cli/npm/turbo-freebsd-64/package.json index dcd21997d221e..d9469a23cd3fe 100644 --- a/cli/npm/turbo-freebsd-64/package.json +++ b/cli/npm/turbo-freebsd-64/package.json @@ -1,6 +1,6 @@ { "name": "turbo-freebsd-64", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The FreeBSD 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-freebsd-arm64/package.json b/cli/npm/turbo-freebsd-arm64/package.json index 26e6c489d1b06..00f746a1e2ad9 100644 --- a/cli/npm/turbo-freebsd-arm64/package.json +++ b/cli/npm/turbo-freebsd-arm64/package.json @@ -1,6 +1,6 @@ { "name": "turbo-freebsd-arm64", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The FreeBSD ARM 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-install/package.json b/cli/npm/turbo-install/package.json index be734c2227a3e..9caae8933a9fc 100644 --- a/cli/npm/turbo-install/package.json +++ b/cli/npm/turbo-install/package.json @@ -1,6 +1,6 @@ { "name": "turbo", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The blazing fast monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", @@ -18,17 +18,17 @@ "install.js" ], "optionalDependencies": { - "turbo-darwin-64": "1.0.20-canary.1", - "turbo-darwin-arm64": "1.0.20-canary.1", - "turbo-freebsd-64": "1.0.20-canary.1", - "turbo-freebsd-arm64": "1.0.20-canary.1", - "turbo-linux-32": "1.0.20-canary.1", - "turbo-linux-64": "1.0.20-canary.1", - "turbo-linux-arm": "1.0.20-canary.1", - "turbo-linux-arm64": "1.0.20-canary.1", - "turbo-linux-mips64le": "1.0.20-canary.1", - "turbo-linux-ppc64le": "1.0.20-canary.1", - "turbo-windows-32": "1.0.20-canary.1", - "turbo-windows-64": "1.0.20-canary.1" + "turbo-darwin-64": "1.0.20-canary.2", + "turbo-darwin-arm64": "1.0.20-canary.2", + "turbo-freebsd-64": "1.0.20-canary.2", + "turbo-freebsd-arm64": "1.0.20-canary.2", + "turbo-linux-32": "1.0.20-canary.2", + "turbo-linux-64": "1.0.20-canary.2", + "turbo-linux-arm": "1.0.20-canary.2", + "turbo-linux-arm64": "1.0.20-canary.2", + "turbo-linux-mips64le": "1.0.20-canary.2", + "turbo-linux-ppc64le": "1.0.20-canary.2", + "turbo-windows-32": "1.0.20-canary.2", + "turbo-windows-64": "1.0.20-canary.2" } } \ No newline at end of file diff --git a/cli/npm/turbo-linux-32/package.json b/cli/npm/turbo-linux-32/package.json index 6c2f0eb24e40f..f50b969fb5847 100644 --- a/cli/npm/turbo-linux-32/package.json +++ b/cli/npm/turbo-linux-32/package.json @@ -1,6 +1,6 @@ { "name": "turbo-linux-32", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The Linux 32-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-linux-64/package.json b/cli/npm/turbo-linux-64/package.json index 062bc90ccf63b..9f7cd17e3b3c6 100644 --- a/cli/npm/turbo-linux-64/package.json +++ b/cli/npm/turbo-linux-64/package.json @@ -1,6 +1,6 @@ { "name": "turbo-linux-64", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The Linux 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-linux-arm/package.json b/cli/npm/turbo-linux-arm/package.json index faa1d6c60c0fe..2a6dd22bcbbf2 100644 --- a/cli/npm/turbo-linux-arm/package.json +++ b/cli/npm/turbo-linux-arm/package.json @@ -1,6 +1,6 @@ { "name": "turbo-linux-arm", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The Linux ARM binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-linux-arm64/package.json b/cli/npm/turbo-linux-arm64/package.json index a68be37e1302f..706a0655cb36f 100644 --- a/cli/npm/turbo-linux-arm64/package.json +++ b/cli/npm/turbo-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "turbo-linux-arm64", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The Linux ARM 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-linux-mips64le/package.json b/cli/npm/turbo-linux-mips64le/package.json index 59ba16ef33d27..d401c10ed60a7 100644 --- a/cli/npm/turbo-linux-mips64le/package.json +++ b/cli/npm/turbo-linux-mips64le/package.json @@ -1,6 +1,6 @@ { "name": "turbo-linux-mips64le", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The Linux MIPS 64-bit Little Endian binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-linux-ppc64le/package.json b/cli/npm/turbo-linux-ppc64le/package.json index e783c96477714..f08bfe80450ee 100644 --- a/cli/npm/turbo-linux-ppc64le/package.json +++ b/cli/npm/turbo-linux-ppc64le/package.json @@ -1,6 +1,6 @@ { "name": "turbo-linux-ppc64le", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The Linux PowerPC 64-bit Little Endian binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-windows-32/package.json b/cli/npm/turbo-windows-32/package.json index 4062e0337dabb..3288659ccacb7 100644 --- a/cli/npm/turbo-windows-32/package.json +++ b/cli/npm/turbo-windows-32/package.json @@ -1,6 +1,6 @@ { "name": "turbo-windows-32", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The Windows 32-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/npm/turbo-windows-64/package.json b/cli/npm/turbo-windows-64/package.json index bc153f37d5a57..575f98be8e3a1 100644 --- a/cli/npm/turbo-windows-64/package.json +++ b/cli/npm/turbo-windows-64/package.json @@ -1,6 +1,6 @@ { "name": "turbo-windows-64", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "The Windows 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", diff --git a/cli/version.txt b/cli/version.txt index 0b20af008640d..47af082822bcd 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1,2 +1,2 @@ -1.0.20-canary.1 +1.0.20-canary.2 canary \ No newline at end of file diff --git a/create-turbo/package.json b/create-turbo/package.json index fb3064d9cfbb1..f9fa57f84eec8 100644 --- a/create-turbo/package.json +++ b/create-turbo/package.json @@ -1,6 +1,6 @@ { "name": "create-turbo", - "version": "1.0.20-canary.1", + "version": "1.0.20-canary.2", "description": "Create a new Turborepo", "homepage": "https://turborepo.org", "license": "MPL-2.0",