Skip to content

Release#90

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Release#90
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 4, 2026

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 f4bc85d Thanks @jamie-at-bunny! - feat(scripts): manage custom domains for Edge Scripts (bunny scripts domains, with hostnames as a hidden alias)

  • #91 73cb7a7 Thanks @jamie-at-bunny! - feat(dns): add experimental bunny dns commands for managing DNS zones and records

Patch Changes

  • #88 aa0f44d Thanks @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. Previously db link, db regions update, and scripts env remove printed a "Cancelled." line and exited 0 when you aborted the picker with Ctrl-C/Esc, making a no-op indistinguishable from success. They now exit 1 (and emit a proper {"error":…} payload under --output json), matching scripts link, apps link, and the shared resolveDbId selection prompt. Declining a confirmation ("Delete?", "Replace?") still exits 0 — that's a deliberate answer, not an abort.

@bunny.net/openapi-client@0.1.1

Patch Changes

@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

  • Updated dependencies [73cb7a7]:
    • @bunny.net/openapi-client@0.1.1

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Jun 4, 2026

Greptile Summary

This is an automated release PR generated by the Changesets action, bumping @bunny.net/cli from 0.5.3 to 0.6.0 and publishing companion patch releases for openapi-client and app-config. No source code is modified; all changes are version bumps, changelog entries, and deletion of consumed changeset files.

  • @bunny.net/cli@0.6.0: adds bunny scripts domains (custom domain management for Edge Scripts) and experimental bunny dns commands (zones + records); fixes interactive-prompt cancellation to exit non-zero so scripts and CI can distinguish an abort from a success.
  • @bunny.net/openapi-client@0.1.1: patches the proxy-interception middleware so legitimate non-JSON 200 responses are not incorrectly rejected.
  • All five platform binary packages are bumped to 0.6.0 in lockstep, and the optional dependency pins in packages/cli/package.json reference the matching 0.6.0 version.

Confidence Score: 5/5

Safe 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

Filename Overview
packages/cli/package.json Version bumped from 0.5.3 → 0.6.0; all five optional platform-binary dependencies updated in lockstep to 0.6.0
packages/openapi-client/package.json Version bumped from 0.1.0 → 0.1.1 to reflect the proxy-interception guard fix merged in PR #91
packages/app-config/package.json Version bumped from 0.1.0 → 0.1.1 as a transitive dependent of openapi-client; package remains private
packages/cli/CHANGELOG.md Added 0.6.0 entry documenting two minor features (scripts domains, dns commands) and one patch (cancel exits non-zero)
packages/cli-darwin-arm64/package.json Version bumped from 0.5.3 → 0.6.0 in lockstep with the main CLI package

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
Loading

Reviews (3): Last reviewed commit: "Version Packages" | Re-trigger Greptile

@github-actions github-actions Bot force-pushed the changeset-release/main branch from c16c6d9 to 11e0dad Compare June 4, 2026 15:39
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 11e0dad to 54bb785 Compare June 5, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants