From bf9a72f4e3cfbdc5f675ced29cf8dc71fd20509a Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Wed, 1 Dec 2021 10:21:38 -0500 Subject: [PATCH] publish 0.8.5 to registry --- cmd/turbo/version.go | 2 +- npm/turbo-darwin-64/package.json | 2 +- npm/turbo-darwin-arm64/package.json | 2 +- npm/turbo-freebsd-64/package.json | 2 +- npm/turbo-freebsd-arm64/package.json | 2 +- npm/turbo-install/package.json | 2 +- npm/turbo-linux-32/package.json | 2 +- npm/turbo-linux-64/package.json | 2 +- npm/turbo-linux-arm/package.json | 2 +- npm/turbo-linux-arm64/package.json | 2 +- npm/turbo-linux-mips64le/package.json | 2 +- npm/turbo-linux-ppc64le/package.json | 2 +- npm/turbo-windows-32/package.json | 2 +- npm/turbo-windows-64/package.json | 2 +- version.txt | 4 ++-- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cmd/turbo/version.go b/cmd/turbo/version.go index c1b8fed66434e..8767b44cd6189 100644 --- a/cmd/turbo/version.go +++ b/cmd/turbo/version.go @@ -1,3 +1,3 @@ package main -const turboVersion = "0.8.5-next.4" +const turboVersion = "0.8.5" diff --git a/npm/turbo-darwin-64/package.json b/npm/turbo-darwin-64/package.json index cc152b225f4df..282e2b67710e1 100644 --- a/npm/turbo-darwin-64/package.json +++ b/npm/turbo-darwin-64/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-darwin-64", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The macOS 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-darwin-arm64/package.json b/npm/turbo-darwin-arm64/package.json index 88a607bbb1b3e..fd3f55b303d90 100644 --- a/npm/turbo-darwin-arm64/package.json +++ b/npm/turbo-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-darwin-arm64", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The macOS ARM 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-freebsd-64/package.json b/npm/turbo-freebsd-64/package.json index 04156f4b4973c..c810b291f661f 100644 --- a/npm/turbo-freebsd-64/package.json +++ b/npm/turbo-freebsd-64/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-freebsd-64", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The FreeBSD 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-freebsd-arm64/package.json b/npm/turbo-freebsd-arm64/package.json index 70a232b360e94..a36091ee95894 100644 --- a/npm/turbo-freebsd-arm64/package.json +++ b/npm/turbo-freebsd-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-freebsd-arm64", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The FreeBSD ARM 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-install/package.json b/npm/turbo-install/package.json index ae034188d02a8..a341b3c41ae40 100644 --- a/npm/turbo-install/package.json +++ b/npm/turbo-install/package.json @@ -1,6 +1,6 @@ { "name": "turbo", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The blazing fast monorepo build system.", "repository": "https://github.com/turborepo/turbo", "scripts": { diff --git a/npm/turbo-linux-32/package.json b/npm/turbo-linux-32/package.json index 389499a4eb13d..00c6e70b80adb 100644 --- a/npm/turbo-linux-32/package.json +++ b/npm/turbo-linux-32/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-linux-32", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The Linux 32-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-linux-64/package.json b/npm/turbo-linux-64/package.json index 9d4e5934416fa..8fe8bad4b5b39 100644 --- a/npm/turbo-linux-64/package.json +++ b/npm/turbo-linux-64/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-linux-64", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The Linux 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-linux-arm/package.json b/npm/turbo-linux-arm/package.json index db74b162d7589..a043f8bcb8d30 100644 --- a/npm/turbo-linux-arm/package.json +++ b/npm/turbo-linux-arm/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-linux-arm", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The Linux ARM binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-linux-arm64/package.json b/npm/turbo-linux-arm64/package.json index f6cca7f4c18e0..5f9aa31d49696 100644 --- a/npm/turbo-linux-arm64/package.json +++ b/npm/turbo-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-linux-arm64", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The Linux ARM 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-linux-mips64le/package.json b/npm/turbo-linux-mips64le/package.json index dc7c8db131c3e..9227a52e975c4 100644 --- a/npm/turbo-linux-mips64le/package.json +++ b/npm/turbo-linux-mips64le/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-linux-mips64le", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The Linux MIPS 64-bit Little Endian binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-linux-ppc64le/package.json b/npm/turbo-linux-ppc64le/package.json index 25a083ba192e4..1fa41b59a7ee6 100644 --- a/npm/turbo-linux-ppc64le/package.json +++ b/npm/turbo-linux-ppc64le/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-linux-ppc64le", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The Linux PowerPC 64-bit Little Endian binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-windows-32/package.json b/npm/turbo-windows-32/package.json index 5c779858adf4a..36d17934821cc 100644 --- a/npm/turbo-windows-32/package.json +++ b/npm/turbo-windows-32/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-windows-32", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The Windows 32-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/npm/turbo-windows-64/package.json b/npm/turbo-windows-64/package.json index a8a7980015d10..f3662d7639497 100644 --- a/npm/turbo-windows-64/package.json +++ b/npm/turbo-windows-64/package.json @@ -1,6 +1,6 @@ { "name": "@turborepo/turbo-windows-64", - "version": "0.8.5-next.4", + "version": "0.8.5", "description": "The Windows 64-bit binary for turbo, a monorepo build system.", "repository": "https://github.com/turborepo/turbo", "license": "SEE LICENSE IN TRIAL AGREEMENT", diff --git a/version.txt b/version.txt index e5b11cc9e8fcc..3d5b8d06eb45d 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -0.8.5-next.4 -next \ No newline at end of file +0.8.5 +latest \ No newline at end of file