Skip to content

Commit 1ab3f9d

Browse files
Version Packages (#45)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd5ec7f commit 1ab3f9d

File tree

9 files changed

+17
-25
lines changed

9 files changed

+17
-25
lines changed

.changeset/big-worms-draw.md

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

.changeset/strong-walls-drop.md

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

.changeset/wet-jars-double.md

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

.changeset/wide-radios-brush.md

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

examples/basic/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This image is unique to this repo, and you'll never need it.
22
# Whenever you're integrating with sandbox SDK in your own project,
33
# you should use the official image instead:
4-
# FROM docker.io/cloudflare/sandbox:0.1.3
5-
FROM cloudflare/sandbox-test:0.1.3
4+
# FROM docker.io/cloudflare/sandbox:0.1.4
5+
FROM cloudflare/sandbox-test:0.1.4
66

77
# On a mac, you might need to actively pick up the
88
# arm64 build of the image.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sandbox/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#46](https://github.com/cloudflare/sandbox-sdk/pull/46) [`7de28be`](https://github.com/cloudflare/sandbox-sdk/commit/7de28be482d9634551572d548c7c4b5842df812d) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Update README
8+
9+
- [#44](https://github.com/cloudflare/sandbox-sdk/pull/44) [`215ab49`](https://github.com/cloudflare/sandbox-sdk/commit/215ab494427d7e2a92bb9a25384cb493a221c200) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Update example to use env & cwd
10+
11+
- [#42](https://github.com/cloudflare/sandbox-sdk/pull/42) [`bb72193`](https://github.com/cloudflare/sandbox-sdk/commit/bb72193ad75695979bd1132206f481e91fe37325) Thanks [@jonasnobile](https://github.com/jonasnobile)! - Propagate `cwd` and `env` options in `executeCommand`
12+
13+
- [#27](https://github.com/cloudflare/sandbox-sdk/pull/27) [`fd5ec7f`](https://github.com/cloudflare/sandbox-sdk/commit/fd5ec7f34bc12b06320a89356c4af07801f52d64) Thanks [@threepointone](https://github.com/threepointone)! - remove yarn and pnpm from the image
14+
315
## 0.1.3
416

517
### Patch Changes

packages/sandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ npm install @cloudflare/sandbox
6464
1. **Create a Dockerfile** (temporary requirement, will be removed in future releases):
6565

6666
```dockerfile
67-
FROM docker.io/cloudflare/sandbox:0.1.3
67+
FROM docker.io/cloudflare/sandbox:0.1.4
6868

6969
# Expose the ports you want to expose
7070
EXPOSE 3000

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/sandbox",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/sandbox-sdk"

0 commit comments

Comments
 (0)