Skip to content

Commit ef8d5b6

Browse files
Version Packages (#327)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6103547 commit ef8d5b6

File tree

7 files changed

+17
-31
lines changed

7 files changed

+17
-31
lines changed

.changeset/brave-pandas-add.md

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

.changeset/good-meals-think.md

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

.changeset/honest-mayflies-behave.md

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

.changeset/nice-penguins-boil.md

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

.changeset/wicked-parents-switch.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- 6103547: fix: provide a proper error message when using `getCloudflareContext` in static routes
8+
9+
`getCloudflareContext` can't be used in static routes, currently a misleading error
10+
message incorrectly tells the developer that they haven't called `initOpenNextCloudflareForDev`
11+
in their config file, this change updates such error message to properly clarify what
12+
the issue is (and how to solve it)
13+
14+
- 0a6191d: fix the encoding of \_\_NEXT_PRIVATE_STANDALONE_CONFIG
15+
- da7f8d8: fix: enable PPR with `wrangler dev`
16+
- 714172d: fix: trailing slash redirect
17+
- 0892679: fix: inline optional dependencies when bundling the server
18+
319
## 0.4.3
420

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

0 commit comments

Comments
 (0)