Skip to content

Commit 06a2b08

Browse files
Version Packages
1 parent 47bf369 commit 06a2b08

File tree

9 files changed

+31
-21
lines changed

9 files changed

+31
-21
lines changed

.changeset/good-taxis-repeat.md

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

.changeset/shiny-ghosts-flash.md

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

.changeset/violet-ravens-draw.md

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

packages/miniflare/CHANGELOG.md

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

3+
## 3.20250310.2
4+
5+
### Patch Changes
6+
7+
- [#8683](https://github.com/cloudflare/workers-sdk/pull/8683) [`90d93c9`](https://github.com/cloudflare/workers-sdk/commit/90d93c9ec055f74cae83200d58c0c924fffdf0b1) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - Remove `NodeJSCompatModule`. This was never fully supported, and never worked for deploying Workers from Wrangler.
8+
39
## 3.20250310.1
410

511
### 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": "3.20250310.1",
3+
"version": "3.20250310.2",
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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`90d93c9`](https://github.com/cloudflare/workers-sdk/commit/90d93c9ec055f74cae83200d58c0c924fffdf0b1)]:
8+
9+
310
## 0.13.14
411

512
### Patch Changes

packages/pages-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/pages-shared",
3-
"version": "0.13.14",
3+
"version": "0.13.15",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/wrangler/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# wrangler
22

3+
## 3.114.4
4+
5+
### Patch Changes
6+
7+
- [#8703](https://github.com/cloudflare/workers-sdk/pull/8703) [`ef89e6b`](https://github.com/cloudflare/workers-sdk/commit/ef89e6b118196abbf7b1c6d82e6112411e1b3bce) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - Improve formatting of cache options for hyperdrive list command
8+
9+
- [#8713](https://github.com/cloudflare/workers-sdk/pull/8713) [`47bf369`](https://github.com/cloudflare/workers-sdk/commit/47bf369ed33ed47253ec59ab13cde0b1cde1b726) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - fix: stop getPlatformProxy crashing when internal DOs are present
10+
11+
Internal DOs still do not work with getPlatformProxy, but warn instead of crashing.
12+
13+
- [#8683](https://github.com/cloudflare/workers-sdk/pull/8683) [`90d93c9`](https://github.com/cloudflare/workers-sdk/commit/90d93c9ec055f74cae83200d58c0c924fffdf0b1) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - Remove `NodeJSCompatModule`. This was never fully supported, and never worked for deploying Workers from Wrangler.
14+
15+
- Updated dependencies [[`90d93c9`](https://github.com/cloudflare/workers-sdk/commit/90d93c9ec055f74cae83200d58c0c924fffdf0b1)]:
16+
17+
318
## 3.114.3
419

520
### Patch Changes

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "3.114.3",
3+
"version": "3.114.4",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)