this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#1013)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
ed2f81f5 54717122

+19 -33
-5
.changeset/cold-rivers-bathe.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - Update e2e tests to Next 16 (webpack)
-5
.changeset/honest-games-tell.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - memory queue: retrieve the preview ID from `process.env`
-5
.changeset/odd-pets-wash.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - Add image binding to Wrangler configuration template file
-5
.changeset/orange-pets-poke.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix: `response.validate` with the turbo pages runtime
-7
.changeset/six-olives-teach.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - bump `@opennextjs/aws` to 3.9.1 6 - 7 - See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.1>
-5
.changeset/tall-dancers-cross.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - await `headers()`
+18
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 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 + 3 21 ## 1.14.0 4 22 5 23 ### Minor Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "1.14.0", 4 + "version": "1.14.1", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",