Skip to content

Commit 6fdc1e2

Browse files
Version Packages (#1162)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 161e726 commit 6fdc1e2

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/fix-prefetch-hints-manifest.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.17.3
4+
5+
### Patch Changes
6+
7+
- [#1160](https://github.com/opennextjs/opennextjs-cloudflare/pull/1160) [`161e726`](https://github.com/opennextjs/opennextjs-cloudflare/commit/161e726a02f063e3fa80aeb8fc629dad605a8b7d) Thanks [@matthewvolk](https://github.com/matthewvolk)! - fix(patches): include `prefetch-hints.json` in loadManifest build-time inlining
8+
9+
Next.js 16.2.0 introduced `prefetch-hints.json` as a new server manifest loaded unconditionally
10+
by `NextNodeServer.getPrefetchHints()`. The file exists in the build output but wasn't matched by
11+
the glob pattern `*-manifest.json`, causing the patched `loadManifest()` to throw at runtime.
12+
313
## 1.17.2
414

515
### 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": "1.17.2",
4+
"version": "1.17.3",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)