Update bun changeset to bump static-build + CLI (#10516)

Also reverts https://github.com/vercel/vercel/pull/10515 since it didn't
work the way we were hoping.
This commit is contained in:
Nathan Rajlich
2023-09-15 16:06:32 -03:00
committed by GitHub
parent 78be0200b4
commit c90ee12b17
3 changed files with 3 additions and 6 deletions

View File

@@ -10,8 +10,5 @@
"access": "public", "access": "public",
"baseBranch": "main", "baseBranch": "main",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
"ignore": [], "ignore": []
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
}
} }

View File

@@ -1,5 +1,7 @@
--- ---
"@vercel/fs-detectors": minor "@vercel/fs-detectors": minor
"@vercel/static-build": patch
"vercel": patch
--- ---
Add support for bun detection in monorepo Add support for bun detection in monorepo

View File

@@ -1,2 +0,0 @@
---
---