From 3eba1f4951737a8eb118b7d6fc6b73f4e5413bbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:55:51 +0000 Subject: [PATCH] Version Packages --- .changeset/silver-domains-wait.md | 7 ------- .changeset/tame-selectors-share.md | 7 ------- .changeset/witty-falcons-route.md | 7 ------- packages/cli-darwin-arm64/CHANGELOG.md | 2 ++ packages/cli-darwin-arm64/package.json | 2 +- packages/cli-darwin-x64/CHANGELOG.md | 2 ++ packages/cli-darwin-x64/package.json | 2 +- packages/cli-linux-arm64/CHANGELOG.md | 2 ++ packages/cli-linux-arm64/package.json | 2 +- packages/cli-linux-x64/CHANGELOG.md | 2 ++ packages/cli-linux-x64/package.json | 2 +- packages/cli-windows-x64/CHANGELOG.md | 2 ++ packages/cli-windows-x64/package.json | 2 +- packages/cli/CHANGELOG.md | 18 ++++++++++++++++++ packages/cli/package.json | 12 ++++++------ 15 files changed, 39 insertions(+), 32 deletions(-) delete mode 100644 .changeset/silver-domains-wait.md delete mode 100644 .changeset/tame-selectors-share.md delete mode 100644 .changeset/witty-falcons-route.md diff --git a/.changeset/silver-domains-wait.md b/.changeset/silver-domains-wait.md deleted file mode 100644 index 4b93d7b8..00000000 --- a/.changeset/silver-domains-wait.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@bunny.net/cli": minor ---- - -feat(scripts): wait for DNS and enable HTTPS automatically when adding a custom domain - -`scripts domains add` gains `--wait` to poll DNS (up to 10 minutes) and issue the free SSL certificate once the domain points at bunny.net; interactive runs offer the same. `scripts create` and `scripts init` now offer a custom domain as part of the flow. diff --git a/.changeset/tame-selectors-share.md b/.changeset/tame-selectors-share.md deleted file mode 100644 index 302745b9..00000000 --- a/.changeset/tame-selectors-share.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -refactor(scripts): share a common script selector across subcommands - -`scripts` subcommands (env, deployments, show, stats) now use a shared selector, so they consistently accept the optional `[id]` positional and `--link` flag for targeting and linking a script. diff --git a/.changeset/witty-falcons-route.md b/.changeset/witty-falcons-route.md deleted file mode 100644 index 5b582a00..00000000 --- a/.changeset/witty-falcons-route.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@bunny.net/cli": minor ---- - -feat(scripts): point a custom domain at the pull zone via Bunny DNS automatically - -When a custom domain added in `scripts create`/`init` belongs to one of your Bunny DNS zones, the CLI offers to add (or repoint) the DNS record for you — always after confirmation — then issues SSL immediately since the record is already live on bunny's resolvers. diff --git a/packages/cli-darwin-arm64/CHANGELOG.md b/packages/cli-darwin-arm64/CHANGELOG.md index 8b077c9b..fd5acdc0 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.7.0 + ## 0.6.0 ## 0.5.3 diff --git a/packages/cli-darwin-arm64/package.json b/packages/cli-darwin-arm64/package.json index 557414c0..8d9f6ef5 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.6.0", + "version": "0.7.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 c42667f5..b445ceeb 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.7.0 + ## 0.6.0 ## 0.5.3 diff --git a/packages/cli-darwin-x64/package.json b/packages/cli-darwin-x64/package.json index 30cf2381..aceba7db 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.6.0", + "version": "0.7.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 db39407f..36758176 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.7.0 + ## 0.6.0 ## 0.5.3 diff --git a/packages/cli-linux-arm64/package.json b/packages/cli-linux-arm64/package.json index 0ced8ea8..b4d3da99 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.6.0", + "version": "0.7.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 a4841596..3e8f4c29 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.7.0 + ## 0.6.0 ## 0.5.3 diff --git a/packages/cli-linux-x64/package.json b/packages/cli-linux-x64/package.json index 73806fde..04d7f67d 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.6.0", + "version": "0.7.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 65fe1044..fd8c1e9c 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.7.0 + ## 0.6.0 ## 0.5.3 diff --git a/packages/cli-windows-x64/package.json b/packages/cli-windows-x64/package.json index dc4d18dc..cffddf82 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.6.0", + "version": "0.7.0", "description": "bunny.net CLI binary for Windows x64", "os": [ "win32" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0b5aad6c..11ee7670 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,23 @@ # @bunny.net/cli +## 0.7.0 + +### Minor Changes + +- [#94](https://github.com/BunnyWay/cli/pull/94) [`e2def53`](https://github.com/BunnyWay/cli/commit/e2def537dee2e11c1a12d2b6e01c2e87d583e11e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(scripts): wait for DNS and enable HTTPS automatically when adding a custom domain + + `scripts domains add` gains `--wait` to poll DNS (up to 10 minutes) and issue the free SSL certificate once the domain points at bunny.net; interactive runs offer the same. `scripts create` and `scripts init` now offer a custom domain as part of the flow. + +- [#94](https://github.com/BunnyWay/cli/pull/94) [`e2def53`](https://github.com/BunnyWay/cli/commit/e2def537dee2e11c1a12d2b6e01c2e87d583e11e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(scripts): point a custom domain at the pull zone via Bunny DNS automatically + + When a custom domain added in `scripts create`/`init` belongs to one of your Bunny DNS zones, the CLI offers to add (or repoint) the DNS record for you — always after confirmation — then issues SSL immediately since the record is already live on bunny's resolvers. + +### Patch Changes + +- [#94](https://github.com/BunnyWay/cli/pull/94) [`e2def53`](https://github.com/BunnyWay/cli/commit/e2def537dee2e11c1a12d2b6e01c2e87d583e11e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - refactor(scripts): share a common script selector across subcommands + + `scripts` subcommands (env, deployments, show, stats) now use a shared selector, so they consistently accept the optional `[id]` positional and `--link` flag for targeting and linking a script. + ## 0.6.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 34c1d1a5..0b3c363d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli", - "version": "0.6.0", + "version": "0.7.0", "type": "module", "module": "src/index.ts", "bin": { @@ -27,11 +27,11 @@ "zod": "^4.3.6" }, "optionalDependencies": { - "@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" + "@bunny.net/cli-linux-x64": "0.7.0", + "@bunny.net/cli-linux-arm64": "0.7.0", + "@bunny.net/cli-darwin-x64": "0.7.0", + "@bunny.net/cli-darwin-arm64": "0.7.0", + "@bunny.net/cli-windows-x64": "0.7.0" }, "publishConfig": { "access": "public"