Skip to content

Commit 0b7dd87

Browse files
Version Packages
1 parent b9635d0 commit 0b7dd87

File tree

10 files changed

+29
-23
lines changed

10 files changed

+29
-23
lines changed

.changeset/fair-pillows-yawn.md

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

.changeset/five-parrots-eat.md

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

.changeset/olive-buttons-allow.md

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

.changeset/rich-pumas-shop.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.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`352e4b28130f8a349d02904d9754d299a4deedf4`](https://github.com/opennextjs/opennextjs-aws/commit/352e4b28130f8a349d02904d9754d299a4deedf4), [`075cc96512c77b62e5f0087d7b4c5b46fbba00bc`](https://github.com/opennextjs/opennextjs-aws/commit/075cc96512c77b62e5f0087d7b4c5b46fbba00bc), [`70febbc5ae92083b1dd01a2e4aa262e5b716603e`](https://github.com/opennextjs/opennextjs-aws/commit/70febbc5ae92083b1dd01a2e4aa262e5b716603e), [`b9635d09500c6638a1cfaa8b4a0622c1fc957727`](https://github.com/opennextjs/opennextjs-aws/commit/b9635d09500c6638a1cfaa8b4a0622c1fc957727)]:
8+
- @opennextjs/aws@3.7.3
9+
310
## 0.1.26
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.26",
3+
"version": "0.1.27",
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.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`352e4b28130f8a349d02904d9754d299a4deedf4`](https://github.com/opennextjs/opennextjs-aws/commit/352e4b28130f8a349d02904d9754d299a4deedf4), [`075cc96512c77b62e5f0087d7b4c5b46fbba00bc`](https://github.com/opennextjs/opennextjs-aws/commit/075cc96512c77b62e5f0087d7b4c5b46fbba00bc), [`70febbc5ae92083b1dd01a2e4aa262e5b716603e`](https://github.com/opennextjs/opennextjs-aws/commit/70febbc5ae92083b1dd01a2e4aa262e5b716603e), [`b9635d09500c6638a1cfaa8b4a0622c1fc957727`](https://github.com/opennextjs/opennextjs-aws/commit/b9635d09500c6638a1cfaa8b4a0622c1fc957727)]:
8+
- @opennextjs/aws@3.7.3
9+
310
## 0.1.26
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.26",
3+
"version": "0.1.27",
44
"private": true,
55
"scripts": {
66
"openbuild": "node ../../packages/open-next/dist/index.js build",

packages/open-next/CHANGELOG.md

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

3+
## 3.7.3
4+
5+
### Patch Changes
6+
7+
- [#887](https://github.com/opennextjs/opennextjs-aws/pull/887) [`352e4b28130f8a349d02904d9754d299a4deedf4`](https://github.com/opennextjs/opennextjs-aws/commit/352e4b28130f8a349d02904d9754d299a4deedf4) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix(expres-dev): Ensure x-forwarded-proto and \_\_NEXT_PRIVATE_ORIGIN is set
8+
9+
- [#926](https://github.com/opennextjs/opennextjs-aws/pull/926) [`075cc96512c77b62e5f0087d7b4c5b46fbba00bc`](https://github.com/opennextjs/opennextjs-aws/commit/075cc96512c77b62e5f0087d7b4c5b46fbba00bc) Thanks [@psyrenpark](https://github.com/psyrenpark)! - Fix output for edge-functions
10+
11+
- [#942](https://github.com/opennextjs/opennextjs-aws/pull/942) [`70febbc5ae92083b1dd01a2e4aa262e5b716603e`](https://github.com/opennextjs/opennextjs-aws/commit/70febbc5ae92083b1dd01a2e4aa262e5b716603e) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Propagate the status code in middleware rewrites
12+
13+
- [#944](https://github.com/opennextjs/opennextjs-aws/pull/944) [`b9635d09500c6638a1cfaa8b4a0622c1fc957727`](https://github.com/opennextjs/opennextjs-aws/commit/b9635d09500c6638a1cfaa8b4a0622c1fc957727) Thanks [@conico974](https://github.com/conico974)! - Add a new option to bypass checking the tag cache from an incremental cache get
14+
315
## 3.7.2
416

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

0 commit comments

Comments
 (0)