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
7 changes: 0 additions & 7 deletions .changeset/bright-parents-juggle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/kind-clocks-run.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lazy-balloons-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-rings-walk.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- d488d86: fix: exclude `.env.local` files for `test` mode

Aligns with the Next.js behavior of not extracting variables from the `.env.local` file in test environments.

- 0ee77b2: fix the city header encoding

By pulling <https://github.com/opennextjs/opennextjs-aws/pull/688>

- 4b6a50b: check and create a `wrangler.json` file for the user in case a `wrangler.(toml|json|jsonc)` file is not already present

also introduce a new `--skipWranglerConfigCheck` cli flag and a `SKIP_WRANGLER_CONFIG_CHECK`
environment variable that allows users to opt out of the above check (since developers might
want to use custom locations for their config files)

- 7654867: bump `"@opennextjs/aws` dependency to `https://pkg.pr.new/@opennextjs/aws@686`

## 0.3.3

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