diff --git a/.changeset/spotty-onions-smile.md b/.changeset/spotty-onions-smile.md deleted file mode 100644 index a6b7cb2c..00000000 --- a/.changeset/spotty-onions-smile.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bunny.net/sandbox": patch -"@bunny.net/cli": patch ---- - -Sandbox is now visible on the CLI root help and landing page, with create examples in the README and root help. The backing Magic Containers app is now named `sandbox-` so sandboxes are recognizable in the MC dashboard; default generated sandbox names dropped their `sandbox-` prefix accordingly. diff --git a/packages/cli-darwin-arm64/CHANGELOG.md b/packages/cli-darwin-arm64/CHANGELOG.md index 1bcf87f4..8bd354ca 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.10.1 + ## 0.10.0 ## 0.9.1 diff --git a/packages/cli-darwin-arm64/package.json b/packages/cli-darwin-arm64/package.json index cf4cb0a5..4d9a219f 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.10.0", + "version": "0.10.1", "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 03bdbfdd..eab03dc7 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.10.1 + ## 0.10.0 ## 0.9.1 diff --git a/packages/cli-darwin-x64/package.json b/packages/cli-darwin-x64/package.json index 33d7df9e..0e51815c 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.10.0", + "version": "0.10.1", "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 d5793c22..02aebc1d 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.10.1 + ## 0.10.0 ## 0.9.1 diff --git a/packages/cli-linux-arm64/package.json b/packages/cli-linux-arm64/package.json index 965fb541..bce3dcd6 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.10.0", + "version": "0.10.1", "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 3e16da91..e3775f81 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.10.1 + ## 0.10.0 ## 0.9.1 diff --git a/packages/cli-linux-x64/package.json b/packages/cli-linux-x64/package.json index ffc78b35..c1dcb73b 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.10.0", + "version": "0.10.1", "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 0132871a..8908905a 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.10.1 + ## 0.10.0 ## 0.9.1 diff --git a/packages/cli-windows-x64/package.json b/packages/cli-windows-x64/package.json index 44b4baa7..1242e0ee 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.10.0", + "version": "0.10.1", "description": "bunny.net CLI binary for Windows x64", "os": [ "win32" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ba24b335..cbbf7460 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/cli +## 0.10.1 + +### Patch Changes + +- [#128](https://github.com/BunnyWay/cli/pull/128) [`f6b64a3`](https://github.com/BunnyWay/cli/commit/f6b64a3a414aefe059fbcf1ec6b0003b0dd1d04d) Thanks [@amir-at-bunny](https://github.com/amir-at-bunny)! - Sandbox is now visible on the CLI root help and landing page, with create examples in the README and root help. The backing Magic Containers app is now named `sandbox-` so sandboxes are recognizable in the MC dashboard; default generated sandbox names dropped their `sandbox-` prefix accordingly. + ## 0.10.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index be32129f..b9a15a9c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli", - "version": "0.10.0", + "version": "0.10.1", "type": "module", "module": "src/index.ts", "bin": { @@ -29,11 +29,11 @@ "zod": "^4.3.6" }, "optionalDependencies": { - "@bunny.net/cli-linux-x64": "0.10.0", - "@bunny.net/cli-linux-arm64": "0.10.0", - "@bunny.net/cli-darwin-x64": "0.10.0", - "@bunny.net/cli-darwin-arm64": "0.10.0", - "@bunny.net/cli-windows-x64": "0.10.0" + "@bunny.net/cli-linux-x64": "0.10.1", + "@bunny.net/cli-linux-arm64": "0.10.1", + "@bunny.net/cli-darwin-x64": "0.10.1", + "@bunny.net/cli-darwin-arm64": "0.10.1", + "@bunny.net/cli-windows-x64": "0.10.1" }, "publishConfig": { "access": "public" diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 52a39150..0b5709e9 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/sandbox +## 0.3.2 + +### Patch Changes + +- [#128](https://github.com/BunnyWay/cli/pull/128) [`f6b64a3`](https://github.com/BunnyWay/cli/commit/f6b64a3a414aefe059fbcf1ec6b0003b0dd1d04d) Thanks [@amir-at-bunny](https://github.com/amir-at-bunny)! - Sandbox is now visible on the CLI root help and landing page, with create examples in the README and root help. The backing Magic Containers app is now named `sandbox-` so sandboxes are recognizable in the MC dashboard; default generated sandbox names dropped their `sandbox-` prefix accordingly. + ## 0.3.1 ### Patch Changes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 0bde60e6..77b8cda7 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/sandbox", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",