Skip to content

Commit 667f735

Browse files
Version Packages (#824)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f5d8a6 commit 667f735

File tree

8 files changed

+26
-14
lines changed

8 files changed

+26
-14
lines changed

.changeset/eleven-phones-smash.md

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

.changeset/mean-icons-tap.md

Lines changed: 0 additions & 6 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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5f5d8a69550165b2f19748b09382ed71a7526258`](https://github.com/opennextjs/opennextjs-aws/commit/5f5d8a69550165b2f19748b09382ed71a7526258), [`910b57f352c543287c78f3661d0fe8ef7da8b57d`](https://github.com/opennextjs/opennextjs-aws/commit/910b57f352c543287c78f3661d0fe8ef7da8b57d)]:
8+
- @opennextjs/aws@3.5.7
9+
310
## 0.1.14
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.14",
3+
"version": "0.1.15",
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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5f5d8a69550165b2f19748b09382ed71a7526258`](https://github.com/opennextjs/opennextjs-aws/commit/5f5d8a69550165b2f19748b09382ed71a7526258), [`910b57f352c543287c78f3661d0fe8ef7da8b57d`](https://github.com/opennextjs/opennextjs-aws/commit/910b57f352c543287c78f3661d0fe8ef7da8b57d)]:
8+
- @opennextjs/aws@3.5.7
9+
310
## 0.1.14
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.14",
3+
"version": "0.1.15",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# open-next
22

3+
## 3.5.7
4+
5+
### Patch Changes
6+
7+
- [#825](https://github.com/opennextjs/opennextjs-aws/pull/825) [`5f5d8a69550165b2f19748b09382ed71a7526258`](https://github.com/opennextjs/opennextjs-aws/commit/5f5d8a69550165b2f19748b09382ed71a7526258) Thanks [@conico974](https://github.com/conico974)! - remove prefetch header for next 14.1+
8+
9+
- [#823](https://github.com/opennextjs/opennextjs-aws/pull/823) [`910b57f352c543287c78f3661d0fe8ef7da8b57d`](https://github.com/opennextjs/opennextjs-aws/commit/910b57f352c543287c78f3661d0fe8ef7da8b57d) Thanks [@conico974](https://github.com/conico974)! - fix issue when returning fetch from the middleware
10+
Also fix an issue that prevented retunning response with an empty body in the middleware
11+
312
## 3.5.6
413

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

0 commit comments

Comments
 (0)