Skip to content

Commit 9702596

Browse files
Version Packages
1 parent 17720e5 commit 9702596

File tree

12 files changed

+35
-35
lines changed

12 files changed

+35
-35
lines changed

.changeset/giant-feet-share.md

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

.changeset/happy-pandas-hope.md

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

.changeset/hip-hornets-deliver.md

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

.changeset/mean-crabs-ring.md

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

.changeset/orange-kids-sort.md

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

.changeset/stale-years-arrive.md

Lines changed: 0 additions & 7 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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7c99feb3141f1286d6d731ce4a1d53032705434c`](https://github.com/opennextjs/opennextjs-aws/commit/7c99feb3141f1286d6d731ce4a1d53032705434c), [`f46bc000387467dff2753eeac4cab1d1c9a1389c`](https://github.com/opennextjs/opennextjs-aws/commit/f46bc000387467dff2753eeac4cab1d1c9a1389c), [`622230101ee8916422ed65d0fb326d816a9ea1bc`](https://github.com/opennextjs/opennextjs-aws/commit/622230101ee8916422ed65d0fb326d816a9ea1bc), [`c5421facd6246b9a653b3cff3c00629362084555`](https://github.com/opennextjs/opennextjs-aws/commit/c5421facd6246b9a653b3cff3c00629362084555), [`fc14edeb3c38f0307a7d81e8197fd0c9f16be261`](https://github.com/opennextjs/opennextjs-aws/commit/fc14edeb3c38f0307a7d81e8197fd0c9f16be261), [`075be1e53dcbd4253e5700ddec872e3354ea6d06`](https://github.com/opennextjs/opennextjs-aws/commit/075be1e53dcbd4253e5700ddec872e3354ea6d06)]:
8+
- @opennextjs/aws@3.6.6
9+
310
## 0.1.22
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.22",
3+
"version": "0.1.23",
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

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

3+
## 0.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7c99feb3141f1286d6d731ce4a1d53032705434c`](https://github.com/opennextjs/opennextjs-aws/commit/7c99feb3141f1286d6d731ce4a1d53032705434c), [`f46bc000387467dff2753eeac4cab1d1c9a1389c`](https://github.com/opennextjs/opennextjs-aws/commit/f46bc000387467dff2753eeac4cab1d1c9a1389c), [`622230101ee8916422ed65d0fb326d816a9ea1bc`](https://github.com/opennextjs/opennextjs-aws/commit/622230101ee8916422ed65d0fb326d816a9ea1bc), [`c5421facd6246b9a653b3cff3c00629362084555`](https://github.com/opennextjs/opennextjs-aws/commit/c5421facd6246b9a653b3cff3c00629362084555), [`fc14edeb3c38f0307a7d81e8197fd0c9f16be261`](https://github.com/opennextjs/opennextjs-aws/commit/fc14edeb3c38f0307a7d81e8197fd0c9f16be261), [`075be1e53dcbd4253e5700ddec872e3354ea6d06`](https://github.com/opennextjs/opennextjs-aws/commit/075be1e53dcbd4253e5700ddec872e3354ea6d06)]:
8+
- @opennextjs/aws@3.6.6
9+
310
## 0.1.22
411

512
### Patch Changes

examples/app-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-router",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
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

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

3+
## 3.6.6
4+
5+
### Patch Changes
6+
7+
- [#896](https://github.com/opennextjs/opennextjs-aws/pull/896) [`7c99feb3141f1286d6d731ce4a1d53032705434c`](https://github.com/opennextjs/opennextjs-aws/commit/7c99feb3141f1286d6d731ce4a1d53032705434c) Thanks [@vicb](https://github.com/vicb)! - Disable background route preloading for Next >= 14
8+
9+
- [#905](https://github.com/opennextjs/opennextjs-aws/pull/905) [`f46bc000387467dff2753eeac4cab1d1c9a1389c`](https://github.com/opennextjs/opennextjs-aws/commit/f46bc000387467dff2753eeac4cab1d1c9a1389c) Thanks [@chiakaiming](https://github.com/chiakaiming)! - fix dataRoutes omitting basePath in page router (#897)
10+
11+
- [#883](https://github.com/opennextjs/opennextjs-aws/pull/883) [`622230101ee8916422ed65d0fb326d816a9ea1bc`](https://github.com/opennextjs/opennextjs-aws/commit/622230101ee8916422ed65d0fb326d816a9ea1bc) Thanks [@makepanic](https://github.com/makepanic)! - fix: move cache assets instead of copying them
12+
13+
- [#906](https://github.com/opennextjs/opennextjs-aws/pull/906) [`c5421facd6246b9a653b3cff3c00629362084555`](https://github.com/opennextjs/opennextjs-aws/commit/c5421facd6246b9a653b3cff3c00629362084555) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix(edge-converter): Ensure null body status codes dont return a body
14+
15+
- [#907](https://github.com/opennextjs/opennextjs-aws/pull/907) [`fc14edeb3c38f0307a7d81e8197fd0c9f16be261`](https://github.com/opennextjs/opennextjs-aws/commit/fc14edeb3c38f0307a7d81e8197fd0c9f16be261) Thanks [@conico974](https://github.com/conico974)! - Fix incorrect status code being sent from interceptor
16+
17+
- [#904](https://github.com/opennextjs/opennextjs-aws/pull/904) [`075be1e53dcbd4253e5700ddec872e3354ea6d06`](https://github.com/opennextjs/opennextjs-aws/commit/075be1e53dcbd4253e5700ddec872e3354ea6d06) Thanks [@artabr](https://github.com/artabr)! - - add css files to server bundle for optimizeCss feature to work
18+
19+
- load all manifests and configs in copyTracedFiles in one place once
20+
321
## 3.6.5
422

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

0 commit comments

Comments
 (0)