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/cool-bears-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-carrots-win.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-ghosts-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-carpets-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slick-plums-bow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-ideas-grin.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#66](https://github.com/BunnyWay/cli/pull/66) [`adc1ef8`](https://github.com/BunnyWay/cli/commit/adc1ef8e3d3803b6cec04a2ca649747adf23980f) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Rework bunny apps deploy command

### Patch Changes

- Updated dependencies [[`ca6cc9b`](https://github.com/BunnyWay/cli/commit/ca6cc9bce501002c03d4348f7dc38c60cea0b7f5)]:
- @bunny.net/openapi-client@0.1.0

## 0.0.1

### Patch 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.0.1",
"version": "0.1.0",
"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.5.0

## 0.4.2

## 0.4.1
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.4.2",
"version": "0.5.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.5.0

## 0.4.2

## 0.4.1
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.4.2",
"version": "0.5.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.5.0

## 0.4.2

## 0.4.1
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.4.2",
"version": "0.5.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.5.0

## 0.4.2

## 0.4.1
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.4.2",
"version": "0.5.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.5.0

## 0.4.2

## 0.4.1
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.4.2",
"version": "0.5.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.5.0

### Minor Changes

- [#66](https://github.com/BunnyWay/cli/pull/66) [`adc1ef8`](https://github.com/BunnyWay/cli/commit/adc1ef8e3d3803b6cec04a2ca649747adf23980f) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Rework bunny apps deploy command

### Patch Changes

- [#78](https://github.com/BunnyWay/cli/pull/78) [`4d34f44`](https://github.com/BunnyWay/cli/commit/4d34f446dcfa91d2017d1895450285c462ebcf6e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Thread `--verbose` through `resolveConfig()` everywhere

- [#76](https://github.com/BunnyWay/cli/pull/76) [`9a4251d`](https://github.com/BunnyWay/cli/commit/9a4251d4b7c9a2ccf93d45e2af45d3399c9e4f22) Thanks [@twogood](https://github.com/twogood)! - fix: route logger human-readable output to stderr to avoid polluting JSON stdout

## 0.4.2

### 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.4.2",
"version": "0.5.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.4.2",
"@bunny.net/cli-linux-arm64": "0.4.2",
"@bunny.net/cli-darwin-x64": "0.4.2",
"@bunny.net/cli-darwin-arm64": "0.4.2",
"@bunny.net/cli-windows-x64": "0.4.2"
"@bunny.net/cli-linux-x64": "0.5.0",
"@bunny.net/cli-linux-arm64": "0.5.0",
"@bunny.net/cli-darwin-x64": "0.5.0",
"@bunny.net/cli-darwin-arm64": "0.5.0",
"@bunny.net/cli-windows-x64": "0.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/database-adapter-libsql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bunny.net/database-adapter-libsql

## 0.1.2

### Patch Changes

- Updated dependencies [[`91dd4b0`](https://github.com/BunnyWay/cli/commit/91dd4b0aa51c766c27c90247f6840deefc0f09fb), [`91dd4b0`](https://github.com/BunnyWay/cli/commit/91dd4b0aa51c766c27c90247f6840deefc0f09fb)]:
- @bunny.net/database-openapi@0.2.0
- @bunny.net/database-rest@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/database-adapter-libsql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-adapter-libsql",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"module": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/database-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bunny.net/database-openapi

## 0.2.0

### Minor Changes

- [#77](https://github.com/BunnyWay/cli/pull/77) [`91dd4b0`](https://github.com/BunnyWay/cli/commit/91dd4b0aa51c766c27c90247f6840deefc0f09fb) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - add indexes

- [#77](https://github.com/BunnyWay/cli/pull/77) [`91dd4b0`](https://github.com/BunnyWay/cli/commit/91dd4b0aa51c766c27c90247f6840deefc0f09fb) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Restore foreign key support in Database Studio. The OpenAPI generator now emits an `x-foreign-key` extension on column schemas, and the studio reads it to show `FK` badges in column headers and let you click a foreign key value to open the referenced row in a side sheet. Also fixes the sticky table header during vertical scroll and a small vertical shift in the Data/Schema toolbar when switching tabs.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/database-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-openapi",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "module",
"module": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/database-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bunny.net/database-rest

## 0.1.2

### Patch Changes

- Updated dependencies [[`91dd4b0`](https://github.com/BunnyWay/cli/commit/91dd4b0aa51c766c27c90247f6840deefc0f09fb), [`91dd4b0`](https://github.com/BunnyWay/cli/commit/91dd4b0aa51c766c27c90247f6840deefc0f09fb)]:
- @bunny.net/database-openapi@0.2.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/database-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-rest",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"module": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/database-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bunny.net/database-studio

## 0.2.0

### Minor Changes

- [#77](https://github.com/BunnyWay/cli/pull/77) [`91dd4b0`](https://github.com/BunnyWay/cli/commit/91dd4b0aa51c766c27c90247f6840deefc0f09fb) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Restore foreign key support in Database Studio. The OpenAPI generator now emits an `x-foreign-key` extension on column schemas, and the studio reads it to show `FK` badges in column headers and let you click a foreign key value to open the referenced row in a side sheet. Also fixes the sticky table header during vertical scroll and a small vertical shift in the Data/Schema toolbar when switching tabs.

### Patch Changes

- Updated dependencies [[`91dd4b0`](https://github.com/BunnyWay/cli/commit/91dd4b0aa51c766c27c90247f6840deefc0f09fb), [`91dd4b0`](https://github.com/BunnyWay/cli/commit/91dd4b0aa51c766c27c90247f6840deefc0f09fb)]:
- @bunny.net/database-openapi@0.2.0
- @bunny.net/database-adapter-libsql@0.1.2
- @bunny.net/database-rest@0.1.2

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/database-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-studio",
"version": "0.1.2",
"version": "0.2.0",
"private": true,
"type": "module",
"module": "src/index.ts",
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.0

### Minor Changes

- [#74](https://github.com/BunnyWay/cli/pull/74) [`ca6cc9b`](https://github.com/BunnyWay/cli/commit/ca6cc9bce501002c03d4348f7dc38c60cea0b7f5) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Add four new clients: `createStorageClient` (Edge Storage), `createStreamClient` (Stream), `createShieldClient` (Shield WAF/DDoS), and `createOriginErrorsClient` (CDN origin error logs)

## 0.0.1

### Patch 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.0.1",
"version": "0.1.0",
"type": "module",
"module": "src/index.ts",
"scripts": {
Expand Down