Skip to content

Commit

Permalink
Merge branch 'main' into tomknickman/turbo-665-officially-deprecate-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Jan 9, 2023
2 parents 6b7ad20 + d8ff712 commit fea720a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/docs/pages/repo @vercel/turbo-oss
.github/workflows/pr-go-*.yml @vercel/turbo-oss
.github/workflows/pr-js-tests-*.yml @vercel/turbo-oss
/version.txt @vercel/turbo-oss

# Turbopack-specific things

Expand Down
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-canary.6"
const turboVersion = "1.7.0-canary.7"
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-canary.6",
"version": "1.7.0-canary.7",
"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-canary.6",
"version": "1.7.0-canary.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
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-canary.6",
"version": "1.7.0-canary.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.7.0-canary.6",
"turbo-darwin-arm64": "1.7.0-canary.6",
"turbo-linux-64": "1.7.0-canary.6",
"turbo-linux-arm64": "1.7.0-canary.6",
"turbo-windows-64": "1.7.0-canary.6",
"turbo-windows-arm64": "1.7.0-canary.6"
"turbo-darwin-64": "1.7.0-canary.7",
"turbo-darwin-arm64": "1.7.0-canary.7",
"turbo-linux-64": "1.7.0-canary.7",
"turbo-linux-arm64": "1.7.0-canary.7",
"turbo-windows-64": "1.7.0-canary.7",
"turbo-windows-arm64": "1.7.0-canary.7"
}
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.7.0-canary.6
1.7.0-canary.7
canary

0 comments on commit fea720a

Please sign in to comment.