Skip to content

Commit 3536dd3

Browse files
Version Packages (#1047)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2689ad3 commit 3536dd3

File tree

6 files changed

+20
-15
lines changed

6 files changed

+20
-15
lines changed

.changeset/pink-years-teach.md

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

.changeset/quick-clocks-vanish.md

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

examples/app-pages-router/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# app-pages-router
22

3+
## 0.1.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6bab5b43f88686c7675276c9caff426be84e74d`](https://github.com/opennextjs/opennextjs-aws/commit/c6bab5b43f88686c7675276c9caff426be84e74d), [`2689ad358ab25d9552d73b0bc9c3e5cd870e3550`](https://github.com/opennextjs/opennextjs-aws/commit/2689ad358ab25d9552d73b0bc9c3e5cd870e3550)]:
8+
- @opennextjs/aws@3.9.2
9+
310
## 0.1.39
411

512
### Patch Changes

examples/app-pages-router/package.json

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

packages/open-next/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# open-next
22

3+
## 3.9.2
4+
5+
### Patch Changes
6+
7+
- [#1046](https://github.com/opennextjs/opennextjs-aws/pull/1046) [`c6bab5b43f88686c7675276c9caff426be84e74d`](https://github.com/opennextjs/opennextjs-aws/commit/c6bab5b43f88686c7675276c9caff426be84e74d) Thanks [@javascripter](https://github.com/javascripter)! - fix: Correct external URL detection in isExternal using proper URL parsing
8+
9+
Replaces substring-based host matching with URL parsing to correctly determine whether a rewritten URL is external.
10+
This fixes an issue where NextResponse.rewrite() would treat certain external URLs as internal when their pathname contained the host as a substring, causing unexpected 404s during middleware rewrites.
11+
12+
- [#1048](https://github.com/opennextjs/opennextjs-aws/pull/1048) [`2689ad358ab25d9552d73b0bc9c3e5cd870e3550`](https://github.com/opennextjs/opennextjs-aws/commit/2689ad358ab25d9552d73b0bc9c3e5cd870e3550) Thanks [@vicb](https://github.com/vicb)! - bump Next.js
13+
314
## 3.9.1
415

516
### Patch Changes

packages/open-next/package.json

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

0 commit comments

Comments
 (0)