Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/easy-pens-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-taxis-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-lemons-count.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shiny-ghosts-flash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-ravens-draw.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/miniflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# miniflare

## 3.20250310.2

### Patch Changes

- [#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.

## 3.20250310.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/miniflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miniflare",
"version": "3.20250310.1",
"version": "3.20250310.2",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down
7 changes: 7 additions & 0 deletions packages/pages-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudflare/pages-shared

## 0.13.15

### Patch Changes

- Updated dependencies [[`90d93c9`](https://github.com/cloudflare/workers-sdk/commit/90d93c9ec055f74cae83200d58c0c924fffdf0b1)]:
- [email protected]

## 0.13.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pages-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/pages-shared",
"version": "0.13.14",
"version": "0.13.15",
"private": true,
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/wrangler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# wrangler

## 3.114.4

### Patch Changes

- [#8758](https://github.com/cloudflare/workers-sdk/pull/8758) [`04ba075`](https://github.com/cloudflare/workers-sdk/commit/04ba07521872fc69855e00a105302ecaebc016d5) Thanks [@emily-shen](https://github.com/emily-shen)! - fix: return actual error on `wrangler secret bulk`

- [#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

- [#8751](https://github.com/cloudflare/workers-sdk/pull/8751) [`e1ef298`](https://github.com/cloudflare/workers-sdk/commit/e1ef2989f1e13519ec363979f8c230a081efddcc) Thanks [@emily-shen](https://github.com/emily-shen)! - fix: include documentation_url in API Errors if provided

- [#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

Internal DOs still do not work with getPlatformProxy, but warn instead of crashing.

- [#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.

- Updated dependencies [[`90d93c9`](https://github.com/cloudflare/workers-sdk/commit/90d93c9ec055f74cae83200d58c0c924fffdf0b1)]:
- [email protected]

## 3.114.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrangler",
"version": "3.114.3",
"version": "3.114.4",
"description": "Command-line interface for all things Cloudflare Workers",
"keywords": [
"wrangler",
Expand Down
Loading