Skip to content

Commit 8e4013f

Browse files
Version Packages (#215)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d488d86 commit 8e4013f

File tree

6 files changed

+21
-29
lines changed

6 files changed

+21
-29
lines changed

.changeset/bright-parents-juggle.md

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

.changeset/kind-clocks-run.md

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

.changeset/lazy-balloons-report.md

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

.changeset/real-rings-walk.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- d488d86: fix: exclude `.env.local` files for `test` mode
8+
9+
Aligns with the Next.js behavior of not extracting variables from the `.env.local` file in test environments.
10+
11+
- 0ee77b2: fix the city header encoding
12+
13+
By pulling <https://github.com/opennextjs/opennextjs-aws/pull/688>
14+
15+
- 4b6a50b: check and create a `wrangler.json` file for the user in case a `wrangler.(toml|json|jsonc)` file is not already present
16+
17+
also introduce a new `--skipWranglerConfigCheck` cli flag and a `SKIP_WRANGLER_CONFIG_CHECK`
18+
environment variable that allows users to opt out of the above check (since developers might
19+
want to use custom locations for their config files)
20+
21+
- 7654867: bump `"@opennextjs/aws` dependency to `https://pkg.pr.new/@opennextjs/aws@686`
22+
323
## 0.3.3
424

525
### 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.3",
4+
"version": "0.3.4",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)