this repo has no description
0
fork

Configure Feed

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

Version Packages (#1035)

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
e2db80ed 763c4ec9

+15 -20
-9
.changeset/common-chairs-reply.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - Bump Next, React, and @opennextjs/aws to fix vulnerabilities (CVE-2025-55184 and CVE-2025-55183) 6 - 7 - See <https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components> 8 - See <https://nextjs.org/blog/security-update-2025-12-11> 9 - See <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.5>
-5
.changeset/fresh-taxis-pay.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - output more wrangler command logs when the command fails
-5
.changeset/mighty-heads-shine.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - When running `wrangler deploy` add a `OPEN_NEXT_DEPLOY` environment variable to let wrangler know that it is being run by open-next
+14
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.14.5 4 + 5 + ### Patch Changes 6 + 7 + - [#1042](https://github.com/opennextjs/opennextjs-cloudflare/pull/1042) [`763c4ec`](https://github.com/opennextjs/opennextjs-cloudflare/commit/763c4ec9903532e37054bb046930f62b2d73fb34) Thanks [@vicb](https://github.com/vicb)! - Bump Next, React, and @opennextjs/aws to fix vulnerabilities (CVE-2025-55184 and CVE-2025-55183) 8 + 9 + See <https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components> 10 + See <https://nextjs.org/blog/security-update-2025-12-11> 11 + See <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.5> 12 + 13 + - [#1034](https://github.com/opennextjs/opennextjs-cloudflare/pull/1034) [`721bff0`](https://github.com/opennextjs/opennextjs-cloudflare/commit/721bff023068c93bba830fe897de8314e71b3a5b) Thanks [@james-elicx](https://github.com/james-elicx)! - output more wrangler command logs when the command fails 14 + 15 + - [#1023](https://github.com/opennextjs/opennextjs-cloudflare/pull/1023) [`a4a2f02`](https://github.com/opennextjs/opennextjs-cloudflare/commit/a4a2f02fe664e95de47c75ca60c150892ae4d70d) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - When running `wrangler deploy` add a `OPEN_NEXT_DEPLOY` environment variable to let wrangler know that it is being run by open-next 16 + 3 17 ## 1.14.4 4 18 5 19 ### Patch 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.4", 4 + "version": "1.14.5", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",