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/angry-ways-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-trains-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-plants-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-points-fry.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.32

### Patch Changes

- Updated dependencies [[`e8f0f5d578ccacf909cc9f6e66eadeb0da07a6f2`](https://github.com/opennextjs/opennextjs-aws/commit/e8f0f5d578ccacf909cc9f6e66eadeb0da07a6f2), [`4a1174744d871d281e452d46b7bfa276bb1343d5`](https://github.com/opennextjs/opennextjs-aws/commit/4a1174744d871d281e452d46b7bfa276bb1343d5), [`23ed1df6b887526dc8b573c0ea099b4009b410ec`](https://github.com/opennextjs/opennextjs-aws/commit/23ed1df6b887526dc8b573c0ea099b4009b410ec), [`911ecd248ed4c12971d4f686ac3bb224f31b1b29`](https://github.com/opennextjs/opennextjs-aws/commit/911ecd248ed4c12971d4f686ac3bb224f31b1b29)]:
- @opennextjs/aws@3.8.0

## 0.1.31

### 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.31",
"version": "0.1.32",
"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.32

### Patch Changes

- Updated dependencies [[`e8f0f5d578ccacf909cc9f6e66eadeb0da07a6f2`](https://github.com/opennextjs/opennextjs-aws/commit/e8f0f5d578ccacf909cc9f6e66eadeb0da07a6f2), [`4a1174744d871d281e452d46b7bfa276bb1343d5`](https://github.com/opennextjs/opennextjs-aws/commit/4a1174744d871d281e452d46b7bfa276bb1343d5), [`23ed1df6b887526dc8b573c0ea099b4009b410ec`](https://github.com/opennextjs/opennextjs-aws/commit/23ed1df6b887526dc8b573c0ea099b4009b410ec), [`911ecd248ed4c12971d4f686ac3bb224f31b1b29`](https://github.com/opennextjs/opennextjs-aws/commit/911ecd248ed4c12971d4f686ac3bb224f31b1b29)]:
- @opennextjs/aws@3.8.0

## 0.1.31

### 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.31",
"version": "0.1.32",
"private": true,
"scripts": {
"openbuild": "node ../../packages/open-next/dist/index.js build",
Expand Down
14 changes: 14 additions & 0 deletions packages/open-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# open-next

## 3.8.0

### Minor Changes

- [#981](https://github.com/opennextjs/opennextjs-aws/pull/981) [`23ed1df6b887526dc8b573c0ea099b4009b410ec`](https://github.com/opennextjs/opennextjs-aws/commit/23ed1df6b887526dc8b573c0ea099b4009b410ec) Thanks [@dirkdev98](https://github.com/dirkdev98)! - feat: Add option to align with Next.js execution order for headers in middleware and next.config.js

### Patch Changes

- [#974](https://github.com/opennextjs/opennextjs-aws/pull/974) [`e8f0f5d578ccacf909cc9f6e66eadeb0da07a6f2`](https://github.com/opennextjs/opennextjs-aws/commit/e8f0f5d578ccacf909cc9f6e66eadeb0da07a6f2) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Ensure middleware rewrite status code is properly propagated to cache interceptor

- [#988](https://github.com/opennextjs/opennextjs-aws/pull/988) [`4a1174744d871d281e452d46b7bfa276bb1343d5`](https://github.com/opennextjs/opennextjs-aws/commit/4a1174744d871d281e452d46b7bfa276bb1343d5) Thanks [@vicb](https://github.com/vicb)! - fix: bypass next tag cache when there are no tags to check

- [#979](https://github.com/opennextjs/opennextjs-aws/pull/979) [`911ecd248ed4c12971d4f686ac3bb224f31b1b29`](https://github.com/opennextjs/opennextjs-aws/commit/911ecd248ed4c12971d4f686ac3bb224f31b1b29) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix(build): Improve regex in copy traced files to skip symbolic links

## 3.7.7

### 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.7",
"version": "3.8.0",
"bin": {
"open-next": "./dist/index.js"
},
Expand Down