diff --git a/.changeset/better-baboons-attend.md b/.changeset/better-baboons-attend.md deleted file mode 100644 index 86506f4..0000000 --- a/.changeset/better-baboons-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": minor ---- - -feat(scripts): manage custom domains for Edge Scripts (`bunny scripts domains`, with `hostnames` as a hidden alias) diff --git a/.changeset/link-cancel-nonzero-exit.md b/.changeset/link-cancel-nonzero-exit.md deleted file mode 100644 index aeecb1f..0000000 --- a/.changeset/link-cancel-nonzero-exit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -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. diff --git a/.changeset/thirty-parrots-agree.md b/.changeset/thirty-parrots-agree.md deleted file mode 100644 index ccaa762..0000000 --- a/.changeset/thirty-parrots-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/openapi-client": patch ---- - -fix: let legitimate non-JSON 200 responses pass the proxy-interception guard diff --git a/.changeset/twelve-peaches-remain.md b/.changeset/twelve-peaches-remain.md deleted file mode 100644 index a6f345b..0000000 --- a/.changeset/twelve-peaches-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": minor ---- - -feat(dns): add experimental `bunny dns` commands for managing DNS zones and records diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index a407204..5dca481 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @bunny.net/app-config +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`73cb7a7`](https://github.com/BunnyWay/cli/commit/73cb7a74741898144dbc80e4b8554f102d7c8f03)]: + - @bunny.net/openapi-client@0.1.1 + ## 0.1.0 ### Minor Changes diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 5e92fd3..f0e67e2 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/app-config", - "version": "0.1.0", + "version": "0.1.1", "private": true, "type": "module", "module": "src/index.ts", diff --git a/packages/cli-darwin-arm64/CHANGELOG.md b/packages/cli-darwin-arm64/CHANGELOG.md index cb19fe2..8b077c9 100644 --- a/packages/cli-darwin-arm64/CHANGELOG.md +++ b/packages/cli-darwin-arm64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-darwin-arm64 +## 0.6.0 + ## 0.5.3 ## 0.5.2 diff --git a/packages/cli-darwin-arm64/package.json b/packages/cli-darwin-arm64/package.json index 7e00f6f..557414c 100644 --- a/packages/cli-darwin-arm64/package.json +++ b/packages/cli-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-darwin-arm64", - "version": "0.5.3", + "version": "0.6.0", "description": "bunny.net CLI binary for macOS arm64", "os": [ "darwin" diff --git a/packages/cli-darwin-x64/CHANGELOG.md b/packages/cli-darwin-x64/CHANGELOG.md index 4d636c8..c42667f 100644 --- a/packages/cli-darwin-x64/CHANGELOG.md +++ b/packages/cli-darwin-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-darwin-x64 +## 0.6.0 + ## 0.5.3 ## 0.5.2 diff --git a/packages/cli-darwin-x64/package.json b/packages/cli-darwin-x64/package.json index 45acbf8..30cf238 100644 --- a/packages/cli-darwin-x64/package.json +++ b/packages/cli-darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-darwin-x64", - "version": "0.5.3", + "version": "0.6.0", "description": "bunny.net CLI binary for macOS x64", "os": [ "darwin" diff --git a/packages/cli-linux-arm64/CHANGELOG.md b/packages/cli-linux-arm64/CHANGELOG.md index 3ec2f85..db39407 100644 --- a/packages/cli-linux-arm64/CHANGELOG.md +++ b/packages/cli-linux-arm64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-linux-arm64 +## 0.6.0 + ## 0.5.3 ## 0.5.2 diff --git a/packages/cli-linux-arm64/package.json b/packages/cli-linux-arm64/package.json index 6ef4753..0ced8ea 100644 --- a/packages/cli-linux-arm64/package.json +++ b/packages/cli-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-linux-arm64", - "version": "0.5.3", + "version": "0.6.0", "description": "bunny.net CLI binary for Linux arm64", "os": [ "linux" diff --git a/packages/cli-linux-x64/CHANGELOG.md b/packages/cli-linux-x64/CHANGELOG.md index 77bba83..a484159 100644 --- a/packages/cli-linux-x64/CHANGELOG.md +++ b/packages/cli-linux-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-linux-x64 +## 0.6.0 + ## 0.5.3 ## 0.5.2 diff --git a/packages/cli-linux-x64/package.json b/packages/cli-linux-x64/package.json index dba7795..73806fd 100644 --- a/packages/cli-linux-x64/package.json +++ b/packages/cli-linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-linux-x64", - "version": "0.5.3", + "version": "0.6.0", "description": "bunny.net CLI binary for Linux x64", "os": [ "linux" diff --git a/packages/cli-windows-x64/CHANGELOG.md b/packages/cli-windows-x64/CHANGELOG.md index 5ae7da8..65fe104 100644 --- a/packages/cli-windows-x64/CHANGELOG.md +++ b/packages/cli-windows-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-windows-x64 +## 0.6.0 + ## 0.5.3 ## 0.5.2 diff --git a/packages/cli-windows-x64/package.json b/packages/cli-windows-x64/package.json index b53baeb..dc4d18d 100644 --- a/packages/cli-windows-x64/package.json +++ b/packages/cli-windows-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-windows-x64", - "version": "0.5.3", + "version": "0.6.0", "description": "bunny.net CLI binary for Windows x64", "os": [ "win32" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 09873f2..339c1fe 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @bunny.net/cli +## 0.6.0 + +### Minor Changes + +- [#89](https://github.com/BunnyWay/cli/pull/89) [`f4bc85d`](https://github.com/BunnyWay/cli/commit/f4bc85d8236929302072301574c3b8da23c1376e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(scripts): manage custom domains for Edge Scripts (`bunny scripts domains`, with `hostnames` as a hidden alias) + +- [#91](https://github.com/BunnyWay/cli/pull/91) [`73cb7a7`](https://github.com/BunnyWay/cli/commit/73cb7a74741898144dbc80e4b8554f102d7c8f03) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(dns): add experimental `bunny dns` commands for managing DNS zones and records + +### Patch Changes + +- [#88](https://github.com/BunnyWay/cli/pull/88) [`aa0f44d`](https://github.com/BunnyWay/cli/commit/aa0f44d1c2cca49d8ee7dba4ffd854f83c71f93b) Thanks [@jamie-at-bunny](https://github.com/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. + ## 0.5.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index be5c4c3..34c1d1a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli", - "version": "0.5.3", + "version": "0.6.0", "type": "module", "module": "src/index.ts", "bin": { @@ -27,11 +27,11 @@ "zod": "^4.3.6" }, "optionalDependencies": { - "@bunny.net/cli-linux-x64": "0.5.3", - "@bunny.net/cli-linux-arm64": "0.5.3", - "@bunny.net/cli-darwin-x64": "0.5.3", - "@bunny.net/cli-darwin-arm64": "0.5.3", - "@bunny.net/cli-windows-x64": "0.5.3" + "@bunny.net/cli-linux-x64": "0.6.0", + "@bunny.net/cli-linux-arm64": "0.6.0", + "@bunny.net/cli-darwin-x64": "0.6.0", + "@bunny.net/cli-darwin-arm64": "0.6.0", + "@bunny.net/cli-windows-x64": "0.6.0" }, "publishConfig": { "access": "public" diff --git a/packages/openapi-client/CHANGELOG.md b/packages/openapi-client/CHANGELOG.md index 8a3038d..2631ed3 100644 --- a/packages/openapi-client/CHANGELOG.md +++ b/packages/openapi-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/openapi-client +## 0.1.1 + +### Patch Changes + +- [#91](https://github.com/BunnyWay/cli/pull/91) [`73cb7a7`](https://github.com/BunnyWay/cli/commit/73cb7a74741898144dbc80e4b8554f102d7c8f03) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix: let legitimate non-JSON 200 responses pass the proxy-interception guard + ## 0.1.0 ### Minor Changes diff --git a/packages/openapi-client/package.json b/packages/openapi-client/package.json index 51f4964..4826e6e 100644 --- a/packages/openapi-client/package.json +++ b/packages/openapi-client/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/openapi-client", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",