Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-breads-float.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cyan-cameras-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-cups-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-colts-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-emus-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strict-wasps-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tangy-lights-own.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/cli-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-darwin-arm64

## 0.2.1

## 0.2.0

## 0.1.6
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-darwin-x64

## 0.2.1

## 0.2.0

## 0.1.6
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-linux-arm64

## 0.2.1

## 0.2.0

## 0.1.6
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-linux-x64

## 0.2.1

## 0.2.0

## 0.1.6
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-windows-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-windows-x64

## 0.2.1

## 0.2.0

## 0.1.6
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"module": "src/index.ts",
"bin": {
Expand All @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-darwin-arm64

## 0.2.2

## 0.2.1

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-darwin-x64

## 0.2.2

## 0.2.1

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-linux-arm64

## 0.2.2

## 0.2.1

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-linux-x64

## 0.2.2

## 0.2.1

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/database-shell-windows-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/database-shell-windows-x64

## 0.2.2

## 0.2.1

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/database-shell-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/database-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions packages/database-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-shell",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"module": "src/index.ts",
"bin": {
Expand All @@ -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"
Expand Down