From 3ae64477d4a7b33748c1292aa8802c0a2d6d4816 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:18:17 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/gold-flowers-clean.md | 5 ----- .changeset/icy-nights-bet.md | 5 ----- .changeset/wild-guests-eat.md | 5 ----- .changeset/write-files-string-content.md | 5 ----- examples/filesystem-snapshots/CHANGELOG.md | 7 +++++++ examples/filesystem-snapshots/package.json | 2 +- examples/workflow-code-runner/CHANGELOG.md | 8 ++++++++ examples/workflow-code-runner/package.json | 2 +- packages/sandbox/CHANGELOG.md | 7 +++++++ packages/sandbox/docs/index.md | 2 +- packages/sandbox/package.json | 2 +- packages/vercel-sandbox/CHANGELOG.md | 12 ++++++++++++ packages/vercel-sandbox/package.json | 2 +- packages/vercel-sandbox/src/version.ts | 2 +- 14 files changed, 40 insertions(+), 26 deletions(-) delete mode 100644 .changeset/gold-flowers-clean.md delete mode 100644 .changeset/icy-nights-bet.md delete mode 100644 .changeset/wild-guests-eat.md delete mode 100644 .changeset/write-files-string-content.md create mode 100644 examples/workflow-code-runner/CHANGELOG.md diff --git a/.changeset/gold-flowers-clean.md b/.changeset/gold-flowers-clean.md deleted file mode 100644 index 9f7d0829..00000000 --- a/.changeset/gold-flowers-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vercel/sandbox": patch ---- - -Build and publish both ESM and CJS outputs for the SDK package. diff --git a/.changeset/icy-nights-bet.md b/.changeset/icy-nights-bet.md deleted file mode 100644 index 2f905eed..00000000 --- a/.changeset/icy-nights-bet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vercel/sandbox": patch ---- - -Support useworkflow serialization for sandboxes and commands diff --git a/.changeset/wild-guests-eat.md b/.changeset/wild-guests-eat.md deleted file mode 100644 index a7330b0c..00000000 --- a/.changeset/wild-guests-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vercel/sandbox": patch ---- - -Fix a Size mismatch when encoding binaries during write operations diff --git a/.changeset/write-files-string-content.md b/.changeset/write-files-string-content.md deleted file mode 100644 index 4afef09e..00000000 --- a/.changeset/write-files-string-content.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vercel/sandbox": patch ---- - -Accept `string` and `Uint8Array` in `writeFiles()` content, not just `Buffer`. diff --git a/examples/filesystem-snapshots/CHANGELOG.md b/examples/filesystem-snapshots/CHANGELOG.md index 43861b6a..3f80c61e 100644 --- a/examples/filesystem-snapshots/CHANGELOG.md +++ b/examples/filesystem-snapshots/CHANGELOG.md @@ -1,5 +1,12 @@ # sandbox-filesystem-snapshots +## 0.0.12 + +### Patch Changes + +- Updated dependencies [[`cf13a34221c2b83c25c73d94929d05e0a697aecf`](https://github.com/vercel/sandbox/commit/cf13a34221c2b83c25c73d94929d05e0a697aecf), [`772989c59a3c27efa98153cdc54b6e35c1c15eae`](https://github.com/vercel/sandbox/commit/772989c59a3c27efa98153cdc54b6e35c1c15eae), [`184cd42d8d3b1ea1df354529cb6ba103a33e18d3`](https://github.com/vercel/sandbox/commit/184cd42d8d3b1ea1df354529cb6ba103a33e18d3), [`451c42efb94ab9c9dc330b4742071ac01008044d`](https://github.com/vercel/sandbox/commit/451c42efb94ab9c9dc330b4742071ac01008044d)]: + - @vercel/sandbox@1.9.1 + ## 0.0.11 ### Patch Changes diff --git a/examples/filesystem-snapshots/package.json b/examples/filesystem-snapshots/package.json index ce795989..b56f8952 100644 --- a/examples/filesystem-snapshots/package.json +++ b/examples/filesystem-snapshots/package.json @@ -1,6 +1,6 @@ { "name": "sandbox-filesystem-snapshots", - "version": "0.0.11", + "version": "0.0.12", "private": true, "description": "Example demonstrating filesystem snapshotting", "main": "filesystem-snapshots.ts", diff --git a/examples/workflow-code-runner/CHANGELOG.md b/examples/workflow-code-runner/CHANGELOG.md new file mode 100644 index 00000000..6e15cdea --- /dev/null +++ b/examples/workflow-code-runner/CHANGELOG.md @@ -0,0 +1,8 @@ +# workflow-code-runner + +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`cf13a34221c2b83c25c73d94929d05e0a697aecf`](https://github.com/vercel/sandbox/commit/cf13a34221c2b83c25c73d94929d05e0a697aecf), [`772989c59a3c27efa98153cdc54b6e35c1c15eae`](https://github.com/vercel/sandbox/commit/772989c59a3c27efa98153cdc54b6e35c1c15eae), [`184cd42d8d3b1ea1df354529cb6ba103a33e18d3`](https://github.com/vercel/sandbox/commit/184cd42d8d3b1ea1df354529cb6ba103a33e18d3), [`451c42efb94ab9c9dc330b4742071ac01008044d`](https://github.com/vercel/sandbox/commit/451c42efb94ab9c9dc330b4742071ac01008044d)]: + - @vercel/sandbox@1.9.1 diff --git a/examples/workflow-code-runner/package.json b/examples/workflow-code-runner/package.json index 4c872614..ab2e9924 100644 --- a/examples/workflow-code-runner/package.json +++ b/examples/workflow-code-runner/package.json @@ -1,6 +1,6 @@ { "name": "workflow-code-runner", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 7a377d21..ecdad434 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,12 @@ # sandbox +## 2.5.7 + +### Patch Changes + +- Updated dependencies [[`cf13a34221c2b83c25c73d94929d05e0a697aecf`](https://github.com/vercel/sandbox/commit/cf13a34221c2b83c25c73d94929d05e0a697aecf), [`772989c59a3c27efa98153cdc54b6e35c1c15eae`](https://github.com/vercel/sandbox/commit/772989c59a3c27efa98153cdc54b6e35c1c15eae), [`184cd42d8d3b1ea1df354529cb6ba103a33e18d3`](https://github.com/vercel/sandbox/commit/184cd42d8d3b1ea1df354529cb6ba103a33e18d3), [`451c42efb94ab9c9dc330b4742071ac01008044d`](https://github.com/vercel/sandbox/commit/451c42efb94ab9c9dc330b4742071ac01008044d)]: + - @vercel/sandbox@1.9.1 + ## 2.5.6 ### Patch Changes diff --git a/packages/sandbox/docs/index.md b/packages/sandbox/docs/index.md index 2f565564..4d79ddad 100644 --- a/packages/sandbox/docs/index.md +++ b/packages/sandbox/docs/index.md @@ -1,7 +1,7 @@ ## `sandbox --help` ``` -sandbox 2.5.6 +sandbox 2.5.7 ▲ sandbox [options] diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index fd6ea6e0..6ab660c6 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,7 +1,7 @@ { "name": "sandbox", "description": "Command line interface for Vercel Sandbox", - "version": "2.5.6", + "version": "2.5.7", "scripts": { "clean": "rm -rf node_modules dist", "sandbox": "ts-node ./src/sandbox.ts", diff --git a/packages/vercel-sandbox/CHANGELOG.md b/packages/vercel-sandbox/CHANGELOG.md index 156d7d74..9336ee09 100644 --- a/packages/vercel-sandbox/CHANGELOG.md +++ b/packages/vercel-sandbox/CHANGELOG.md @@ -1,5 +1,17 @@ # @vercel/sandbox +## 1.9.1 + +### Patch Changes + +- Build and publish both ESM and CJS outputs for the SDK package. ([#84](https://github.com/vercel/sandbox/pull/84)) + +- Support useworkflow serialization for sandboxes and commands ([#72](https://github.com/vercel/sandbox/pull/72)) + +- Fix a Size mismatch when encoding binaries during write operations ([#127](https://github.com/vercel/sandbox/pull/127)) + +- Accept `string` and `Uint8Array` in `writeFiles()` content, not just `Buffer`. ([#128](https://github.com/vercel/sandbox/pull/128)) + ## 1.9.0 ### Minor Changes diff --git a/packages/vercel-sandbox/package.json b/packages/vercel-sandbox/package.json index a11efe6c..39403002 100644 --- a/packages/vercel-sandbox/package.json +++ b/packages/vercel-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/sandbox", - "version": "1.9.0", + "version": "1.9.1", "description": "Software Development Kit for Vercel Sandbox", "type": "module", "main": "dist/index.cjs", diff --git a/packages/vercel-sandbox/src/version.ts b/packages/vercel-sandbox/src/version.ts index 7e77be0a..5f5c0ff8 100644 --- a/packages/vercel-sandbox/src/version.ts +++ b/packages/vercel-sandbox/src/version.ts @@ -1,2 +1,2 @@ // Autogenerated by inject-version.ts -export const VERSION = "1.9.0"; +export const VERSION = "1.9.1"; From 6a5f3d86708a331413799f689ff2d2990e56bb43 Mon Sep 17 00:00:00 2001 From: Marc Codina Date: Thu, 2 Apr 2026 12:45:20 +0200 Subject: [PATCH 2/2] empty commit to retrigger pipeline