Skip to content

Commit b7a0720

Browse files
Version Packages (#203)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c0c1d04 commit b7a0720

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/nine-fireants-protect.md

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

packages/cloudflare/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @opennextjs/cloudflare
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- c0c1d04: fix: CustomRequest instantiation
8+
9+
In some cases some request properties would not be initialized (i.e. method, headers, ...)
10+
The bug was caused by the processing the init in the CustomRequest class.
11+
The bug was tigerred when using clerk.
12+
313
## 0.3.1
414

515
### Patch Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opennextjs/cloudflare",
33
"description": "Cloudflare builder for next apps",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)