Release#90
Conversation
Greptile SummaryThis is an automated release PR generated by the Changesets action, bumping
Confidence Score: 5/5Safe to merge — all changes are automated version bumps and changelog entries with no hand-written logic. Every file touched is either a CHANGELOG.md, a changeset file being deleted, or a package.json version number. The platform binary optional dependencies in packages/cli/package.json are correctly updated to match the new 0.6.0 version. No source code is modified in this PR. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Changesets Release Action] --> B{Version bumps}
B --> C["@bunny.net/cli\n0.5.3 → 0.6.0\n(2x minor, 1x patch)"]
B --> D["@bunny.net/openapi-client\n0.1.0 → 0.1.1\n(1x patch)"]
B --> E["@bunny.net/app-config\n0.1.0 → 0.1.1\n(transitive dep bump)"]
B --> F["Platform binaries x5\n0.5.3 → 0.6.0\n(fixed group)"]
C --> G["cli/package.json\noptionalDependencies\n→ all binaries @0.6.0"]
F --> G
D --> E
Reviews (3): Last reviewed commit: "Version Packages" | Re-trigger Greptile |
c16c6d9 to
11e0dad
Compare
11e0dad to
54bb785
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@bunny.net/cli@0.6.0
Minor Changes
#89
f4bc85dThanks @jamie-at-bunny! - feat(scripts): manage custom domains for Edge Scripts (bunny scripts domains, withhostnamesas a hidden alias)#91
73cb7a7Thanks @jamie-at-bunny! - feat(dns): add experimentalbunny dnscommands for managing DNS zones and recordsPatch Changes
aa0f44dThanks @jamie-at-bunny! - Cancelling an interactive selection prompt now exits non-zero so scripts and CI can tell a cancelled command apart from a successful one. Previouslydb link,db regions update, andscripts env removeprinted a "Cancelled." line and exited0when you aborted the picker with Ctrl-C/Esc, making a no-op indistinguishable from success. They now exit1(and emit a proper{"error":…}payload under--output json), matchingscripts link,apps link, and the sharedresolveDbIdselection prompt. Declining a confirmation ("Delete?", "Replace?") still exits0— that's a deliberate answer, not an abort.@bunny.net/openapi-client@0.1.1
Patch Changes
73cb7a7Thanks @jamie-at-bunny! - fix: let legitimate non-JSON 200 responses pass the proxy-interception guard@bunny.net/cli-darwin-arm64@0.6.0
@bunny.net/cli-darwin-x64@0.6.0
@bunny.net/cli-linux-arm64@0.6.0
@bunny.net/cli-linux-x64@0.6.0
@bunny.net/cli-windows-x64@0.6.0
@bunny.net/app-config@0.1.1
Patch Changes
73cb7a7]: