From 6b47b7a21005c108e0be4b4d461c00077938cba7 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Wed, 22 Dec 2021 18:01:11 -0500 Subject: [PATCH] publish 1.0.20 to registry --- cli/cmd/turbo/version.go | 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 +- 16 files changed, 29 insertions(+), 29 deletions(-) diff --git a/cli/cmd/turbo/version.go b/cli/cmd/turbo/version.go index ea83a7cdd1828..ef9fc4a46c807 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.2" +const turboVersion = "1.0.20" diff --git a/cli/npm/turbo-darwin-64/package.json b/cli/npm/turbo-darwin-64/package.json index 2ecff2c279ae8..17d825b3567d0 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.2", + "version": "1.0.20", "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 43eb0ada5a8fb..df73375b8fe99 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.2", + "version": "1.0.20", "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 d9469a23cd3fe..c755c75679cf5 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.2", + "version": "1.0.20", "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 00f746a1e2ad9..74e2665d65cd2 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.2", + "version": "1.0.20", "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 9caae8933a9fc..40486528e79ec 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.2", + "version": "1.0.20", "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.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" + "turbo-darwin-64": "1.0.20", + "turbo-darwin-arm64": "1.0.20", + "turbo-freebsd-64": "1.0.20", + "turbo-freebsd-arm64": "1.0.20", + "turbo-linux-32": "1.0.20", + "turbo-linux-64": "1.0.20", + "turbo-linux-arm": "1.0.20", + "turbo-linux-arm64": "1.0.20", + "turbo-linux-mips64le": "1.0.20", + "turbo-linux-ppc64le": "1.0.20", + "turbo-windows-32": "1.0.20", + "turbo-windows-64": "1.0.20" } } \ 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 f50b969fb5847..8cb315f1ab9f0 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.2", + "version": "1.0.20", "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 9f7cd17e3b3c6..af69bd8718939 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.2", + "version": "1.0.20", "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 2a6dd22bcbbf2..f3336ce8e4f45 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.2", + "version": "1.0.20", "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 706a0655cb36f..1267e96837cb8 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.2", + "version": "1.0.20", "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 d401c10ed60a7..802abc9c7224f 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.2", + "version": "1.0.20", "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 f08bfe80450ee..4ca95dc09f283 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.2", + "version": "1.0.20", "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 3288659ccacb7..d5e889f1ab017 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.2", + "version": "1.0.20", "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 575f98be8e3a1..ea3cab4b384b8 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.2", + "version": "1.0.20", "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 47af082822bcd..03822ab4b50c4 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1,2 +1,2 @@ -1.0.20-canary.2 -canary \ No newline at end of file +1.0.20 +latest \ No newline at end of file diff --git a/create-turbo/package.json b/create-turbo/package.json index f9fa57f84eec8..fe793b1436081 100644 --- a/create-turbo/package.json +++ b/create-turbo/package.json @@ -1,6 +1,6 @@ { "name": "create-turbo", - "version": "1.0.20-canary.2", + "version": "1.0.20", "description": "Create a new Turborepo", "homepage": "https://turborepo.org", "license": "MPL-2.0",