Skip to content

Commit

Permalink
Version Packages (#327)
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 Feb 3, 2025
1 parent 6103547 commit ef8d5b6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 31 deletions.
10 changes: 0 additions & 10 deletions .changeset/brave-pandas-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-meals-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-mayflies-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-penguins-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-parents-switch.md

This file was deleted.

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

## 0.4.4

### Patch Changes

- 6103547: fix: provide a proper error message when using `getCloudflareContext` in static routes

`getCloudflareContext` can't be used in static routes, currently a misleading error
message incorrectly tells the developer that they haven't called `initOpenNextCloudflareForDev`
in their config file, this change updates such error message to properly clarify what
the issue is (and how to solve it)

- 0a6191d: fix the encoding of \_\_NEXT_PRIVATE_STANDALONE_CONFIG
- da7f8d8: fix: enable PPR with `wrangler dev`
- 714172d: fix: trailing slash redirect
- 0892679: fix: inline optional dependencies when bundling the server

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

0 comments on commit ef8d5b6

Please sign in to comment.