From 62e915dd4e0c1d84502949cc92a06f1e71abca16 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Thu, 3 Feb 2022 16:24:03 -0500 Subject: [PATCH] publish 1.1.3-canary.0 to registry --- cli/cmd/turbo/version.go | 2 +- cli/npm/turbo-android-arm64/package.json | 2 +- cli/npm/turbo-darwin-64/package.json | 2 +- cli/npm/turbo-darwin-arm64/package.json | 2 +- cli/npm/turbo-freebsd-64/package.json | 2 +- cli/npm/turbo-freebsd-arm64/package.json | 2 +- cli/npm/turbo-install/package.json | 26 +++++++++++------------ cli/npm/turbo-linux-32/package.json | 2 +- cli/npm/turbo-linux-64/package.json | 2 +- cli/npm/turbo-linux-arm/package.json | 2 +- cli/npm/turbo-linux-arm64/package.json | 2 +- cli/npm/turbo-linux-mips64le/package.json | 2 +- cli/npm/turbo-linux-ppc64le/package.json | 2 +- cli/npm/turbo-windows-32/package.json | 2 +- cli/npm/turbo-windows-64/package.json | 2 +- cli/version.txt | 4 ++-- create-turbo/package.json | 2 +- 17 files changed, 30 insertions(+), 30 deletions(-) diff --git a/cli/cmd/turbo/version.go b/cli/cmd/turbo/version.go index fdd72d39c5c1c..16d610527db96 100644 --- a/cli/cmd/turbo/version.go +++ b/cli/cmd/turbo/version.go @@ -1,3 +1,3 @@ package main -const turboVersion = "1.1.2" +const turboVersion = "1.1.3-canary.0" diff --git a/cli/npm/turbo-android-arm64/package.json b/cli/npm/turbo-android-arm64/package.json index be70cc23d4287..6674d616f659a 100644 --- a/cli/npm/turbo-android-arm64/package.json +++ b/cli/npm/turbo-android-arm64/package.json @@ -1,6 +1,6 @@ { "name": "turbo-android-arm64", - "version": "1.1.2", + "version": "1.1.3-canary.0", "description": "The Android 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-darwin-64/package.json b/cli/npm/turbo-darwin-64/package.json index 0bd91bb75381d..aabcea817647c 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.1.2", + "version": "1.1.3-canary.0", "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 4c0f89561c1f5..a580f2e2b4b42 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.1.2", + "version": "1.1.3-canary.0", "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 47aebaed584fe..10448d2b43def 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.1.2", + "version": "1.1.3-canary.0", "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 b25c175c6ed12..60681dfbe0801 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.1.2", + "version": "1.1.3-canary.0", "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 14dc737d5367b..64eeac004105a 100644 --- a/cli/npm/turbo-install/package.json +++ b/cli/npm/turbo-install/package.json @@ -1,6 +1,6 @@ { "name": "turbo", - "version": "1.1.2", + "version": "1.1.3-canary.0", "description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.", "repository": "https://github.com/vercel/turborepo", "bugs": "https://github.com/vercel/turborepo/issues", @@ -18,17 +18,17 @@ "install.js" ], "optionalDependencies": { - "turbo-darwin-64": "1.1.2", - "turbo-darwin-arm64": "1.1.2", - "turbo-freebsd-64": "1.1.2", - "turbo-freebsd-arm64": "1.1.2", - "turbo-linux-32": "1.1.2", - "turbo-linux-64": "1.1.2", - "turbo-linux-arm": "1.1.2", - "turbo-linux-arm64": "1.1.2", - "turbo-linux-mips64le": "1.1.2", - "turbo-linux-ppc64le": "1.1.2", - "turbo-windows-32": "1.1.2", - "turbo-windows-64": "1.1.2" + "turbo-darwin-64": "1.1.3-canary.0", + "turbo-darwin-arm64": "1.1.3-canary.0", + "turbo-freebsd-64": "1.1.3-canary.0", + "turbo-freebsd-arm64": "1.1.3-canary.0", + "turbo-linux-32": "1.1.3-canary.0", + "turbo-linux-64": "1.1.3-canary.0", + "turbo-linux-arm": "1.1.3-canary.0", + "turbo-linux-arm64": "1.1.3-canary.0", + "turbo-linux-mips64le": "1.1.3-canary.0", + "turbo-linux-ppc64le": "1.1.3-canary.0", + "turbo-windows-32": "1.1.3-canary.0", + "turbo-windows-64": "1.1.3-canary.0" } } \ 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 ac0a4cef4aa04..7b825d4f792da 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.1.2", + "version": "1.1.3-canary.0", "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 c791be2ac388f..f7fb15ea6bc53 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.1.2", + "version": "1.1.3-canary.0", "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 96cc1009a96c6..fa7f9c7a40804 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.1.2", + "version": "1.1.3-canary.0", "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 83d84865c6cbb..53a4115c10d4c 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.1.2", + "version": "1.1.3-canary.0", "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 3123c843f4cf7..d72b538f1d427 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.1.2", + "version": "1.1.3-canary.0", "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 53641a60af4d9..12c1ab807ce3a 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.1.2", + "version": "1.1.3-canary.0", "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 ea132b190e3f6..fb16325c1976e 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.1.2", + "version": "1.1.3-canary.0", "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 08a322288f9a2..b5f3a6ae85b95 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.1.2", + "version": "1.1.3-canary.0", "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 a11b7ad1c9ff6..afea3bc8b2fdd 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1,2 +1,2 @@ -1.1.2 -latest \ No newline at end of file +1.1.3-canary.0 +canary diff --git a/create-turbo/package.json b/create-turbo/package.json index 92c6242ff439a..fab258060a673 100644 --- a/create-turbo/package.json +++ b/create-turbo/package.json @@ -1,6 +1,6 @@ { "name": "create-turbo", - "version": "1.1.2", + "version": "1.1.3-canary.0", "description": "Create a new Turborepo", "homepage": "https://turborepo.org", "license": "MPL-2.0",