Skip to content

Commit d55b0f4

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

File tree

7 files changed

+13
-15
lines changed

7 files changed

+13
-15
lines changed

.changeset/clever-pigs-speak.md

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

.changeset/icy-garlics-tan.md

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

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.0.9
67+
FROM docker.io/cloudflare/sandbox:0.1.2
6868

6969
EXPOSE 3000
7070

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.1
5-
FROM cloudflare/sandbox-test:0.1.1
4+
# FROM docker.io/cloudflare/sandbox:0.1.2
5+
FROM cloudflare/sandbox-test:0.1.2
66

77
EXPOSE 8080
88
EXPOSE 3001

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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/sandbox
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#30](https://github.com/cloudflare/sandbox-sdk/pull/30) [`30e5c25`](https://github.com/cloudflare/sandbox-sdk/commit/30e5c25cf7d4b07f9049724206c531e2d5d29d5c) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Remove actions timeout
8+
9+
- [#29](https://github.com/cloudflare/sandbox-sdk/pull/29) [`d78508f`](https://github.com/cloudflare/sandbox-sdk/commit/d78508f7287a59e0423edd2999c2c83e9e34ccfd) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Create multi-platform Docker image and switch to Cloudflare official repo
10+
311
## 0.1.1
412

513
### Patch Changes

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.1",
3+
"version": "0.1.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/sandbox-sdk"

0 commit comments

Comments
 (0)