Skip to content

Commit c4b1687

Browse files
Version Packages (#1181)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a26846 commit c4b1687

5 files changed

Lines changed: 19 additions & 22 deletions

File tree

.changeset/fair-nails-retire.md

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

.changeset/fine-aliens-smoke.md

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

.changeset/old-laws-talk.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.19.0
4+
5+
### Minor Changes
6+
7+
- [#1168](https://github.com/opennextjs/opennextjs-cloudflare/pull/1168) [`9a26846`](https://github.com/opennextjs/opennextjs-cloudflare/commit/9a268469be3759277d2cc5b412dbc16aff8fe551) Thanks [@conico974](https://github.com/conico974)! - Add support for SWR (stale-while-revalidate) in `revalidateTag`
8+
9+
See the [AWS implementation](https://github.com/opennextjs/opennextjs-aws/pull/1122) for more details.
10+
11+
### Patch Changes
12+
13+
- [#1184](https://github.com/opennextjs/opennextjs-cloudflare/pull/1184) [`c7d6425`](https://github.com/opennextjs/opennextjs-cloudflare/commit/c7d64251c2789390d35197c31f06f9e28947f44d) Thanks [@vicb](https://github.com/vicb)! - fix for Next.js CVE-2026-23869
14+
15+
See the [CVE-2026-23869 summary](https://vercel.com/changelog/summary-of-cve-2026-23869) for details.
16+
17+
This CVE is fixed by bumping the minium Next.js release version to 15.5.15/16.2.3
18+
19+
- [#1177](https://github.com/opennextjs/opennextjs-cloudflare/pull/1177) [`e814a63`](https://github.com/opennextjs/opennextjs-cloudflare/commit/e814a6314bb29b8f0130a68e3f0a8271b66a33ed) Thanks [@conico974](https://github.com/conico974)! - Fix `use cache` not working as expected in Next 16+
20+
321
## 1.18.1
422

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

0 commit comments

Comments
 (0)