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
6 changes: 0 additions & 6 deletions .changeset/apps-deploy-preserve-env.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/database-client-npm-metadata.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/database-client-npm-specifier.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/database-client-prepare-generic.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/database-client-sql-template.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sites-create-storage-tier.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sites-edge-rules.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.16.0

## 0.15.1

## 0.15.0
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.15.1",
"version": "0.16.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.16.0

## 0.15.1

## 0.15.0
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.15.1",
"version": "0.16.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.16.0

## 0.15.1

## 0.15.0
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.15.1",
"version": "0.16.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.16.0

## 0.15.1

## 0.15.0
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.15.1",
"version": "0.16.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.16.0

## 0.15.1

## 0.15.0
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.15.1",
"version": "0.16.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.16.0

### Minor Changes

- [#200](https://github.com/BunnyWay/cli/pull/200) [`6ede231`](https://github.com/BunnyWay/cli/commit/6ede231cf2d720e51a90840c40d62c7d84157f07) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Sites are now served by pull zone edge rules instead of a router Edge Script (HTML revalidates in browsers on every view, deploy dirs are blocked at the edge), and `sites deploy --deploy-id` lets a deploy carry your own release identifier

### Patch Changes

- [#198](https://github.com/BunnyWay/cli/pull/198) [`2c98438`](https://github.com/BunnyWay/cli/commit/2c984387baa082d13dbf6d2a67a19cc594756ecb) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Keep existing container env vars on `apps deploy` and `apps push` when bunny.jsonc has no env block

- [#196](https://github.com/BunnyWay/cli/pull/196) [`7e93515`](https://github.com/BunnyWay/cli/commit/7e9351586caa6bfc59b0b01d66126c7905604858) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Add `bunny sites create --tier hdd|ssd` to pick the storage tier

## 0.15.1

### 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.15.1",
"version": "0.16.0",
"type": "module",
"module": "src/index.ts",
"bin": {
Expand Down Expand Up @@ -29,11 +29,11 @@
"@bunny.net/database-client": "workspace:*"
},
"optionalDependencies": {
"@bunny.net/cli-linux-x64": "0.15.1",
"@bunny.net/cli-linux-arm64": "0.15.1",
"@bunny.net/cli-darwin-x64": "0.15.1",
"@bunny.net/cli-darwin-arm64": "0.15.1",
"@bunny.net/cli-windows-x64": "0.15.1"
"@bunny.net/cli-linux-x64": "0.16.0",
"@bunny.net/cli-linux-arm64": "0.16.0",
"@bunny.net/cli-darwin-x64": "0.16.0",
"@bunny.net/cli-darwin-arm64": "0.16.0",
"@bunny.net/cli-windows-x64": "0.16.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bunny.net/config

## 0.1.6

### Patch Changes

- [#198](https://github.com/BunnyWay/cli/pull/198) [`2c98438`](https://github.com/BunnyWay/cli/commit/2c984387baa082d13dbf6d2a67a19cc594756ecb) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Keep existing container env vars on `apps deploy` and `apps push` when bunny.jsonc has no env block

## 0.1.5

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

## 0.1.4

### Patch Changes

- Updated dependencies [[`207ab25`](https://github.com/BunnyWay/cli/commit/207ab25a4e533dfdfd04ecd196a1d83813912604), [`1da83cb`](https://github.com/BunnyWay/cli/commit/1da83cbb2d834dfaf7f6b746f9333fcc2848ba0d), [`dca7b35`](https://github.com/BunnyWay/cli/commit/dca7b3532ff9c4ae319aa59060f9cae3efe5f213), [`63f1037`](https://github.com/BunnyWay/cli/commit/63f103760fd2154cab3da11d5b5480ae6fe32c26)]:
- @bunny.net/database-client@0.0.2
- @bunny.net/database-rest@0.1.2

## 0.1.3

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

## 0.0.2

### Patch Changes

- [#187](https://github.com/BunnyWay/cli/pull/187) [`207ab25`](https://github.com/BunnyWay/cli/commit/207ab25a4e533dfdfd04ecd196a1d83813912604) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Add npm metadata: description, license, repository, keywords, and engines

- [#186](https://github.com/BunnyWay/cli/pull/186) [`1da83cb`](https://github.com/BunnyWay/cli/commit/1da83cbb2d834dfaf7f6b746f9333fcc2848ba0d) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Use `npm:` specifiers for the Edge Scripting SDK in the README

- [#193](https://github.com/BunnyWay/cli/pull/193) [`dca7b35`](https://github.com/BunnyWay/cli/commit/dca7b3532ff9c4ae319aa59060f9cae3efe5f213) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Let `prepare<T>()` type every row the statement returns, including through `batch()`

- [#191](https://github.com/BunnyWay/cli/pull/191) [`63f1037`](https://github.com/BunnyWay/cli/commit/63f103760fd2154cab3da11d5b5480ae6fe32c26) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Add `db.sql` for building statements from template literals

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/database-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/database-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "Dependency-free SQL client for Bunny Database. Runs anywhere fetch does: Bunny Edge Scripting, Bun, Node, and Deno.",
"license": "MIT",
"repository": {
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.6

## 0.2.5

## 0.2.4
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.5",
"version": "0.2.6",
"description": "Bunny 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.6

## 0.2.5

## 0.2.4
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.5",
"version": "0.2.6",
"description": "Bunny 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.6

## 0.2.5

## 0.2.4
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.5",
"version": "0.2.6",
"description": "Bunny 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.6

## 0.2.5

## 0.2.4
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.5",
"version": "0.2.6",
"description": "Bunny 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.6

## 0.2.5

## 0.2.4
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.5",
"version": "0.2.6",
"description": "Bunny Database shell binary for Windows x64",
"os": [
"win32"
Expand Down
7 changes: 7 additions & 0 deletions packages/database-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bunny.net/database-shell

## 0.2.6

### Patch Changes

- Updated dependencies [[`207ab25`](https://github.com/BunnyWay/cli/commit/207ab25a4e533dfdfd04ecd196a1d83813912604), [`1da83cb`](https://github.com/BunnyWay/cli/commit/1da83cbb2d834dfaf7f6b746f9333fcc2848ba0d), [`dca7b35`](https://github.com/BunnyWay/cli/commit/dca7b3532ff9c4ae319aa59060f9cae3efe5f213), [`63f1037`](https://github.com/BunnyWay/cli/commit/63f103760fd2154cab3da11d5b5480ae6fe32c26)]:
- @bunny.net/database-client@0.0.2

## 0.2.5

### 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.5",
"version": "0.2.6",
"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.5",
"@bunny.net/database-shell-linux-arm64": "0.2.5",
"@bunny.net/database-shell-darwin-x64": "0.2.5",
"@bunny.net/database-shell-darwin-arm64": "0.2.5",
"@bunny.net/database-shell-windows-x64": "0.2.5"
"@bunny.net/database-shell-linux-x64": "0.2.6",
"@bunny.net/database-shell-linux-arm64": "0.2.6",
"@bunny.net/database-shell-darwin-x64": "0.2.6",
"@bunny.net/database-shell-darwin-arm64": "0.2.6",
"@bunny.net/database-shell-windows-x64": "0.2.6"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/database-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @bunny.net/database-studio

## 0.2.2

### Patch Changes

- Updated dependencies [[`207ab25`](https://github.com/BunnyWay/cli/commit/207ab25a4e533dfdfd04ecd196a1d83813912604), [`1da83cb`](https://github.com/BunnyWay/cli/commit/1da83cbb2d834dfaf7f6b746f9333fcc2848ba0d), [`dca7b35`](https://github.com/BunnyWay/cli/commit/dca7b3532ff9c4ae319aa59060f9cae3efe5f213), [`63f1037`](https://github.com/BunnyWay/cli/commit/63f103760fd2154cab3da11d5b5480ae6fe32c26)]:
- @bunny.net/database-client@0.0.2
- @bunny.net/database-adapter@0.1.4
- @bunny.net/database-rest@0.1.2

## 0.2.1

### 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.2.1",
"version": "0.2.2",
"private": true,
"type": "module",
"module": "src/index.ts",
Expand Down