Skip to content

Commit

Permalink
publish 1.2.9-canary.1 to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed May 11, 2022
1 parent d355b34 commit cc2b0e9
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/turbo/version.go
@@ -1,3 +1,3 @@
package main

const turboVersion = "1.2.9-canary.0"
const turboVersion = "1.2.9-canary.1"
2 changes: 1 addition & 1 deletion cli/npm/turbo-android-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-android-arm64",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Android ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-darwin-64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-darwin-64",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The macOS 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-darwin-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-darwin-arm64",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The macOS ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-freebsd-64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-freebsd-64",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The FreeBSD 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-freebsd-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-freebsd-arm64",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The FreeBSD ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
28 changes: 14 additions & 14 deletions cli/npm/turbo-install/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand All @@ -18,18 +18,18 @@
"install.js"
],
"optionalDependencies": {
"turbo-darwin-64": "1.2.9-canary.0",
"turbo-darwin-arm64": "1.2.9-canary.0",
"turbo-freebsd-64": "1.2.9-canary.0",
"turbo-freebsd-arm64": "1.2.9-canary.0",
"turbo-linux-32": "1.2.9-canary.0",
"turbo-linux-64": "1.2.9-canary.0",
"turbo-linux-arm": "1.2.9-canary.0",
"turbo-linux-arm64": "1.2.9-canary.0",
"turbo-linux-mips64le": "1.2.9-canary.0",
"turbo-linux-ppc64le": "1.2.9-canary.0",
"turbo-windows-32": "1.2.9-canary.0",
"turbo-windows-64": "1.2.9-canary.0",
"turbo-windows-arm64": "1.2.9-canary.0"
"turbo-darwin-64": "1.2.9-canary.1",
"turbo-darwin-arm64": "1.2.9-canary.1",
"turbo-freebsd-64": "1.2.9-canary.1",
"turbo-freebsd-arm64": "1.2.9-canary.1",
"turbo-linux-32": "1.2.9-canary.1",
"turbo-linux-64": "1.2.9-canary.1",
"turbo-linux-arm": "1.2.9-canary.1",
"turbo-linux-arm64": "1.2.9-canary.1",
"turbo-linux-mips64le": "1.2.9-canary.1",
"turbo-linux-ppc64le": "1.2.9-canary.1",
"turbo-windows-32": "1.2.9-canary.1",
"turbo-windows-64": "1.2.9-canary.1",
"turbo-windows-arm64": "1.2.9-canary.1"
}
}
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-32/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-32",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Linux 32-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-64",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Linux 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-arm/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-arm",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Linux ARM binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-arm64",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Linux ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-mips64le/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-mips64le",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Linux MIPS 64-bit Little Endian binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-ppc64le/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-ppc64le",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Linux PowerPC 64-bit Little Endian binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-windows-32/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-windows-32",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Windows 32-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-windows-64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-windows-64",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Windows 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-windows-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-windows-arm64",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "The Windows ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/version.txt
@@ -1,2 +1,2 @@
1.2.9-canary.0
1.2.9-canary.1
canary
2 changes: 1 addition & 1 deletion packages/create-turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "create-turbo",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "Create a new Turborepo",
"homepage": "https://turborepo.org",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@turbo/codemod",
"version": "1.2.9-canary.0",
"version": "1.2.9-canary.1",
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
"homepage": "https://turborepo.org",
"license": "MPL-2.0",
Expand Down

1 comment on commit cc2b0e9

@vercel
Copy link

@vercel vercel bot commented on cc2b0e9 May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.