From b7a0720ab02443d156bbb9fe2a43cc6e3d1c7a0a Mon Sep 17 00:00:00 2001 From: workers-frameworks <145479816+workers-frameworks@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:42:59 +0000 Subject: [PATCH] Version Packages (#203) Co-authored-by: github-actions[bot] --- .changeset/nine-fireants-protect.md | 9 --------- packages/cloudflare/CHANGELOG.md | 10 ++++++++++ packages/cloudflare/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/nine-fireants-protect.md diff --git a/.changeset/nine-fireants-protect.md b/.changeset/nine-fireants-protect.md deleted file mode 100644 index e4ed9f29..00000000 --- a/.changeset/nine-fireants-protect.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -fix: CustomRequest instantiation - -In some cases some request properties would not be initialized (i.e. method, headers, ...) -The bug was caused by the processing the init in the CustomRequest class. -The bug was tigerred when using clerk. diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index 1ba0982b..fbf42952 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,15 @@ # @opennextjs/cloudflare +## 0.3.2 + +### Patch Changes + +- c0c1d04: fix: CustomRequest instantiation + + In some cases some request properties would not be initialized (i.e. method, headers, ...) + The bug was caused by the processing the init in the CustomRequest class. + The bug was tigerred when using clerk. + ## 0.3.1 ### Patch Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 7c948f39..b3ce2775 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@opennextjs/cloudflare", "description": "Cloudflare builder for next apps", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "scripts": { "clean": "rimraf dist",