Skip to content

Commit 77faa98

Browse files
Version Packages
1 parent 92f1f30 commit 77faa98

7 files changed

Lines changed: 19 additions & 17 deletions

File tree

.changeset/filter-native-platform-binaries.md

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

.changeset/i18n_redirects_with_query_parameters.md

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

.changeset/thirty-turtles-tan.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.55
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3a2b1b9497c531e9f07f66f7a140f152a9d8fc26`](https://github.com/opennextjs/opennextjs-aws/commit/3a2b1b9497c531e9f07f66f7a140f152a9d8fc26), [`e49782af723ec97f1373e654a7e400e1ba3e827e`](https://github.com/opennextjs/opennextjs-aws/commit/e49782af723ec97f1373e654a7e400e1ba3e827e), [`92f1f300341321a820e60133eb9ee399b39fc5d1`](https://github.com/opennextjs/opennextjs-aws/commit/92f1f300341321a820e60133eb9ee399b39fc5d1)]:
8+
- @opennextjs/aws@3.9.17
9+
310
## 0.1.54
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.54",
3+
"version": "0.1.55",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# open-next
22

3+
## 3.9.17
4+
5+
### Patch Changes
6+
7+
- [#1117](https://github.com/opennextjs/opennextjs-aws/pull/1117) [`3a2b1b9497c531e9f07f66f7a140f152a9d8fc26`](https://github.com/opennextjs/opennextjs-aws/commit/3a2b1b9497c531e9f07f66f7a140f152a9d8fc26) Thanks [@clichedmoog](https://github.com/clichedmoog)! - Auto-filter non-Linux platform-specific native binaries (e.g. @swc/core-darwin-arm64) from Lambda bundles during traced files copy
8+
9+
- [#1118](https://github.com/opennextjs/opennextjs-aws/pull/1118) [`e49782af723ec97f1373e654a7e400e1ba3e827e`](https://github.com/opennextjs/opennextjs-aws/commit/e49782af723ec97f1373e654a7e400e1ba3e827e) Thanks [@tsurumeso](https://github.com/tsurumeso)! - Preserve query parameters during i18n redirects to a localized path
10+
11+
- [#1125](https://github.com/opennextjs/opennextjs-aws/pull/1125) [`92f1f300341321a820e60133eb9ee399b39fc5d1`](https://github.com/opennextjs/opennextjs-aws/commit/92f1f300341321a820e60133eb9ee399b39fc5d1) Thanks [@rikublock](https://github.com/rikublock)! - fix: dereference symlinks when copying public folder
12+
313
## 3.9.16
414

515
### 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.16",
6+
"version": "3.9.17",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)