Skip to content

Commit b706463

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

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.changeset/weak-otters-bake.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.4
5-
FROM cloudflare/sandbox-test:0.1.4
4+
# FROM docker.io/cloudflare/sandbox:0.2.0
5+
FROM cloudflare/sandbox-test:0.2.0
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/sandbox
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#47](https://github.com/cloudflare/sandbox-sdk/pull/47) [`8a93d0c`](https://github.com/cloudflare/sandbox-sdk/commit/8a93d0cae18a25bda6506b8b0a08d9e9eb3bb290) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Change default directory to a clean /workspace
8+
39
## 0.1.4
410

511
### 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.4
67+
FROM docker.io/cloudflare/sandbox:0.2.0
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.4",
3+
"version": "0.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/sandbox-sdk"

0 commit comments

Comments
 (0)