From 92897d2159dd46ce0afcb472646f5e5ce0f2d9ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 12:11:05 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-breads-float.md | 5 ----- .changeset/cyan-cameras-beam.md | 6 ------ .changeset/funny-cups-turn.md | 5 ----- .changeset/lazy-colts-fix.md | 5 ----- .changeset/smart-emus-sort.md | 5 ----- .changeset/strict-wasps-laugh.md | 5 ----- .changeset/tangy-lights-own.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 | 18 ++++++++++++++++++ packages/cli/package.json | 12 ++++++------ .../database-shell-darwin-arm64/CHANGELOG.md | 2 ++ .../database-shell-darwin-arm64/package.json | 2 +- .../database-shell-darwin-x64/CHANGELOG.md | 2 ++ .../database-shell-darwin-x64/package.json | 2 +- .../database-shell-linux-arm64/CHANGELOG.md | 2 ++ .../database-shell-linux-arm64/package.json | 2 +- packages/database-shell-linux-x64/CHANGELOG.md | 2 ++ packages/database-shell-linux-x64/package.json | 2 +- .../database-shell-windows-x64/CHANGELOG.md | 2 ++ .../database-shell-windows-x64/package.json | 2 +- packages/database-shell/CHANGELOG.md | 6 ++++++ packages/database-shell/package.json | 12 ++++++------ 31 files changed, 66 insertions(+), 58 deletions(-) delete mode 100644 .changeset/bright-breads-float.md delete mode 100644 .changeset/cyan-cameras-beam.md delete mode 100644 .changeset/funny-cups-turn.md delete mode 100644 .changeset/lazy-colts-fix.md delete mode 100644 .changeset/smart-emus-sort.md delete mode 100644 .changeset/strict-wasps-laugh.md delete mode 100644 .changeset/tangy-lights-own.md diff --git a/.changeset/bright-breads-float.md b/.changeset/bright-breads-float.md deleted file mode 100644 index d4dac03e..00000000 --- a/.changeset/bright-breads-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -fix database size formatting of bytes diff --git a/.changeset/cyan-cameras-beam.md b/.changeset/cyan-cameras-beam.md deleted file mode 100644 index 1eb57f28..00000000 --- a/.changeset/cyan-cameras-beam.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bunny.net/database-shell": patch -"@bunny.net/cli": patch ---- - -use custom fetch client for database shell diff --git a/.changeset/funny-cups-turn.md b/.changeset/funny-cups-turn.md deleted file mode 100644 index 1fe71aa1..00000000 --- a/.changeset/funny-cups-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -show notice when last region is removed that there are no other replicas diff --git a/.changeset/lazy-colts-fix.md b/.changeset/lazy-colts-fix.md deleted file mode 100644 index 60ea95c3..00000000 --- a/.changeset/lazy-colts-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -ask for confirmation when removing a database region diff --git a/.changeset/smart-emus-sort.md b/.changeset/smart-emus-sort.md deleted file mode 100644 index 0434f4a3..00000000 --- a/.changeset/smart-emus-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -add prompt when creating a database token that previous ones remain valid diff --git a/.changeset/strict-wasps-laugh.md b/.changeset/strict-wasps-laugh.md deleted file mode 100644 index 4cd8714c..00000000 --- a/.changeset/strict-wasps-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -add get started and shell instructions on successfull database creation diff --git a/.changeset/tangy-lights-own.md b/.changeset/tangy-lights-own.md deleted file mode 100644 index 4ae6d47e..00000000 --- a/.changeset/tangy-lights-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -warn when no new tokens created after invalidation diff --git a/packages/cli-darwin-arm64/CHANGELOG.md b/packages/cli-darwin-arm64/CHANGELOG.md index ae87763c..9d0c0e88 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.2.1 + ## 0.2.0 ## 0.1.6 diff --git a/packages/cli-darwin-arm64/package.json b/packages/cli-darwin-arm64/package.json index b9e21a59..6d930281 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.2.0", + "version": "0.2.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 c9307804..5ac8d766 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.2.1 + ## 0.2.0 ## 0.1.6 diff --git a/packages/cli-darwin-x64/package.json b/packages/cli-darwin-x64/package.json index ced55900..6d62be77 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.2.0", + "version": "0.2.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 e64af101..5be7b023 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.2.1 + ## 0.2.0 ## 0.1.6 diff --git a/packages/cli-linux-arm64/package.json b/packages/cli-linux-arm64/package.json index 1190a186..687958c0 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.2.0", + "version": "0.2.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 d2ea4149..38597517 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.2.1 + ## 0.2.0 ## 0.1.6 diff --git a/packages/cli-linux-x64/package.json b/packages/cli-linux-x64/package.json index aed1f2f2..f2f977cb 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.2.0", + "version": "0.2.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 7fa6b788..3e3a1750 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.2.1 + ## 0.2.0 ## 0.1.6 diff --git a/packages/cli-windows-x64/package.json b/packages/cli-windows-x64/package.json index 440fa876..f1baccec 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.2.0", + "version": "0.2.1", "description": "bunny.net CLI binary for Windows x64", "os": [ "win32" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e3fd1ff5..b472fab5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,23 @@ # @bunny.net/cli +## 0.2.1 + +### Patch Changes + +- [#20](https://github.com/BunnyWay/cli/pull/20) [`4eabd29`](https://github.com/BunnyWay/cli/commit/4eabd291e0259ea76ba81ae5a2fca082c89908f4) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix database size formatting of bytes + +- [#27](https://github.com/BunnyWay/cli/pull/27) [`eed0cc6`](https://github.com/BunnyWay/cli/commit/eed0cc6d1e1a16b84283d39ad7fff29f779cd1b7) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - use custom fetch client for database shell + +- [#25](https://github.com/BunnyWay/cli/pull/25) [`c445698`](https://github.com/BunnyWay/cli/commit/c445698460125968bcccae79a9fe4d2d6159abb6) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - show notice when last region is removed that there are no other replicas + +- [#22](https://github.com/BunnyWay/cli/pull/22) [`689830f`](https://github.com/BunnyWay/cli/commit/689830faf454e648b6be89d5196de90b3a1263e4) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - ask for confirmation when removing a database region + +- [#24](https://github.com/BunnyWay/cli/pull/24) [`0568cf2`](https://github.com/BunnyWay/cli/commit/0568cf226867ed6c844f8aa5359324f0f7787c4e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - add prompt when creating a database token that previous ones remain valid + +- [#23](https://github.com/BunnyWay/cli/pull/23) [`2add08f`](https://github.com/BunnyWay/cli/commit/2add08f3a0d7d69cf744dddfcbcfab1761fa15af) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - add get started and shell instructions on successfull database creation + +- [#26](https://github.com/BunnyWay/cli/pull/26) [`340d501`](https://github.com/BunnyWay/cli/commit/340d5012d1b5671a7b187535e5bd805937180718) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - warn when no new tokens created after invalidation + ## 0.2.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f139e27b..967b00f4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "module": "src/index.ts", "bin": { @@ -26,11 +26,11 @@ "zod": "^4.3.6" }, "optionalDependencies": { - "@bunny.net/cli-linux-x64": "0.2.0", - "@bunny.net/cli-linux-arm64": "0.2.0", - "@bunny.net/cli-darwin-x64": "0.2.0", - "@bunny.net/cli-darwin-arm64": "0.2.0", - "@bunny.net/cli-windows-x64": "0.2.0" + "@bunny.net/cli-linux-x64": "0.2.1", + "@bunny.net/cli-linux-arm64": "0.2.1", + "@bunny.net/cli-darwin-x64": "0.2.1", + "@bunny.net/cli-darwin-arm64": "0.2.1", + "@bunny.net/cli-windows-x64": "0.2.1" }, "publishConfig": { "access": "public" diff --git a/packages/database-shell-darwin-arm64/CHANGELOG.md b/packages/database-shell-darwin-arm64/CHANGELOG.md index c56cbeab..12c59de3 100644 --- a/packages/database-shell-darwin-arm64/CHANGELOG.md +++ b/packages/database-shell-darwin-arm64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-darwin-arm64 +## 0.2.2 + ## 0.2.1 ## 0.2.0 diff --git a/packages/database-shell-darwin-arm64/package.json b/packages/database-shell-darwin-arm64/package.json index 177f7063..618976c2 100644 --- a/packages/database-shell-darwin-arm64/package.json +++ b/packages/database-shell-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-darwin-arm64", - "version": "0.2.1", + "version": "0.2.2", "description": "bunny.net database shell binary for macOS arm64", "os": [ "darwin" diff --git a/packages/database-shell-darwin-x64/CHANGELOG.md b/packages/database-shell-darwin-x64/CHANGELOG.md index e2a3e21e..3296b011 100644 --- a/packages/database-shell-darwin-x64/CHANGELOG.md +++ b/packages/database-shell-darwin-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-darwin-x64 +## 0.2.2 + ## 0.2.1 ## 0.2.0 diff --git a/packages/database-shell-darwin-x64/package.json b/packages/database-shell-darwin-x64/package.json index c1691c41..f9fd3723 100644 --- a/packages/database-shell-darwin-x64/package.json +++ b/packages/database-shell-darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-darwin-x64", - "version": "0.2.1", + "version": "0.2.2", "description": "bunny.net database shell binary for macOS x64", "os": [ "darwin" diff --git a/packages/database-shell-linux-arm64/CHANGELOG.md b/packages/database-shell-linux-arm64/CHANGELOG.md index a1c4ba48..988079b3 100644 --- a/packages/database-shell-linux-arm64/CHANGELOG.md +++ b/packages/database-shell-linux-arm64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-linux-arm64 +## 0.2.2 + ## 0.2.1 ## 0.2.0 diff --git a/packages/database-shell-linux-arm64/package.json b/packages/database-shell-linux-arm64/package.json index edbdfcb7..c10b9b4f 100644 --- a/packages/database-shell-linux-arm64/package.json +++ b/packages/database-shell-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-linux-arm64", - "version": "0.2.1", + "version": "0.2.2", "description": "bunny.net database shell binary for Linux arm64", "os": [ "linux" diff --git a/packages/database-shell-linux-x64/CHANGELOG.md b/packages/database-shell-linux-x64/CHANGELOG.md index 04207ed9..f0ba7042 100644 --- a/packages/database-shell-linux-x64/CHANGELOG.md +++ b/packages/database-shell-linux-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-linux-x64 +## 0.2.2 + ## 0.2.1 ## 0.2.0 diff --git a/packages/database-shell-linux-x64/package.json b/packages/database-shell-linux-x64/package.json index 88c70ec7..2967babe 100644 --- a/packages/database-shell-linux-x64/package.json +++ b/packages/database-shell-linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-linux-x64", - "version": "0.2.1", + "version": "0.2.2", "description": "bunny.net database shell binary for Linux x64", "os": [ "linux" diff --git a/packages/database-shell-windows-x64/CHANGELOG.md b/packages/database-shell-windows-x64/CHANGELOG.md index fe910559..c4b98b28 100644 --- a/packages/database-shell-windows-x64/CHANGELOG.md +++ b/packages/database-shell-windows-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-windows-x64 +## 0.2.2 + ## 0.2.1 ## 0.2.0 diff --git a/packages/database-shell-windows-x64/package.json b/packages/database-shell-windows-x64/package.json index 2e490b1b..5807f105 100644 --- a/packages/database-shell-windows-x64/package.json +++ b/packages/database-shell-windows-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-windows-x64", - "version": "0.2.1", + "version": "0.2.2", "description": "bunny.net database shell binary for Windows x64", "os": [ "win32" diff --git a/packages/database-shell/CHANGELOG.md b/packages/database-shell/CHANGELOG.md index 6a32f52e..86f57cf5 100644 --- a/packages/database-shell/CHANGELOG.md +++ b/packages/database-shell/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/database-shell +## 0.2.2 + +### Patch Changes + +- [#27](https://github.com/BunnyWay/cli/pull/27) [`eed0cc6`](https://github.com/BunnyWay/cli/commit/eed0cc6d1e1a16b84283d39ad7fff29f779cd1b7) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - use custom fetch client for database shell + ## 0.2.1 ### Patch Changes diff --git a/packages/database-shell/package.json b/packages/database-shell/package.json index b264ce28..a47a947c 100644 --- a/packages/database-shell/package.json +++ b/packages/database-shell/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "module": "src/index.ts", "bin": { @@ -18,11 +18,11 @@ "cli-table3": "^0.6.5" }, "optionalDependencies": { - "@bunny.net/database-shell-linux-x64": "0.2.1", - "@bunny.net/database-shell-linux-arm64": "0.2.1", - "@bunny.net/database-shell-darwin-x64": "0.2.1", - "@bunny.net/database-shell-darwin-arm64": "0.2.1", - "@bunny.net/database-shell-windows-x64": "0.2.1" + "@bunny.net/database-shell-linux-x64": "0.2.2", + "@bunny.net/database-shell-linux-arm64": "0.2.2", + "@bunny.net/database-shell-darwin-x64": "0.2.2", + "@bunny.net/database-shell-darwin-arm64": "0.2.2", + "@bunny.net/database-shell-windows-x64": "0.2.2" }, "publishConfig": { "access": "public"