From 9ddd3a9208b5945b837a87859995d8e829c23114 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Wed, 25 May 2022 19:33:14 -0400 Subject: [PATCH] publish 1.2.14 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 | 28 +++++++++++------------ 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/npm/turbo-windows-arm64/package.json | 2 +- cli/version.txt | 2 +- packages/create-turbo/package.json | 2 +- packages/turbo-codemod/package.json | 2 +- 19 files changed, 32 insertions(+), 32 deletions(-) diff --git a/cli/cmd/turbo/version.go b/cli/cmd/turbo/version.go index 1208f7dd2ed7a..e81df7b6ed9a2 100644 --- a/cli/cmd/turbo/version.go +++ b/cli/cmd/turbo/version.go @@ -1,3 +1,3 @@ package main -const turboVersion = "1.2.13" +const turboVersion = "1.2.14" diff --git a/cli/npm/turbo-android-arm64/package.json b/cli/npm/turbo-android-arm64/package.json index 4b704dba19096..ef8659027b1db 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.2.13", + "version": "1.2.14", "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 7a5a8e482ec4a..9370366ee7a6b 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.2.13", + "version": "1.2.14", "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 bfcb8c6a6f129..1a2bb742c624f 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.2.13", + "version": "1.2.14", "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 c7facc8329d64..44416ea7b92cd 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.2.13", + "version": "1.2.14", "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 c54d5349a2008..f269f99b821ed 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.2.13", + "version": "1.2.14", "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 2a7311206dc5d..a1cd79cbb445e 100644 --- a/cli/npm/turbo-install/package.json +++ b/cli/npm/turbo-install/package.json @@ -1,6 +1,6 @@ { "name": "turbo", - "version": "1.2.13", + "version": "1.2.14", "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,18 +18,18 @@ "install.js" ], "optionalDependencies": { - "turbo-darwin-64": "1.2.13", - "turbo-darwin-arm64": "1.2.13", - "turbo-freebsd-64": "1.2.13", - "turbo-freebsd-arm64": "1.2.13", - "turbo-linux-32": "1.2.13", - "turbo-linux-64": "1.2.13", - "turbo-linux-arm": "1.2.13", - "turbo-linux-arm64": "1.2.13", - "turbo-linux-mips64le": "1.2.13", - "turbo-linux-ppc64le": "1.2.13", - "turbo-windows-32": "1.2.13", - "turbo-windows-64": "1.2.13", - "turbo-windows-arm64": "1.2.13" + "turbo-darwin-64": "1.2.14", + "turbo-darwin-arm64": "1.2.14", + "turbo-freebsd-64": "1.2.14", + "turbo-freebsd-arm64": "1.2.14", + "turbo-linux-32": "1.2.14", + "turbo-linux-64": "1.2.14", + "turbo-linux-arm": "1.2.14", + "turbo-linux-arm64": "1.2.14", + "turbo-linux-mips64le": "1.2.14", + "turbo-linux-ppc64le": "1.2.14", + "turbo-windows-32": "1.2.14", + "turbo-windows-64": "1.2.14", + "turbo-windows-arm64": "1.2.14" } } \ 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 cf1980fda39bf..751d96e3cbbf1 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.2.13", + "version": "1.2.14", "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 3b722b18bf4bd..cb086ca14364d 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.2.13", + "version": "1.2.14", "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 8baa993f336ba..322ec56309c8c 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.2.13", + "version": "1.2.14", "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 8df9b72513e66..b2370e35951a1 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.2.13", + "version": "1.2.14", "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 9f4eb1e3868f7..e7fd042a2a1cd 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.2.13", + "version": "1.2.14", "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 5b46ffd144943..5ec600d2e220e 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.2.13", + "version": "1.2.14", "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 3796b3c8402bd..48d5df54eff13 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.2.13", + "version": "1.2.14", "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 da846d0804201..20be79ad5997a 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.2.13", + "version": "1.2.14", "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/npm/turbo-windows-arm64/package.json b/cli/npm/turbo-windows-arm64/package.json index be876387574d7..1d35d9e79069b 100644 --- a/cli/npm/turbo-windows-arm64/package.json +++ b/cli/npm/turbo-windows-arm64/package.json @@ -1,6 +1,6 @@ { "name": "turbo-windows-arm64", - "version": "1.2.13", + "version": "1.2.14", "description": "The Windows 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/version.txt b/cli/version.txt index 5d6e5410b4f7c..2fd215a6f8547 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1,2 +1,2 @@ -1.2.13 +1.2.14 latest diff --git a/packages/create-turbo/package.json b/packages/create-turbo/package.json index b698ba92e05a1..d4d2b0af02790 100644 --- a/packages/create-turbo/package.json +++ b/packages/create-turbo/package.json @@ -1,6 +1,6 @@ { "name": "create-turbo", - "version": "1.2.13", + "version": "1.2.14", "description": "Create a new Turborepo", "homepage": "https://turborepo.org", "license": "MPL-2.0", diff --git a/packages/turbo-codemod/package.json b/packages/turbo-codemod/package.json index a3430ab1a96e6..89ed53fad2620 100644 --- a/packages/turbo-codemod/package.json +++ b/packages/turbo-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@turbo/codemod", - "version": "1.2.13", + "version": "1.2.14", "description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.", "homepage": "https://turborepo.org", "license": "MPL-2.0",