Skip to content

Commit dc6f2c1

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

File tree

6 files changed

+35
-18
lines changed

6 files changed

+35
-18
lines changed

.changeset/angry-pants-tell.md

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

.changeset/fruity-banks-add.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.3.3
5-
FROM cloudflare/sandbox-test:0.3.3
4+
# FROM docker.io/cloudflare/sandbox:0.4.0
5+
FROM cloudflare/sandbox-test:0.4.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: 22 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sandbox/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#95](https://github.com/cloudflare/sandbox-sdk/pull/95) [`7aee736`](https://github.com/cloudflare/sandbox-sdk/commit/7aee736bf07a4bf9020e2109bdaaa70214d52a01) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Rewrite SDK with cleaner design patterns and tests. Remove the unnecessary isolation cruft and fix foundational issues with streaming, sessions, validations and error handling. Cover the SDK with unit & e2e tests.
8+
9+
### Patch Changes
10+
11+
- [#106](https://github.com/cloudflare/sandbox-sdk/pull/106) [`da947cd`](https://github.com/cloudflare/sandbox-sdk/commit/da947cd9543fc99831eefb1e8741fc905cb8fa42) Thanks [@jahands](https://github.com/jahands)! - fix examples failing to deploy and prevent committing node_modules
12+
313
## 0.3.3
414

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

0 commit comments

Comments
 (0)