Skip to content

Commit eb14a61

Browse files
Version Packages (#915)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60848d9 commit eb14a61

File tree

9 files changed

+29
-18
lines changed

9 files changed

+29
-18
lines changed

.changeset/large-ligers-decide.md

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

.changeset/late-dodos-attack.md

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

.changeset/orange-badgers-cross.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.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f2c86cabcc16f0503c51b0ffd3063400fa682458`](https://github.com/opennextjs/opennextjs-aws/commit/f2c86cabcc16f0503c51b0ffd3063400fa682458), [`60848d97c37b868bd6d8f43f1ccd634d422083b7`](https://github.com/opennextjs/opennextjs-aws/commit/60848d97c37b868bd6d8f43f1ccd634d422083b7), [`7d60df5cbd5819975dbda69e65146ca73538608a`](https://github.com/opennextjs/opennextjs-aws/commit/7d60df5cbd5819975dbda69e65146ca73538608a)]:
8+
- @opennextjs/aws@3.7.0
9+
310
## 0.1.23
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.23",
3+
"version": "0.1.24",
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.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f2c86cabcc16f0503c51b0ffd3063400fa682458`](https://github.com/opennextjs/opennextjs-aws/commit/f2c86cabcc16f0503c51b0ffd3063400fa682458), [`60848d97c37b868bd6d8f43f1ccd634d422083b7`](https://github.com/opennextjs/opennextjs-aws/commit/60848d97c37b868bd6d8f43f1ccd634d422083b7), [`7d60df5cbd5819975dbda69e65146ca73538608a`](https://github.com/opennextjs/opennextjs-aws/commit/7d60df5cbd5819975dbda69e65146ca73538608a)]:
8+
- @opennextjs/aws@3.7.0
9+
310
## 0.1.23
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.23",
3+
"version": "0.1.24",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# open-next
22

3+
## 3.7.0
4+
5+
### Minor Changes
6+
7+
- [#917](https://github.com/opennextjs/opennextjs-aws/pull/917) [`60848d97c37b868bd6d8f43f1ccd634d422083b7`](https://github.com/opennextjs/opennextjs-aws/commit/60848d97c37b868bd6d8f43f1ccd634d422083b7) Thanks [@vicb](https://github.com/vicb)! - Add an asset resolver
8+
9+
### Patch Changes
10+
11+
- [#916](https://github.com/opennextjs/opennextjs-aws/pull/916) [`f2c86cabcc16f0503c51b0ffd3063400fa682458`](https://github.com/opennextjs/opennextjs-aws/commit/f2c86cabcc16f0503c51b0ffd3063400fa682458) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: add vary header to cache interceptor
12+
13+
- [#914](https://github.com/opennextjs/opennextjs-aws/pull/914) [`7d60df5cbd5819975dbda69e65146ca73538608a`](https://github.com/opennextjs/opennextjs-aws/commit/7d60df5cbd5819975dbda69e65146ca73538608a) Thanks [@conico974](https://github.com/conico974)! - add the OPEN_NEXT_REQUEST_ID_HEADER env variable that allow to always have the request id header
14+
315
## 3.6.6
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.6.6",
6+
"version": "3.7.0",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)