Skip to content

Commit

Permalink
publish 1.8.1 to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobot-temp committed Feb 17, 2023
1 parent 86648f0 commit 2704bf6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/turbo/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const turboVersion = "1.8.0"
const turboVersion = "1.8.1"
2 changes: 1 addition & 1 deletion packages/create-turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-turbo",
"version": "1.8.0",
"version": "1.8.1",
"description": "Create a new Turborepo",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/codemod",
"version": "1.8.0",
"version": "1.8.1",
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-ignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-ignore",
"version": "1.8.0",
"version": "1.8.1",
"description": "",
"homepage": "https://turbo.build/repo",
"keywords": [],
Expand Down
14 changes: 7 additions & 7 deletions packages/turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo",
"version": "1.8.0",
"version": "1.8.1",
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
"repository": "https://github.com/vercel/turbo",
"bugs": "https://github.com/vercel/turbo/issues",
Expand All @@ -19,11 +19,11 @@
"install.js"
],
"optionalDependencies": {
"turbo-darwin-64": "1.8.0",
"turbo-darwin-arm64": "1.8.0",
"turbo-linux-64": "1.8.0",
"turbo-linux-arm64": "1.8.0",
"turbo-windows-64": "1.8.0",
"turbo-windows-arm64": "1.8.0"
"turbo-darwin-64": "1.8.1",
"turbo-darwin-arm64": "1.8.1",
"turbo-linux-64": "1.8.1",
"turbo-linux-arm64": "1.8.1",
"turbo-windows-64": "1.8.1",
"turbo-windows-arm64": "1.8.1"
}
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.8.0
1.8.1
latest

0 comments on commit 2704bf6

Please sign in to comment.