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
6 changes: 0 additions & 6 deletions .changeset/fair-planets-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-worlds-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-webs-enter.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.4.1

## 0.4.0

## 0.3.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.4.0",
"version": "0.4.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.4.1

## 0.4.0

## 0.3.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.4.0",
"version": "0.4.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.4.1

## 0.4.0

## 0.3.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.4.0",
"version": "0.4.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.4.1

## 0.4.0

## 0.3.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.4.0",
"version": "0.4.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.4.1

## 0.4.0

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

## 0.4.1

### Patch Changes

- [#63](https://github.com/BunnyWay/cli/pull/63) [`4be3c3d`](https://github.com/BunnyWay/cli/commit/4be3c3d6841a9e4679fb216e8ee083df873c9224) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Internal: rename `@bunny.net/api` workspace package to `@bunny.net/openapi-client` for clarity. No user-facing CLI changes.

- [#61](https://github.com/BunnyWay/cli/pull/61) [`73a2dd9`](https://github.com/BunnyWay/cli/commit/73a2dd95ae1d367ffd90a2ff65856fcce0ded739) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(scripts): pass `--` separator to `git clone` in `bunny scripts init` so the template repo URL is always treated as a positional argument, hardening against `git` argv injection.

- [#60](https://github.com/BunnyWay/cli/pull/60) [`f9cbdbb`](https://github.com/BunnyWay/cli/commit/f9cbdbb75c259c29d3bfc131a7c0ca93b42bef05) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - bunny api no longer truncates large JSON responses when piping

## 0.4.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.4.0",
"version": "0.4.1",
"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.0",
"@bunny.net/cli-linux-arm64": "0.4.0",
"@bunny.net/cli-darwin-x64": "0.4.0",
"@bunny.net/cli-darwin-arm64": "0.4.0",
"@bunny.net/cli-windows-x64": "0.4.0"
"@bunny.net/cli-linux-x64": "0.4.1",
"@bunny.net/cli-linux-arm64": "0.4.1",
"@bunny.net/cli-darwin-x64": "0.4.1",
"@bunny.net/cli-darwin-arm64": "0.4.1",
"@bunny.net/cli-windows-x64": "0.4.1"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/openapi-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @bunny.net/openapi-client

## 0.0.1

### Patch Changes

- [#63](https://github.com/BunnyWay/cli/pull/63) [`4be3c3d`](https://github.com/BunnyWay/cli/commit/4be3c3d6841a9e4679fb216e8ee083df873c9224) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Internal: rename `@bunny.net/api` workspace package to `@bunny.net/openapi-client` for clarity. No user-facing CLI changes.
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.0",
"version": "0.0.1",
"type": "module",
"module": "src/index.ts",
"scripts": {
Expand Down