Skip to content

Commit

Permalink
release(turborepo): 1.9.4-canary.6 (#4736)
Browse files Browse the repository at this point in the history
Co-authored-by: Turbobot <turbobot@vercel.com>
  • Loading branch information
2 people authored and jridgewell committed Apr 29, 2023
1 parent 333464d commit 4aab0bd
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.9.4-canary.5"
const turboVersion = "1.9.4-canary.6"
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.9.4-canary.5",
"version": "1.9.4-canary.6",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-turbo",
"version": "1.9.4-canary.5",
"version": "1.9.4-canary.6",
"description": "ESLint config for Turborepo",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-turbo",
"version": "1.9.4-canary.5",
"version": "1.9.4-canary.6",
"description": "ESLint plugin for Turborepo",
"keywords": [
"turbo",
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.9.4-canary.5",
"version": "1.9.4-canary.6",
"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.9.4-canary.5",
"version": "1.9.4-canary.6",
"description": "",
"homepage": "https://turbo.build/repo",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/workspaces",
"version": "1.9.4-canary.5",
"version": "1.9.4-canary.6",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo",
"version": "1.9.4-canary.5",
"version": "1.9.4-canary.6",
"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.9.4-canary.5",
"turbo-darwin-arm64": "1.9.4-canary.5",
"turbo-linux-64": "1.9.4-canary.5",
"turbo-linux-arm64": "1.9.4-canary.5",
"turbo-windows-64": "1.9.4-canary.5",
"turbo-windows-arm64": "1.9.4-canary.5"
"turbo-darwin-64": "1.9.4-canary.6",
"turbo-darwin-arm64": "1.9.4-canary.6",
"turbo-linux-64": "1.9.4-canary.6",
"turbo-linux-arm64": "1.9.4-canary.6",
"turbo-windows-64": "1.9.4-canary.6",
"turbo-windows-arm64": "1.9.4-canary.6"
}
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.9.4-canary.5
1.9.4-canary.6
canary

0 comments on commit 4aab0bd

Please sign in to comment.