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
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@vercel/sandbox": "1.7.1"
},
"changesets": [
"cold-falcons-read",
"common-corners-leave",
"cyan-bats-clap",
"dirty-cows-talk",
Expand All @@ -23,8 +24,10 @@
"legal-rings-work",
"light-results-change",
"open-planets-joke",
"seven-olives-mate",
"stale-hotels-grow",
"tangy-schools-like",
"wet-goats-jam"
"wet-goats-jam",
"whole-berries-juggle"
]
}
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.11-beta.0

### Patch Changes

- Updated dependencies [[`d4ac7da0362f06e9095261eb36f802cf2c862b6d`](https://github.com/vercel/sandbox/commit/d4ac7da0362f06e9095261eb36f802cf2c862b6d), [`851f5106054adb4ff61806dded1712bf9c917451`](https://github.com/vercel/sandbox/commit/851f5106054adb4ff61806dded1712bf9c917451)]:
- @vercel/sandbox@2.0.0-beta.7

## 0.0.10

### 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.10",
"version": "0.0.11-beta.0",
"private": true,
"description": "Example demonstrating filesystem snapshotting",
"main": "filesystem-snapshots.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# sandbox

## 3.0.0-beta.7

### Patch Changes

- Fix resume race-condition ([#97](https://github.com/vercel/sandbox/pull/97))

- Fix bug where the first ssh connection hang ([#98](https://github.com/vercel/sandbox/pull/98))

- Fix JsDocs, messages and double-error message bug ([#94](https://github.com/vercel/sandbox/pull/94))

- Updated dependencies [[`d4ac7da0362f06e9095261eb36f802cf2c862b6d`](https://github.com/vercel/sandbox/commit/d4ac7da0362f06e9095261eb36f802cf2c862b6d), [`851f5106054adb4ff61806dded1712bf9c917451`](https://github.com/vercel/sandbox/commit/851f5106054adb4ff61806dded1712bf9c917451)]:
- @vercel/sandbox@2.0.0-beta.7

## 3.0.0-beta.6

### Minor 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 3.0.0-beta.6
sandbox 3.0.0-beta.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": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"scripts": {
"clean": "rm -rf node_modules dist",
"sandbox": "ts-node ./src/sandbox.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/vercel-sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vercel/sandbox

## 2.0.0-beta.7

### Patch Changes

- Fix bug where the first ssh connection hang ([#98](https://github.com/vercel/sandbox/pull/98))

- Fix JsDocs, messages and double-error message bug ([#94](https://github.com/vercel/sandbox/pull/94))

## 2.0.0-beta.6

### 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": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "Software Development Kit for Vercel Sandbox",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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 = "2.0.0-beta.6";
export const VERSION = "2.0.0-beta.7";
Loading