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/dns-scripts-package-manager.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/publish-sandbox.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.8.1

## 0.8.0

## 0.7.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.8.0",
"version": "0.8.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.8.1

## 0.8.0

## 0.7.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.8.0",
"version": "0.8.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.8.1

## 0.8.0

## 0.7.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.8.0",
"version": "0.8.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.8.1

## 0.8.0

## 0.7.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.8.0",
"version": "0.8.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.8.1

## 0.8.0

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

## 0.8.1

### Patch Changes

- [#108](https://github.com/BunnyWay/cli/pull/108) [`8c6ae43`](https://github.com/BunnyWay/cli/commit/8c6ae4340b99305acad7e355f533fbc4ba300420) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(dns): `dns scripts init` detects and uses any installed package manager (bun, pnpm, yarn, npm) instead of assuming bun, and warns clearly when none is on PATH

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

## 0.2.1

### Patch Changes

- [#109](https://github.com/BunnyWay/cli/pull/109) [`e7ba811`](https://github.com/BunnyWay/cli/commit/e7ba811f71689df97220b748f3ccaf7a8e6486f2) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - Publish @bunny.net/sandbox to npm

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/sandbox",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"module": "src/index.ts",
"exports": {
Expand Down