diff --git a/.changeset/sandbox-get-hydrates-ports.md b/.changeset/sandbox-get-hydrates-ports.md deleted file mode 100644 index 4a9eb67..0000000 --- a/.changeset/sandbox-get-hydrates-ports.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/sandbox": patch ---- - -fix(sandbox): Sandbox.get() recovers exposed port mappings from CDN endpoints so domain() works after reconnect diff --git a/.changeset/storage-behavioral-consistency.md b/.changeset/storage-behavioral-consistency.md deleted file mode 100644 index 2ec2414..0000000 --- a/.changeset/storage-behavioral-consistency.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -fix(storage): shared TTY detection, non-interactive guard and cancel handling for zones update, aligned --force semantics, and linked-zone fallback for domains commands diff --git a/packages/cli-darwin-arm64/CHANGELOG.md b/packages/cli-darwin-arm64/CHANGELOG.md index e606f6a..c1e2637 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.9.2 + ## 0.9.1 ## 0.9.0 diff --git a/packages/cli-darwin-arm64/package.json b/packages/cli-darwin-arm64/package.json index 5d41bfd..2cdf689 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.9.1", + "version": "0.9.2", "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 8e4fb4a..7e8bdcc 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.9.2 + ## 0.9.1 ## 0.9.0 diff --git a/packages/cli-darwin-x64/package.json b/packages/cli-darwin-x64/package.json index 2203fce..ec8cc75 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.9.1", + "version": "0.9.2", "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 da0a757..06bc396 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.9.2 + ## 0.9.1 ## 0.9.0 diff --git a/packages/cli-linux-arm64/package.json b/packages/cli-linux-arm64/package.json index 289a52e..d76610b 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.9.1", + "version": "0.9.2", "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 0f69655..d19d413 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.9.2 + ## 0.9.1 ## 0.9.0 diff --git a/packages/cli-linux-x64/package.json b/packages/cli-linux-x64/package.json index 3e10d1a..c2ac705 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.9.1", + "version": "0.9.2", "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 cf096b9..dd0325f 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.9.2 + ## 0.9.1 ## 0.9.0 diff --git a/packages/cli-windows-x64/package.json b/packages/cli-windows-x64/package.json index 94e4176..cd2d817 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.9.1", + "version": "0.9.2", "description": "bunny.net CLI binary for Windows x64", "os": [ "win32" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9efabe9..0b0197e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/cli +## 0.9.2 + +### Patch Changes + +- [#119](https://github.com/BunnyWay/cli/pull/119) [`dfbe849`](https://github.com/BunnyWay/cli/commit/dfbe849881a4446d2092aa9148fe0b552b1b6663) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(storage): shared TTY detection, non-interactive guard and cancel handling for zones update, aligned --force semantics, and linked-zone fallback for domains commands + ## 0.9.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 31fe53d..6e86e9e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli", - "version": "0.9.1", + "version": "0.9.2", "type": "module", "module": "src/index.ts", "bin": { @@ -29,11 +29,11 @@ "zod": "^4.3.6" }, "optionalDependencies": { - "@bunny.net/cli-linux-x64": "0.9.1", - "@bunny.net/cli-linux-arm64": "0.9.1", - "@bunny.net/cli-darwin-x64": "0.9.1", - "@bunny.net/cli-darwin-arm64": "0.9.1", - "@bunny.net/cli-windows-x64": "0.9.1" + "@bunny.net/cli-linux-x64": "0.9.2", + "@bunny.net/cli-linux-arm64": "0.9.2", + "@bunny.net/cli-darwin-x64": "0.9.2", + "@bunny.net/cli-darwin-arm64": "0.9.2", + "@bunny.net/cli-windows-x64": "0.9.2" }, "publishConfig": { "access": "public" diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 5ae68d7..2618a2b 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/sandbox +## 0.3.1 + +### Patch Changes + +- [`ad79781`](https://github.com/BunnyWay/cli/commit/ad797813d850fd39df048f8e1cfa3c0cc3598fcd) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(sandbox): Sandbox.get() recovers exposed port mappings from CDN endpoints so domain() works after reconnect + ## 0.3.0 ### Minor Changes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index fb26331..9707422 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/sandbox", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",