Skip to content
Open
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/better-baboons-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/link-cancel-nonzero-exit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-parrots-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-peaches-remain.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/app-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bunny.net/app-config

## 0.1.1

### Patch Changes

- Updated dependencies [[`73cb7a7`](https://github.com/BunnyWay/cli/commit/73cb7a74741898144dbc80e4b8554f102d7c8f03)]:
- @bunny.net/openapi-client@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/app-config",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"module": "src/index.ts",
Expand Down
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.6.0

## 0.5.3

## 0.5.2
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.5.3",
"version": "0.6.0",
"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.6.0

## 0.5.3

## 0.5.2
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.5.3",
"version": "0.6.0",
"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.6.0

## 0.5.3

## 0.5.2
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.5.3",
"version": "0.6.0",
"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.6.0

## 0.5.3

## 0.5.2
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.5.3",
"version": "0.6.0",
"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.6.0

## 0.5.3

## 0.5.2
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.5.3",
"version": "0.6.0",
"description": "bunny.net CLI binary for Windows x64",
"os": [
"win32"
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @bunny.net/cli

## 0.6.0

### Minor Changes

- [#89](https://github.com/BunnyWay/cli/pull/89) [`f4bc85d`](https://github.com/BunnyWay/cli/commit/f4bc85d8236929302072301574c3b8da23c1376e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(scripts): manage custom domains for Edge Scripts (`bunny scripts domains`, with `hostnames` as a hidden alias)

- [#91](https://github.com/BunnyWay/cli/pull/91) [`73cb7a7`](https://github.com/BunnyWay/cli/commit/73cb7a74741898144dbc80e4b8554f102d7c8f03) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(dns): add experimental `bunny dns` commands for managing DNS zones and records

### Patch Changes

- [#88](https://github.com/BunnyWay/cli/pull/88) [`aa0f44d`](https://github.com/BunnyWay/cli/commit/aa0f44d1c2cca49d8ee7dba4ffd854f83c71f93b) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Cancelling an interactive selection prompt now exits non-zero so scripts and CI can tell a cancelled command apart from a successful one. Previously `db link`, `db regions update`, and `scripts env remove` printed a "Cancelled." line and exited `0` when you aborted the picker with Ctrl-C/Esc, making a no-op indistinguishable from success. They now exit `1` (and emit a proper `{"error":…}` payload under `--output json`), matching `scripts link`, `apps link`, and the shared `resolveDbId` selection prompt. Declining a confirmation ("Delete?", "Replace?") still exits `0` — that's a deliberate answer, not an abort.

## 0.5.3

### Patch 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.5.3",
"version": "0.6.0",
"type": "module",
"module": "src/index.ts",
"bin": {
Expand All @@ -27,11 +27,11 @@
"zod": "^4.3.6"
},
"optionalDependencies": {
"@bunny.net/cli-linux-x64": "0.5.3",
"@bunny.net/cli-linux-arm64": "0.5.3",
"@bunny.net/cli-darwin-x64": "0.5.3",
"@bunny.net/cli-darwin-arm64": "0.5.3",
"@bunny.net/cli-windows-x64": "0.5.3"
"@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"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bunny.net/openapi-client

## 0.1.1

### Patch Changes

- [#91](https://github.com/BunnyWay/cli/pull/91) [`73cb7a7`](https://github.com/BunnyWay/cli/commit/73cb7a74741898144dbc80e4b8554f102d7c8f03) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix: let legitimate non-JSON 200 responses pass the proxy-interception guard

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/openapi-client",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down