Skip to content

Commit

Permalink
Version Packages (#215)
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 Jan 6, 2025
1 parent d488d86 commit 8e4013f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 29 deletions.
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

0 comments on commit 8e4013f

Please sign in to comment.