Skip to content

Commit f0b52c6

Browse files
Version Packages
1 parent bcadd23 commit f0b52c6

File tree

10 files changed

+29
-23
lines changed

10 files changed

+29
-23
lines changed

.changeset/bright-balloons-own.md

-5
This file was deleted.

.changeset/fair-ducks-shake.md

-5
This file was deleted.

.changeset/gorgeous-rocks-appear.md

-5
This file was deleted.

.changeset/perfect-cobras-move.md

-5
This file was deleted.

examples/app-pages-router/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# app-pages-router
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bcadd23de8aa5fa2c01c6c22cebea4c4a4019a10`](https://github.com/opennextjs/opennextjs-aws/commit/bcadd23de8aa5fa2c01c6c22cebea4c4a4019a10), [`1471a52530a25785a44ebc0b4029608c461e636b`](https://github.com/opennextjs/opennextjs-aws/commit/1471a52530a25785a44ebc0b4029608c461e636b), [`c97ced159f4758991e0b9614abfda431fe50bbe6`](https://github.com/opennextjs/opennextjs-aws/commit/c97ced159f4758991e0b9614abfda431fe50bbe6), [`8392e22a43430b10338d8e8f73cbbc14148aabbb`](https://github.com/opennextjs/opennextjs-aws/commit/8392e22a43430b10338d8e8f73cbbc14148aabbb)]:
8+
- @opennextjs/aws@3.5.4
9+
310
## 0.1.11
411

512
### Patch Changes

examples/app-pages-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-pages-router",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"",

examples/app-router/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# app-router
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bcadd23de8aa5fa2c01c6c22cebea4c4a4019a10`](https://github.com/opennextjs/opennextjs-aws/commit/bcadd23de8aa5fa2c01c6c22cebea4c4a4019a10), [`1471a52530a25785a44ebc0b4029608c461e636b`](https://github.com/opennextjs/opennextjs-aws/commit/1471a52530a25785a44ebc0b4029608c461e636b), [`c97ced159f4758991e0b9614abfda431fe50bbe6`](https://github.com/opennextjs/opennextjs-aws/commit/c97ced159f4758991e0b9614abfda431fe50bbe6), [`8392e22a43430b10338d8e8f73cbbc14148aabbb`](https://github.com/opennextjs/opennextjs-aws/commit/8392e22a43430b10338d8e8f73cbbc14148aabbb)]:
8+
- @opennextjs/aws@3.5.4
9+
310
## 0.1.11
411

512
### Patch Changes

examples/app-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-router",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"openbuild": "node ../../packages/open-next/dist/index.js build --streaming --build-command \"npx turbo build\"",

packages/open-next/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# open-next
22

3+
## 3.5.4
4+
5+
### Patch Changes
6+
7+
- [#810](https://github.com/opennextjs/opennextjs-aws/pull/810) [`bcadd23de8aa5fa2c01c6c22cebea4c4a4019a10`](https://github.com/opennextjs/opennextjs-aws/commit/bcadd23de8aa5fa2c01c6c22cebea4c4a4019a10) Thanks [@conico974](https://github.com/conico974)! - Fix a security vulnerability similar to the recent CVE-2025-29927
8+
9+
- [#805](https://github.com/opennextjs/opennextjs-aws/pull/805) [`1471a52530a25785a44ebc0b4029608c461e636b`](https://github.com/opennextjs/opennextjs-aws/commit/1471a52530a25785a44ebc0b4029608c461e636b) Thanks [@conico974](https://github.com/conico974)! - fix stream not returning in node 21+
10+
11+
- [#796](https://github.com/opennextjs/opennextjs-aws/pull/796) [`c97ced159f4758991e0b9614abfda431fe50bbe6`](https://github.com/opennextjs/opennextjs-aws/commit/c97ced159f4758991e0b9614abfda431fe50bbe6) Thanks [@vicb](https://github.com/vicb)! - Add a `compileEdge` parameter to `compileOpenNextConfig`
12+
13+
- [#802](https://github.com/opennextjs/opennextjs-aws/pull/802) [`8392e22a43430b10338d8e8f73cbbc14148aabbb`](https://github.com/opennextjs/opennextjs-aws/commit/8392e22a43430b10338d8e8f73cbbc14148aabbb) Thanks [@vicb](https://github.com/vicb)! - fix(middleware): copy wasm files for bundled middleware
14+
315
## 3.5.3
416

517
### Patch Changes

packages/open-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "@opennextjs/aws",
6-
"version": "3.5.3",
6+
"version": "3.5.4",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)