Skip to content

Commit 4b97933

Browse files
Version Packages
1 parent ac08e68 commit 4b97933

File tree

19 files changed

+75
-48
lines changed

19 files changed

+75
-48
lines changed

.changeset/cruel-owls-watch.md

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

.changeset/dependabot-update-9912.md

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

.changeset/dependabot-update-9930.md

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

.changeset/hot-rice-read.md

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

.changeset/plain-baths-leave.md

Lines changed: 0 additions & 5 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.6
4+
5+
### Patch Changes
6+
7+
- [#9925](https://github.com/cloudflare/workers-sdk/pull/9925) [`b46386c`](https://github.com/cloudflare/workers-sdk/commit/b46386c0b245ef1d64e6e7dcff4e421002a3158c) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - clarify the docker build error message
8+
39
## 0.2.5
410

511
### Patch 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.5",
3+
"version": "0.2.6",
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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# miniflare
22

3+
## 4.20250711.0
4+
5+
### Patch Changes
6+
7+
- [#9854](https://github.com/cloudflare/workers-sdk/pull/9854) [`ac08e68`](https://github.com/cloudflare/workers-sdk/commit/ac08e6886a10c7cff4cf02002dffe961f5f157b9) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix incorrect bindings remote deduplication logic
8+
9+
when bindings are registered deduplication logic is applied to make sure that the same binding is not unnecessarily registered multiple times, the changes here fix the fact that such deduplication logic doesn't currently take into account whether bindings are used or not in remote mode (which is problematic when the same binding is used both in remote and local mode)
10+
11+
- [#9912](https://github.com/cloudflare/workers-sdk/pull/9912) [`3bb69fa`](https://github.com/cloudflare/workers-sdk/commit/3bb69fae168a7254c0eb396ea90cc274d0d9ce92) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "miniflare" package
12+
13+
The following dependency versions have been updated:
14+
15+
| Dependency | From | To |
16+
| ------------------------- | ------------- | ------------- |
17+
| workerd | 1.20250709.0 | 1.20250710.0 |
18+
| @cloudflare/workers-types | ^4.20250709.0 | ^4.20250710.0 |
19+
20+
- [#9930](https://github.com/cloudflare/workers-sdk/pull/9930) [`274a826`](https://github.com/cloudflare/workers-sdk/commit/274a826b3349211e8722baab2d73cdaab3b3aa5d) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "miniflare" package
21+
22+
The following dependency versions have been updated:
23+
24+
| Dependency | From | To |
25+
| ------------------------- | ------------- | ------------- |
26+
| workerd | 1.20250710.0 | 1.20250711.0 |
27+
| @cloudflare/workers-types | ^4.20250710.0 | ^4.20250711.0 |
28+
329
## 4.20250709.0
430

531
### 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.20250709.0",
3+
"version": "4.20250711.0",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

packages/pages-shared/CHANGELOG.md

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

3+
## 0.13.55
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ac08e68`](https://github.com/cloudflare/workers-sdk/commit/ac08e6886a10c7cff4cf02002dffe961f5f157b9), [`3bb69fa`](https://github.com/cloudflare/workers-sdk/commit/3bb69fae168a7254c0eb396ea90cc274d0d9ce92), [`274a826`](https://github.com/cloudflare/workers-sdk/commit/274a826b3349211e8722baab2d73cdaab3b3aa5d)]:
8+
9+
310
## 0.13.54
411

512
### Patch Changes

0 commit comments

Comments
 (0)