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/gold-flowers-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/icy-nights-bet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-guests-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/write-files-string-content.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/filesystem-snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/filesystem-snapshots/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions examples/workflow-code-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/workflow-code-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflow-code-runner",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
7 changes: 7 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## `sandbox --help`

```
sandbox 2.5.6
sandbox 2.5.7

▲ sandbox [options] <command>

Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/vercel-sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel-sandbox/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Autogenerated by inject-version.ts
export const VERSION = "1.9.0";
export const VERSION = "1.9.1";
Loading