Skip to content

Commit 9810c3a

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

File tree

12 files changed

+49
-29
lines changed

12 files changed

+49
-29
lines changed

.changeset/nervous-dryers-tie.md

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

.changeset/spicy-hairs-watch.md

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

examples/basic/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.5
5-
FROM cloudflare/sandbox-test:0.4.5
4+
# FROM docker.io/cloudflare/sandbox:0.4.6
5+
FROM cloudflare/sandbox-test:0.4.6
66

77
# On a mac, you might need to actively pick up the
88
# arm64 build of the image.
9-
# FROM --platform=linux/arm64 cloudflare/sandbox-test:0.4.5
9+
# FROM --platform=linux/arm64 cloudflare/sandbox-test:0.4.6
1010

1111
# Expose the ports you want to expose
1212
EXPOSE 8080
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.5
5-
FROM cloudflare/sandbox-test:0.4.5
4+
# FROM docker.io/cloudflare/sandbox:0.4.6
5+
FROM cloudflare/sandbox-test:0.4.6
66

77
# On a mac, you might need to actively pick up the
88
# arm64 build of the image.
9-
# FROM --platform=linux/arm64 cloudflare/sandbox-test:0.4.5
9+
# FROM --platform=linux/arm64 cloudflare/sandbox-test:0.4.6

examples/minimal/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM docker.io/cloudflare/sandbox:0.4.5
1+
FROM docker.io/cloudflare/sandbox:0.4.6
22

33
# On a Mac with Apple Silicon, you might need to specify the platform:
4-
# FROM --platform=linux/arm64 docker.io/cloudflare/sandbox:0.4.5
4+
# FROM --platform=linux/arm64 docker.io/cloudflare/sandbox:0.4.6
55

66
# Required during local development to access exposed ports
77
EXPOSE 8080

package-lock.json

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @repo/sandbox-container
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#133](https://github.com/cloudflare/sandbox-sdk/pull/133) [`da2cfb8`](https://github.com/cloudflare/sandbox-sdk/commit/da2cfb876675eb3445970c90b4d70d00288a7c74) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - feat: Add version sync detection between npm package and Docker image

packages/sandbox-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/sandbox-container",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"description": "Container runtime for Cloudflare Sandbox SDK",
66
"type": "module",

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.6
4+
5+
### Patch Changes
6+
7+
- [#133](https://github.com/cloudflare/sandbox-sdk/pull/133) [`da2cfb8`](https://github.com/cloudflare/sandbox-sdk/commit/da2cfb876675eb3445970c90b4d70d00288a7c74) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - feat: Add version sync detection between npm package and Docker image
8+
39
## 0.4.5
410

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

0 commit comments

Comments
 (0)