Skip to content

Commit 0813e21

Browse files
Version Packages (#9697)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 086e29d commit 0813e21

File tree

18 files changed

+95
-71
lines changed

18 files changed

+95
-71
lines changed

.changeset/better-sheep-reply.md

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

.changeset/bumpy-beers-stare.md

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

.changeset/hot-lamps-laugh.md

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

.changeset/new-pants-fail.md

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

.changeset/sad-drinks-relate.md

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

.changeset/thick-icons-visit.md

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

packages/containers-shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/containers-shared
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#9596](https://github.com/cloudflare/workers-sdk/pull/9596) [`5162c51`](https://github.com/cloudflare/workers-sdk/commit/5162c5194604f26b2e5018961b761f3450872333) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - add ability to pull images for containers local dev
8+
39
## 0.2.0
410

511
### Minor Changes

packages/containers-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/containers-shared",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "Package that contains shared container functionality for Cloudflare Workers SDK.",
66
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/containers-shared#readme",

packages/miniflare/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# miniflare
22

3+
## 4.20250617.3
4+
5+
### Minor Changes
6+
7+
- [#9640](https://github.com/cloudflare/workers-sdk/pull/9640) [`bfb791e`](https://github.com/cloudflare/workers-sdk/commit/bfb791e708706c643d088864a5226b23b0f45d7e) Thanks [@emily-shen](https://github.com/emily-shen)! - Add ability to dump workerd config into a file for debugging.
8+
9+
You can enable this by setting `MINIFLARE_WORKERD_CONFIG_DEBUG` to a file path where you want the config to be written.
10+
11+
### Patch Changes
12+
13+
- [#9596](https://github.com/cloudflare/workers-sdk/pull/9596) [`5162c51`](https://github.com/cloudflare/workers-sdk/commit/5162c5194604f26b2e5018961b761f3450872333) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - add ability to pull images for containers local dev
14+
315
## 4.20250617.2
416

517
### Patch Changes

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "4.20250617.2",
3+
"version": "4.20250617.3",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)