Skip to content

Commit 70e5bee

Browse files
authored
feat(vercel-sandbox,sandbox): bump beta (#101)
Bump the beta version for both `sandbox` and `@vercel/sandbox`.
1 parent d4ac7da commit 70e5bee

7 files changed

Lines changed: 29 additions & 5 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@vercel/sandbox": "1.7.1"
1616
},
1717
"changesets": [
18+
"cold-falcons-read",
1819
"common-corners-leave",
1920
"cyan-bats-clap",
2021
"dirty-cows-talk",
@@ -23,8 +24,10 @@
2324
"legal-rings-work",
2425
"light-results-change",
2526
"open-planets-joke",
27+
"seven-olives-mate",
2628
"stale-hotels-grow",
2729
"tangy-schools-like",
28-
"wet-goats-jam"
30+
"wet-goats-jam",
31+
"whole-berries-juggle"
2932
]
3033
}

packages/sandbox/CHANGELOG.md

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

3+
## 3.0.0-beta.7
4+
5+
### Patch Changes
6+
7+
- Fix resume race-condition ([#97](https://github.com/vercel/sandbox/pull/97))
8+
9+
- Fix bug where the first ssh connection hang ([#98](https://github.com/vercel/sandbox/pull/98))
10+
11+
- Fix JsDocs, messages and double-error message bug ([#94](https://github.com/vercel/sandbox/pull/94))
12+
13+
- Updated dependencies [[`d4ac7da0362f06e9095261eb36f802cf2c862b6d`](https://github.com/vercel/sandbox/commit/d4ac7da0362f06e9095261eb36f802cf2c862b6d), [`851f5106054adb4ff61806dded1712bf9c917451`](https://github.com/vercel/sandbox/commit/851f5106054adb4ff61806dded1712bf9c917451)]:
14+
- @vercel/sandbox@2.0.0-beta.7
15+
316
## 3.0.0-beta.6
417

518
### Minor 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 3.0.0-beta.6
4+
sandbox 3.0.0-beta.7
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": "3.0.0-beta.6",
4+
"version": "3.0.0-beta.7",
55
"scripts": {
66
"clean": "rm -rf node_modules dist",
77
"sandbox": "ts-node ./src/sandbox.ts",

packages/vercel-sandbox/CHANGELOG.md

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

3+
## 2.0.0-beta.7
4+
5+
### Patch Changes
6+
7+
- Fix bug where the first ssh connection hang ([#98](https://github.com/vercel/sandbox/pull/98))
8+
9+
- Fix JsDocs, messages and double-error message bug ([#94](https://github.com/vercel/sandbox/pull/94))
10+
311
## 2.0.0-beta.6
412

513
### 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": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
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 = "2.0.0-beta.6";
2+
export const VERSION = "2.0.0-beta.7";

0 commit comments

Comments
 (0)