Skip to content

Commit

Permalink
publish 1.6.0-canary.0 to registry (#2261)
Browse files Browse the repository at this point in the history
Co-authored-by: Turbobot <[email protected]>
  • Loading branch information
nathanhammond and turbobot-temp authored Oct 18, 2022
1 parent 6896a02 commit b852c57
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.5.7-canary.0"
const turboVersion = "1.6.0-canary.0"
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.5.7-canary.0",
"version": "1.6.0-canary.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/codemod",
"version": "1.5.7-canary.0",
"version": "1.6.0-canary.0",
"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
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.5.7-canary.0",
"version": "1.6.0-canary.0",
"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 @@ -19,11 +19,11 @@
"install.js"
],
"optionalDependencies": {
"turbo-darwin-64": "1.5.7-canary.0",
"turbo-darwin-arm64": "1.5.7-canary.0",
"turbo-linux-64": "1.5.7-canary.0",
"turbo-linux-arm64": "1.5.7-canary.0",
"turbo-windows-64": "1.5.7-canary.0",
"turbo-windows-arm64": "1.5.7-canary.0"
"turbo-darwin-64": "1.6.0-canary.0",
"turbo-darwin-arm64": "1.6.0-canary.0",
"turbo-linux-64": "1.6.0-canary.0",
"turbo-linux-arm64": "1.6.0-canary.0",
"turbo-windows-64": "1.6.0-canary.0",
"turbo-windows-arm64": "1.6.0-canary.0"
}
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.5.7-canary.0
1.6.0-canary.0
canary

5 comments on commit b852c57

@vercel
Copy link

@vercel vercel bot commented on b852c57 Oct 18, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

examples-designsystem-docs – ./examples/design-system/apps/docs

turborepo-examples-designsystem-docs.vercel.sh
examples-designsystem-docs.vercel.sh
examples-designsystem-docs-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on b852c57 Oct 18, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

examples-basic-web – ./examples/basic/apps/web

examples-basic-web.vercel.sh
examples-basic-web-git-main.vercel.sh
turborepo-examples-basic-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on b852c57 Oct 18, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

examples-kitchensink-blog – ./examples/kitchen-sink/apps/blog

examples-kitchensink-blog.vercel.sh
examples-kitchensink-blog-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on b852c57 Oct 18, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

examples-native-web – ./examples/with-react-native-web/apps/web

examples-native-web.vercel.sh
examples-native-web-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on b852c57 Oct 18, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

examples-svelte-web – ./examples/with-svelte/apps/web

turborepo-examples-svelte-web.vercel.sh
examples-svelte-web.vercel.sh
examples-svelte-web-git-main.vercel.sh

Please sign in to comment.