Skip to content

Commit cc56a32

Browse files
Version Packages
1 parent 5471712 commit cc56a32

File tree

8 files changed

+19
-33
lines changed

8 files changed

+19
-33
lines changed

.changeset/cold-rivers-bathe.md

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

.changeset/honest-games-tell.md

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

.changeset/odd-pets-wash.md

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

.changeset/orange-pets-poke.md

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

.changeset/six-olives-teach.md

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

.changeset/tall-dancers-cross.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.14.1
4+
5+
### Patch Changes
6+
7+
- [#1016](https://github.com/opennextjs/opennextjs-cloudflare/pull/1016) [`2200b4b`](https://github.com/opennextjs/opennextjs-cloudflare/commit/2200b4b7d05e1f8a89af3831decb3a5734d3fb9f) Thanks [@vicb](https://github.com/vicb)! - Update e2e tests to Next 16 (webpack)
8+
9+
- [#1015](https://github.com/opennextjs/opennextjs-cloudflare/pull/1015) [`e8971cd`](https://github.com/opennextjs/opennextjs-cloudflare/commit/e8971cda7effcdcfa786c8bff85e62a14d4969a5) Thanks [@vicb](https://github.com/vicb)! - memory queue: retrieve the preview ID from `process.env`
10+
11+
- [#1012](https://github.com/opennextjs/opennextjs-cloudflare/pull/1012) [`5f6c0a6`](https://github.com/opennextjs/opennextjs-cloudflare/commit/5f6c0a6775760155b3f1860bb44b4fff2c2916eb) Thanks [@pilcrowonpaper](https://github.com/pilcrowonpaper)! - Add image binding to Wrangler configuration template file
12+
13+
- [#1017](https://github.com/opennextjs/opennextjs-cloudflare/pull/1017) [`a6904a4`](https://github.com/opennextjs/opennextjs-cloudflare/commit/a6904a4a0ce6c167d75132bf0fc1642515a7323f) Thanks [@vicb](https://github.com/vicb)! - fix: `response.validate` with the turbo pages runtime
14+
15+
- [#1014](https://github.com/opennextjs/opennextjs-cloudflare/pull/1014) [`f4b53b9`](https://github.com/opennextjs/opennextjs-cloudflare/commit/f4b53b9d33ab2cd6fe27d0c7d3434b1e8494bbb8) Thanks [@vicb](https://github.com/vicb)! - bump `@opennextjs/aws` to 3.9.1
16+
17+
See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.1>
18+
19+
- [#1019](https://github.com/opennextjs/opennextjs-cloudflare/pull/1019) [`2a3ee86`](https://github.com/opennextjs/opennextjs-cloudflare/commit/2a3ee86b54da60c7df72c7567c7f09edf9e877d7) Thanks [@vicb](https://github.com/vicb)! - await `headers()`
20+
321
## 1.14.0
422

523
### Minor 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.14.0",
4+
"version": "1.14.1",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)