Skip to content

Commit

Permalink
publish 1.8.7 to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobot-temp committed Mar 29, 2023
1 parent cda591b commit afc7eef
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/turbo/version.go
@@ -1,3 +1,3 @@
package main

const turboVersion = "1.8.7-canary.1"
const turboVersion = "1.8.7"
2 changes: 1 addition & 1 deletion packages/create-turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "create-turbo",
"version": "1.8.7-canary.1",
"version": "1.8.7",
"description": "Create a new Turborepo",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-turbo",
"version": "1.8.7-canary.1",
"version": "1.8.7",
"description": "ESLint config for Turborepo",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-turbo",
"version": "1.8.7-canary.1",
"version": "1.8.7",
"description": "ESLint plugin for Turborepo",
"keywords": [
"turbo",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@turbo/codemod",
"version": "1.8.7-canary.1",
"version": "1.8.7",
"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
@@ -1,6 +1,6 @@
{
"name": "turbo-ignore",
"version": "1.8.7-canary.1",
"version": "1.8.7",
"description": "",
"homepage": "https://turbo.build/repo",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-workspaces/package.json
@@ -1,6 +1,6 @@
{
"name": "@turbo/workspaces",
"version": "1.8.7-canary.1",
"version": "1.8.7",
"description": "Tools for working with package managers",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo",
"version": "1.8.7-canary.1",
"version": "1.8.7",
"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.7-canary.1",
"turbo-darwin-arm64": "1.8.7-canary.1",
"turbo-linux-64": "1.8.7-canary.1",
"turbo-linux-arm64": "1.8.7-canary.1",
"turbo-windows-64": "1.8.7-canary.1",
"turbo-windows-arm64": "1.8.7-canary.1"
"turbo-darwin-64": "1.8.7",
"turbo-darwin-arm64": "1.8.7",
"turbo-linux-64": "1.8.7",
"turbo-linux-arm64": "1.8.7",
"turbo-windows-64": "1.8.7",
"turbo-windows-arm64": "1.8.7"
}
}
4 changes: 2 additions & 2 deletions version.txt
@@ -1,2 +1,2 @@
1.8.7-canary.1
canary
1.8.7
latest

0 comments on commit afc7eef

Please sign in to comment.