Skip to content

Commit

Permalink
feat(@turbo/repository): bump for release (#7361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored Feb 13, 2024
1 parent c48bc8a commit e7afa8d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
15 changes: 8 additions & 7 deletions packages/turbo-repository/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/repository",
"version": "0.0.1-canary.5",
"version": "0.0.1-canary.6",
"description": "",
"bugs": "https://github.com/vercel/turbo/issues",
"homepage": "https://turbo.build/repo",
Expand All @@ -15,11 +15,12 @@
],
"types": "dist/index.d.ts",
"optionalDependencies": {
"@turbo/repository-darwin-x64": "0.0.1-canary.5",
"@turbo/repository-darwin-arm64": "0.0.1-canary.5",
"@turbo/repository-linux-x64-gnu": "0.0.1-canary.5",
"@turbo/repository-linux-arm64-gnu": "0.0.1-canary.5",
"@turbo/repository-win32-x64-msvc": "0.0.1-canary.5",
"@turbo/repository-win32-arm64-msvc": "0.0.1-canary.5"
"@turbo/repository-darwin-x64": "0.0.1-canary.6",
"@turbo/repository-darwin-arm64": "0.0.1-canary.6",
"@turbo/repository-linux-x64-gnu": "0.0.1-canary.6",
"@turbo/repository-linux-arm64-gnu": "0.0.1-canary.6",
"@turbo/repository-win32-x64-msvc": "0.0.1-canary.6",
"@turbo/repository-win32-arm64-msvc": "0.0.1-canary.6",
"@turbo/repository-linux-x64-musl": "0.0.1-canary.6"
}
}
2 changes: 1 addition & 1 deletion packages/turbo-repository/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/repository-darwin-arm64",
"version": "0.0.1-canary.5",
"version": "0.0.1-canary.6",
"repository": {
"type": "git",
"url": "https://github.com/vercel/turbo",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-repository/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/repository-darwin-x64",
"version": "0.0.1-canary.5",
"version": "0.0.1-canary.6",
"repository": {
"type": "git",
"url": "https://github.com/vercel/turbo",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-repository/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/repository-linux-arm64-gnu",
"version": "0.0.1-canary.5",
"version": "0.0.1-canary.6",
"repository": {
"type": "git",
"url": "https://github.com/vercel/turbo",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-repository/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/repository-linux-x64-gnu",
"version": "0.0.1-canary.5",
"version": "0.0.1-canary.6",
"repository": {
"type": "git",
"url": "https://github.com/vercel/turbo",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-repository/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/repository-linux-x64-musl",
"version": "0.0.1-canary.5",
"version": "0.0.1-canary.6",
"repository": {
"type": "git",
"url": "https://github.com/vercel/turbo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/repository-win32-arm64-msvc",
"version": "0.0.1-canary.5",
"version": "0.0.1-canary.6",
"repository": {
"type": "git",
"url": "https://github.com/vercel/turbo",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-repository/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/repository-win32-x64-msvc",
"version": "0.0.1-canary.5",
"version": "0.0.1-canary.6",
"repository": {
"type": "git",
"url": "https://github.com/vercel/turbo",
Expand Down

0 comments on commit e7afa8d

Please sign in to comment.