Skip to content

Commit e489cbb

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

File tree

5 files changed

+32
-14
lines changed

5 files changed

+32
-14
lines changed

.changeset/lemon-glasses-beam.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.4.1
5-
FROM cloudflare/sandbox-test:0.4.1
4+
# FROM docker.io/cloudflare/sandbox:0.4.2
5+
FROM cloudflare/sandbox-test:0.4.2
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/sandbox
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [`e53d7e7`](https://github.com/cloudflare/sandbox-sdk/commit/e53d7e7ce185f79bdd899029bb532e9651ae7ba5) Thanks [@threepointone](https://github.com/threepointone)! - fix build by inlining repo/shared
8+
39
## 0.4.1
410

511
### Patch Changes

packages/sandbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@cloudflare/sandbox",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/sandbox-sdk"
77
},
88
"description": "A sandboxed environment for running commands",
99
"dependencies": {
10-
"@cloudflare/containers": "^0.0.28"
10+
"@cloudflare/containers": "^0.0.28"
1111
},
1212
"devDependencies": {
1313
"@repo/shared": "*"

0 commit comments

Comments
 (0)