diff --git a/.changeset/bright-parents-juggle.md b/.changeset/bright-parents-juggle.md deleted file mode 100644 index 6e3a92df..00000000 --- a/.changeset/bright-parents-juggle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -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. diff --git a/.changeset/kind-clocks-run.md b/.changeset/kind-clocks-run.md deleted file mode 100644 index 461193a1..00000000 --- a/.changeset/kind-clocks-run.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -fix the city header encoding - -By pulling diff --git a/.changeset/lazy-balloons-report.md b/.changeset/lazy-balloons-report.md deleted file mode 100644 index 9c6bbd6c..00000000 --- a/.changeset/lazy-balloons-report.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -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) diff --git a/.changeset/real-rings-walk.md b/.changeset/real-rings-walk.md deleted file mode 100644 index 4fdddbed..00000000 --- a/.changeset/real-rings-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -bump `"@opennextjs/aws` dependency to `https://pkg.pr.new/@opennextjs/aws@686` diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index e28bb853..5de7a777 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -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 + +- 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 diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index a77ccabc..707c46e9 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.3", + "version": "0.3.4", "type": "module", "scripts": { "clean": "rimraf dist",