From 3c4e0d84c8acc4b2765ad3a0f9e581da3de746f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:00:36 +0000 Subject: [PATCH] Version Packages --- .changeset/dns-scripts-package-manager.md | 5 ----- .changeset/publish-sandbox.md | 5 ----- 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 | 6 ++++++ packages/cli/package.json | 12 ++++++------ packages/sandbox/CHANGELOG.md | 6 ++++++ packages/sandbox/package.json | 2 +- 16 files changed, 34 insertions(+), 22 deletions(-) delete mode 100644 .changeset/dns-scripts-package-manager.md delete mode 100644 .changeset/publish-sandbox.md diff --git a/.changeset/dns-scripts-package-manager.md b/.changeset/dns-scripts-package-manager.md deleted file mode 100644 index 0fcc6503..00000000 --- a/.changeset/dns-scripts-package-manager.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -fix(dns): `dns scripts init` detects and uses any installed package manager (bun, pnpm, yarn, npm) instead of assuming bun, and warns clearly when none is on PATH diff --git a/.changeset/publish-sandbox.md b/.changeset/publish-sandbox.md deleted file mode 100644 index 0e9c00f6..00000000 --- a/.changeset/publish-sandbox.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/sandbox": patch ---- - -Publish @bunny.net/sandbox to npm diff --git a/packages/cli-darwin-arm64/CHANGELOG.md b/packages/cli-darwin-arm64/CHANGELOG.md index ae142bc5..aefc2190 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.8.1 + ## 0.8.0 ## 0.7.0 diff --git a/packages/cli-darwin-arm64/package.json b/packages/cli-darwin-arm64/package.json index 6194adb1..1a9bf3d6 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.8.0", + "version": "0.8.1", "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 a6812713..f98950f8 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.8.1 + ## 0.8.0 ## 0.7.0 diff --git a/packages/cli-darwin-x64/package.json b/packages/cli-darwin-x64/package.json index 525ff81d..6f4eb2b5 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.8.0", + "version": "0.8.1", "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 27ab624d..9bed0875 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.8.1 + ## 0.8.0 ## 0.7.0 diff --git a/packages/cli-linux-arm64/package.json b/packages/cli-linux-arm64/package.json index b237d108..c0661577 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.8.0", + "version": "0.8.1", "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 8fad483f..7ceab537 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.8.1 + ## 0.8.0 ## 0.7.0 diff --git a/packages/cli-linux-x64/package.json b/packages/cli-linux-x64/package.json index 87e6b3ff..758b4204 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.8.0", + "version": "0.8.1", "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 c08bea5e..f6412819 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.8.1 + ## 0.8.0 ## 0.7.0 diff --git a/packages/cli-windows-x64/package.json b/packages/cli-windows-x64/package.json index 8a59bd51..ed9bc7ac 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.8.0", + "version": "0.8.1", "description": "bunny.net CLI binary for Windows x64", "os": [ "win32" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1ce64ad1..a3d8ffa7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/cli +## 0.8.1 + +### Patch Changes + +- [#108](https://github.com/BunnyWay/cli/pull/108) [`8c6ae43`](https://github.com/BunnyWay/cli/commit/8c6ae4340b99305acad7e355f533fbc4ba300420) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(dns): `dns scripts init` detects and uses any installed package manager (bun, pnpm, yarn, npm) instead of assuming bun, and warns clearly when none is on PATH + ## 0.8.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index cabaebe1..dd0f1ed2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli", - "version": "0.8.0", + "version": "0.8.1", "type": "module", "module": "src/index.ts", "bin": { @@ -28,11 +28,11 @@ "zod": "^4.3.6" }, "optionalDependencies": { - "@bunny.net/cli-linux-x64": "0.8.0", - "@bunny.net/cli-linux-arm64": "0.8.0", - "@bunny.net/cli-darwin-x64": "0.8.0", - "@bunny.net/cli-darwin-arm64": "0.8.0", - "@bunny.net/cli-windows-x64": "0.8.0" + "@bunny.net/cli-linux-x64": "0.8.1", + "@bunny.net/cli-linux-arm64": "0.8.1", + "@bunny.net/cli-darwin-x64": "0.8.1", + "@bunny.net/cli-darwin-arm64": "0.8.1", + "@bunny.net/cli-windows-x64": "0.8.1" }, "publishConfig": { "access": "public" diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 1ebf2cef..579398db 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/sandbox +## 0.2.1 + +### Patch Changes + +- [#109](https://github.com/BunnyWay/cli/pull/109) [`e7ba811`](https://github.com/BunnyWay/cli/commit/e7ba811f71689df97220b748f3ccaf7a8e6486f2) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Publish @bunny.net/sandbox to npm + ## 0.2.0 ### Minor Changes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 10a6c830..e2faf8df 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/sandbox", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "module": "src/index.ts", "exports": {