这是indexloc提供的服务,不要输入任何密码
Skip to content

publish 1.7.1-canary.0 to registry #3293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.0"
const turboVersion = "1.7.1-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.7.0",
"version": "1.7.1-canary.0",
"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.7.0",
"version": "1.7.1-canary.0",
"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
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.7.0",
"version": "1.7.1-canary.0",
"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.7.0",
"turbo-darwin-arm64": "1.7.0",
"turbo-linux-64": "1.7.0",
"turbo-linux-arm64": "1.7.0",
"turbo-windows-64": "1.7.0",
"turbo-windows-arm64": "1.7.0"
"turbo-darwin-64": "1.7.1-canary.0",
"turbo-darwin-arm64": "1.7.1-canary.0",
"turbo-linux-64": "1.7.1-canary.0",
"turbo-linux-arm64": "1.7.1-canary.0",
"turbo-windows-64": "1.7.1-canary.0",
"turbo-windows-arm64": "1.7.1-canary.0"
}
}
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.7.0
latest
1.7.1-canary.0
canary