Skip to content

Commit 25ef29d

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

File tree

23 files changed

+76
-47
lines changed

23 files changed

+76
-47
lines changed

.changeset/bumpy-mice-follow.md

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

.changeset/green-bugs-shout.md

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

.changeset/loose-glasses-poke.md

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

.changeset/ripe-doodles-retire.md

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

.changeset/shaky-melons-help.md

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

.changeset/shiny-maps-type.md

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

.changeset/short-symbols-rest.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.51.2
4+
5+
### Patch Changes
6+
7+
- [#10477](https://github.com/cloudflare/workers-sdk/pull/10477) [`30716ed`](https://github.com/cloudflare/workers-sdk/commit/30716edd572c9a8348c04f9cecf58f3808270120) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix outdated Remix template url being used
8+
39
## 2.51.1
410

511
### Patch Changes

packages/create-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cloudflare",
3-
"version": "2.51.1",
3+
"version": "2.51.2",
44
"description": "A CLI for creating and deploying new applications to Cloudflare.",
55
"keywords": [
66
"cloudflare",

packages/miniflare/CHANGELOG.md

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

3+
## 4.20250823.1
4+
5+
### Patch Changes
6+
7+
- [#10437](https://github.com/cloudflare/workers-sdk/pull/10437) [`452ad0b`](https://github.com/cloudflare/workers-sdk/commit/452ad0b1ec58c8078084e0946bf1b3e6ab7f307f) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Loosen validation around different configurations for Durable Object
8+
9+
Allow durable objects to have `enableSql`, `unsafeUniqueKey` and `unsafePreventEviction` configurations set to `undefined` even if the same durable objects are defined with those configurations set to different values (this allows workers using external durable objects not to have to duplicate such configurations in their options)
10+
311
## 4.20250823.0
412

513
### Patch Changes

0 commit comments

Comments
 (0)