Skip to content

Commit a588d92

Browse files
Version Packages
1 parent 7a57c14 commit a588d92

File tree

11 files changed

+33
-29
lines changed

11 files changed

+33
-29
lines changed

.changeset/cyan-years-relate.md

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

.changeset/deep-symbols-fix.md

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

.changeset/lemon-pants-jam.md

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

.changeset/social-cups-roll.md

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

.changeset/yellow-rabbits-tap.md

Lines changed: 0 additions & 5 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.20250408.2
4+
5+
### Patch Changes
6+
7+
- [#8681](https://github.com/cloudflare/workers-sdk/pull/8681) [`7a57c14`](https://github.com/cloudflare/workers-sdk/commit/7a57c14cf2a21c81e622d1673979bf665b2fab04) Thanks [@workers-devprod](https://github.com/workers-devprod)! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests
8+
39
## 3.20250408.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.20250408.1",
3+
"version": "3.20250408.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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7a57c14`](https://github.com/cloudflare/workers-sdk/commit/7a57c14cf2a21c81e622d1673979bf665b2fab04)]:
8+
9+
310
## 0.13.17
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.17",
3+
"version": "0.13.18",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/wrangler/CHANGELOG.md

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

3+
## 3.114.9
4+
5+
### Patch Changes
6+
7+
- [#8681](https://github.com/cloudflare/workers-sdk/pull/8681) [`7a57c14`](https://github.com/cloudflare/workers-sdk/commit/7a57c14cf2a21c81e622d1673979bf665b2fab04) Thanks [@workers-devprod](https://github.com/workers-devprod)! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests
8+
9+
- [#9128](https://github.com/cloudflare/workers-sdk/pull/9128) [`c535845`](https://github.com/cloudflare/workers-sdk/commit/c5358457c93bf6138386f829fd9be60c89ea9867) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix: remove outdated js-doc comment for `unstable_startDevWorker`'s `entrypoint`
10+
11+
- [#9172](https://github.com/cloudflare/workers-sdk/pull/9172) [`4e943b1`](https://github.com/cloudflare/workers-sdk/commit/4e943b185a3bec8de67fd9695b048f61d90410d5) Thanks [@vicb](https://github.com/vicb)! - validate r2 bucket names
12+
13+
- [#9163](https://github.com/cloudflare/workers-sdk/pull/9163) [`d67cd0d`](https://github.com/cloudflare/workers-sdk/commit/d67cd0d8b4861ce9437e40a5e3d4de2b30f2da01) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Do not report "d1 execute" command file missing error to Sentry
14+
15+
- [#9166](https://github.com/cloudflare/workers-sdk/pull/9166) [`9b4c91d`](https://github.com/cloudflare/workers-sdk/commit/9b4c91dda738a6d6398780e73e455eacb89aa7ab) Thanks [@lambrospetrou](https://github.com/lambrospetrou)! - Fix d1 info command showing read_replication: [object Object]
16+
17+
- Updated dependencies [[`7a57c14`](https://github.com/cloudflare/workers-sdk/commit/7a57c14cf2a21c81e622d1673979bf665b2fab04)]:
18+
19+
320
## 3.114.8
421

522
### Patch Changes

0 commit comments

Comments
 (0)