diff --git a/Makefile b/Makefile index ee352faaf8feb..d9d27469aa394 100644 --- a/Makefile +++ b/Makefile @@ -225,10 +225,10 @@ bench/nx: demo/nx cd demo/nx && node_modules/.bin/nx run-many --target=build --all bench/turbo: demo/turbo - cd demo/turbo && ../../turbo run build test + cd demo/turbo && ../../turbo run test --force -bench/turbo-old: demo/turbo - cd demo/turbo-old && ./node_modules/.bin/turbo run build +bench/turbo-new: demo/turbo + cd demo/turbo && ../../turbo-new run build test bench: bench/lerna bench/lage bench/nx bench/turbo diff --git a/cmd/turbo/version.go b/cmd/turbo/version.go index 85d96fb1924a4..8bd8151bdd95b 100644 --- a/cmd/turbo/version.go +++ b/cmd/turbo/version.go @@ -1,3 +1,3 @@ package main -const turboVersion = "0.8.4" +const turboVersion = "0.8.5-next.1" diff --git a/npm/turbo-darwin-64/package.json b/npm/turbo-darwin-64/package.json index c648824cbfc79..f5bc47eba6035 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.4", + "version": "0.8.5-next.1", "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 d7ded86d5e28d..9700b72f2e4ff 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.4", + "version": "0.8.5-next.1", "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 a0a0b9688eeb6..4f27d29bc615e 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.4", + "version": "0.8.5-next.1", "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 286c280df3121..97ea40de1f6b7 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.4", + "version": "0.8.5-next.1", "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 e9d1753cc0e3c..09f8f8da2d1a3 100644 --- a/npm/turbo-install/package.json +++ b/npm/turbo-install/package.json @@ -1,6 +1,6 @@ { "name": "turbo", - "version": "0.8.4", + "version": "0.8.5-next.1", "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 2e08b4b4fcb9d..0c262bda76147 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.4", + "version": "0.8.5-next.1", "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 741ab97d6974c..6adeddda55c0e 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.4", + "version": "0.8.5-next.1", "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 1207d6fbf2dd2..9155e83fd0e3b 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.4", + "version": "0.8.5-next.1", "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 a09b9a13435ba..f33827319d83f 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.4", + "version": "0.8.5-next.1", "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 f9defae43449e..060b3f33a370b 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.4", + "version": "0.8.5-next.1", "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 d1d3153429398..364d189f4b777 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.4", + "version": "0.8.5-next.1", "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 dafba0eaf4e87..106cb329ff90e 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.4", + "version": "0.8.5-next.1", "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 1708b66ccaeb3..eb4ad64dffe54 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.4", + "version": "0.8.5-next.1", "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 686571b492637..b5e30e8e9cc4f 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -0.8.4 -latest \ No newline at end of file +0.8.5-next.1 +next \ No newline at end of file