Skip to content

Commit

Permalink
publish 0.8.5-next.1 to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Nov 1, 2021
1 parent 1c4afe2 commit fa8f3ad
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cmd/turbo/version.go
@@ -1,3 +1,3 @@
package main

const turboVersion = "0.8.4"
const turboVersion = "0.8.5-next.1"
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 2 additions & 2 deletions version.txt
@@ -1,2 +1,2 @@
0.8.4
latest
0.8.5-next.1
next

0 comments on commit fa8f3ad

Please sign in to comment.