diff --git a/.changeset/cool-bears-occur.md b/.changeset/cool-bears-occur.md deleted file mode 100644 index 0bce196..0000000 --- a/.changeset/cool-bears-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/openapi-client": minor ---- - -Add four new clients: `createStorageClient` (Edge Storage), `createStreamClient` (Stream), `createShieldClient` (Shield WAF/DDoS), and `createOriginErrorsClient` (CDN origin error logs) diff --git a/.changeset/dull-carrots-win.md b/.changeset/dull-carrots-win.md deleted file mode 100644 index 0fbdcf1..0000000 --- a/.changeset/dull-carrots-win.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/database-openapi": minor ---- - -add indexes diff --git a/.changeset/great-ghosts-boil.md b/.changeset/great-ghosts-boil.md deleted file mode 100644 index eb5d1ee..0000000 --- a/.changeset/great-ghosts-boil.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bunny.net/database-openapi": minor -"@bunny.net/database-studio": minor ---- - -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. diff --git a/.changeset/sixty-carpets-unite.md b/.changeset/sixty-carpets-unite.md deleted file mode 100644 index 21fad6f..0000000 --- a/.changeset/sixty-carpets-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -Thread `--verbose` through `resolveConfig()` everywhere diff --git a/.changeset/slick-plums-bow.md b/.changeset/slick-plums-bow.md deleted file mode 100644 index 8e37cd2..0000000 --- a/.changeset/slick-plums-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -fix: route logger human-readable output to stderr to avoid polluting JSON stdout diff --git a/.changeset/swift-ideas-grin.md b/.changeset/swift-ideas-grin.md deleted file mode 100644 index c18f243..0000000 --- a/.changeset/swift-ideas-grin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bunny.net/app-config": minor -"@bunny.net/cli": minor ---- - -Rework bunny apps deploy command diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index 4a6af32..a407204 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -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 diff --git a/packages/app-config/package.json b/packages/app-config/package.json index ac29184..5e92fd3 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -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", diff --git a/packages/cli-darwin-arm64/CHANGELOG.md b/packages/cli-darwin-arm64/CHANGELOG.md index 9afddd7..4a84cdb 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.5.0 + ## 0.4.2 ## 0.4.1 diff --git a/packages/cli-darwin-arm64/package.json b/packages/cli-darwin-arm64/package.json index 00fb7eb..c5144dd 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.4.2", + "version": "0.5.0", "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 1e6b6aa..bc43f09 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.5.0 + ## 0.4.2 ## 0.4.1 diff --git a/packages/cli-darwin-x64/package.json b/packages/cli-darwin-x64/package.json index a28e235..78f0f49 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.4.2", + "version": "0.5.0", "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 79b7318..5ddd732 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.5.0 + ## 0.4.2 ## 0.4.1 diff --git a/packages/cli-linux-arm64/package.json b/packages/cli-linux-arm64/package.json index 4a0f2fa..ec93f75 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.4.2", + "version": "0.5.0", "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 2d5fc2b..7857541 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.5.0 + ## 0.4.2 ## 0.4.1 diff --git a/packages/cli-linux-x64/package.json b/packages/cli-linux-x64/package.json index f5623ea..9376293 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.4.2", + "version": "0.5.0", "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 3fde0e1..d60ebe4 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.5.0 + ## 0.4.2 ## 0.4.1 diff --git a/packages/cli-windows-x64/package.json b/packages/cli-windows-x64/package.json index 7265686..7875328 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.4.2", + "version": "0.5.0", "description": "bunny.net CLI binary for Windows x64", "os": [ "win32" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a9f9b48..cc488a9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 897d37b..400633f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli", - "version": "0.4.2", + "version": "0.5.0", "type": "module", "module": "src/index.ts", "bin": { @@ -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" diff --git a/packages/database-adapter-libsql/CHANGELOG.md b/packages/database-adapter-libsql/CHANGELOG.md index 05deb21..90aa2b9 100644 --- a/packages/database-adapter-libsql/CHANGELOG.md +++ b/packages/database-adapter-libsql/CHANGELOG.md @@ -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 diff --git a/packages/database-adapter-libsql/package.json b/packages/database-adapter-libsql/package.json index 71f7bc6..858e4b0 100644 --- a/packages/database-adapter-libsql/package.json +++ b/packages/database-adapter-libsql/package.json @@ -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", diff --git a/packages/database-openapi/CHANGELOG.md b/packages/database-openapi/CHANGELOG.md index 67aae64..0c9f795 100644 --- a/packages/database-openapi/CHANGELOG.md +++ b/packages/database-openapi/CHANGELOG.md @@ -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 diff --git a/packages/database-openapi/package.json b/packages/database-openapi/package.json index f2e7ad4..5a0ef05 100644 --- a/packages/database-openapi/package.json +++ b/packages/database-openapi/package.json @@ -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", diff --git a/packages/database-rest/CHANGELOG.md b/packages/database-rest/CHANGELOG.md index 93fc355..68fce91 100644 --- a/packages/database-rest/CHANGELOG.md +++ b/packages/database-rest/CHANGELOG.md @@ -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 diff --git a/packages/database-rest/package.json b/packages/database-rest/package.json index f0524fc..d97c912 100644 --- a/packages/database-rest/package.json +++ b/packages/database-rest/package.json @@ -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", diff --git a/packages/database-studio/CHANGELOG.md b/packages/database-studio/CHANGELOG.md index 881002f..ffa2f9f 100644 --- a/packages/database-studio/CHANGELOG.md +++ b/packages/database-studio/CHANGELOG.md @@ -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 diff --git a/packages/database-studio/package.json b/packages/database-studio/package.json index b254b0b..b5b7d67 100644 --- a/packages/database-studio/package.json +++ b/packages/database-studio/package.json @@ -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", diff --git a/packages/openapi-client/CHANGELOG.md b/packages/openapi-client/CHANGELOG.md index 4af1940..8a3038d 100644 --- a/packages/openapi-client/CHANGELOG.md +++ b/packages/openapi-client/CHANGELOG.md @@ -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 diff --git a/packages/openapi-client/package.json b/packages/openapi-client/package.json index dd6b3cf..9af804f 100644 --- a/packages/openapi-client/package.json +++ b/packages/openapi-client/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/openapi-client", - "version": "0.0.1", + "version": "0.1.0", "type": "module", "module": "src/index.ts", "scripts": {