Skip to content

Commit

Permalink
Version Packages (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
workers-frameworks and github-actions[bot] authored Dec 23, 2024
1 parent c0c1d04 commit b7a0720
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/nine-fireants-protect.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b7a0720

Please sign in to comment.