Skip to content

Commit f763085

Browse files
Version Packages (#63)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## sandbox@2.5.2 ### Patch Changes - Fix 400 errors on interactions (connect, run-command, etc) ([#62](#62)) - Updated dependencies \[[`b35a70030c0c58da49410aa599e1b2eecaad0438`](b35a700)]: - @vercel/sandbox@1.7.1 ## @vercel/sandbox@1.7.1 ### Patch Changes - Fix 400 errors on interactions (connect, run-command, etc) ([#62](#62)) ## sandbox-filesystem-snapshots@0.0.8 ### Patch Changes - Updated dependencies \[[`b35a70030c0c58da49410aa599e1b2eecaad0438`](b35a700)]: - @vercel/sandbox@1.7.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b35a700 commit f763085

File tree

9 files changed

+27
-11
lines changed

9 files changed

+27
-11
lines changed

.changeset/clever-chicken-lay.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/filesystem-snapshots/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sandbox-filesystem-snapshots
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b35a70030c0c58da49410aa599e1b2eecaad0438`](https://github.com/vercel/sandbox/commit/b35a70030c0c58da49410aa599e1b2eecaad0438)]:
8+
- @vercel/sandbox@1.7.1
9+
310
## 0.0.7
411

512
### Patch Changes

examples/filesystem-snapshots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sandbox-filesystem-snapshots",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"description": "Example demonstrating filesystem snapshotting",
66
"main": "filesystem-snapshots.ts",

packages/sandbox/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# sandbox
22

3+
## 2.5.2
4+
5+
### Patch Changes
6+
7+
- Fix 400 errors on interactions (connect, run-command, etc) ([#62](https://github.com/vercel/sandbox/pull/62))
8+
9+
- Updated dependencies [[`b35a70030c0c58da49410aa599e1b2eecaad0438`](https://github.com/vercel/sandbox/commit/b35a70030c0c58da49410aa599e1b2eecaad0438)]:
10+
- @vercel/sandbox@1.7.1
11+
312
## 2.5.1
413

514
### Patch Changes

packages/sandbox/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## `sandbox --help`
22

33
```
4-
sandbox 2.5.1
4+
sandbox 2.5.2
55
66
▲ sandbox [options] <command>
77

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sandbox",
33
"description": "Command line interface for Vercel Sandbox",
4-
"version": "2.5.1",
4+
"version": "2.5.2",
55
"scripts": {
66
"clean": "rm -rf node_modules dist",
77
"sandbox": "ts-node ./src/sandbox.ts",

packages/vercel-sandbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vercel/sandbox
22

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- Fix 400 errors on interactions (connect, run-command, etc) ([#62](https://github.com/vercel/sandbox/pull/62))
8+
39
## 1.7.0
410

511
### Minor Changes

packages/vercel-sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/sandbox",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Software Development Kit for Vercel Sandbox",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Autogenerated by inject-version.ts
2-
export const VERSION = "1.7.0";
2+
export const VERSION = "1.7.1";

0 commit comments

Comments
 (0)