Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/forty-paws-nail.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/hip-lies-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-ducks-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-dodos-end.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/app-pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app-pages-router

## 0.1.26

### Patch Changes

- Updated dependencies [[`c48ac9565863706486f796a75aaecdd27aebd551`](https://github.com/opennextjs/opennextjs-aws/commit/c48ac9565863706486f796a75aaecdd27aebd551), [`bfde44ebbe65677f8e577ed6b798f82979d4778b`](https://github.com/opennextjs/opennextjs-aws/commit/bfde44ebbe65677f8e577ed6b798f82979d4778b), [`3b234952504ab108dd921a899c67e5bd895c38b4`](https://github.com/opennextjs/opennextjs-aws/commit/3b234952504ab108dd921a899c67e5bd895c38b4), [`af6e752efacd56dec03640ccab32cee590322f8c`](https://github.com/opennextjs/opennextjs-aws/commit/af6e752efacd56dec03640ccab32cee590322f8c)]:
- @opennextjs/[email protected]

## 0.1.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-pages-router",
"version": "0.1.25",
"version": "0.1.26",
"private": true,
"scripts": {
"openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"",
Expand Down
7 changes: 7 additions & 0 deletions examples/app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app-router

## 0.1.26

### Patch Changes

- Updated dependencies [[`c48ac9565863706486f796a75aaecdd27aebd551`](https://github.com/opennextjs/opennextjs-aws/commit/c48ac9565863706486f796a75aaecdd27aebd551), [`bfde44ebbe65677f8e577ed6b798f82979d4778b`](https://github.com/opennextjs/opennextjs-aws/commit/bfde44ebbe65677f8e577ed6b798f82979d4778b), [`3b234952504ab108dd921a899c67e5bd895c38b4`](https://github.com/opennextjs/opennextjs-aws/commit/3b234952504ab108dd921a899c67e5bd895c38b4), [`af6e752efacd56dec03640ccab32cee590322f8c`](https://github.com/opennextjs/opennextjs-aws/commit/af6e752efacd56dec03640ccab32cee590322f8c)]:
- @opennextjs/[email protected]

## 0.1.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-router",
"version": "0.1.25",
"version": "0.1.26",
"private": true,
"scripts": {
"openbuild": "node ../../packages/open-next/dist/index.js build",
Expand Down
16 changes: 16 additions & 0 deletions packages/open-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# open-next

## 3.7.2

### Patch Changes

- [#931](https://github.com/opennextjs/opennextjs-aws/pull/931) [`c48ac9565863706486f796a75aaecdd27aebd551`](https://github.com/opennextjs/opennextjs-aws/commit/c48ac9565863706486f796a75aaecdd27aebd551) Thanks [@vicb](https://github.com/vicb)! - refactor the CodePatcher

- [#934](https://github.com/opennextjs/opennextjs-aws/pull/934) [`bfde44ebbe65677f8e577ed6b798f82979d4778b`](https://github.com/opennextjs/opennextjs-aws/commit/bfde44ebbe65677f8e577ed6b798f82979d4778b) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Workaround for broken symlink dereferencing in Node 22.17.0 and 22.17.1

The `dereference: true` option in `fs.cpSync()` is broken on version 22.17.0 and 22.17.1. This fix will do it manually for the binaries in `node_modules/.bin`.

Issue in Node: https://github.com/nodejs/node/issues/59168

- [#935](https://github.com/opennextjs/opennextjs-aws/pull/935) [`3b234952504ab108dd921a899c67e5bd895c38b4`](https://github.com/opennextjs/opennextjs-aws/commit/3b234952504ab108dd921a899c67e5bd895c38b4) Thanks [@conico974](https://github.com/conico974)! - Fix preview mode in cache interceptor

- [#938](https://github.com/opennextjs/opennextjs-aws/pull/938) [`af6e752efacd56dec03640ccab32cee590322f8c`](https://github.com/opennextjs/opennextjs-aws/commit/af6e752efacd56dec03640ccab32cee590322f8c) Thanks [@jonkwheeler](https://github.com/jonkwheeler)! - set the correct 500 status code on internal server error

## 3.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/open-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@opennextjs/aws",
"version": "3.7.1",
"version": "3.7.2",
"bin": {
"open-next": "./dist/index.js"
},
Expand Down