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
8 changes: 0 additions & 8 deletions .changeset/four-seals-return.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tender-hotels-thank.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @opennextjs/cloudflare

## 0.4.5

### Patch Changes

- 1ccff65: bump `@opennextjs/aws` dependency to `https://pkg.pr.new/@opennextjs/aws@724`

this bump fixes rewrites to external urls not working when the external urls
point to resources hosted on the Cloudflare network

- 30374b9: fix: Drop the module condition from ESBuild

Because Next (via nft) does not use the module condition, ESBuild should not use it.
Otherwise we might end up with missing files and a broken build.

## 0.4.4

### 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.4.4",
"version": "0.4.5",
"type": "module",
"scripts": {
"clean": "rimraf dist",
Expand Down