Skip to content

Commit 8bd6809

Browse files
Version Packages (#1113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 88c2944 commit 8bd6809

6 files changed

Lines changed: 17 additions & 12 deletions

File tree

.changeset/plain-garlics-fetch.md

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

.changeset/stale-schools-beam.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.54
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0344a7d8c7872e50186e4676748861082f7b85a8`](https://github.com/opennextjs/opennextjs-aws/commit/0344a7d8c7872e50186e4676748861082f7b85a8), [`88c2944775874145a541b25b0fffe2cae5c598cd`](https://github.com/opennextjs/opennextjs-aws/commit/88c2944775874145a541b25b0fffe2cae5c598cd)]:
8+
- @opennextjs/aws@3.9.16
9+
310
## 0.1.53
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.53",
3+
"version": "0.1.54",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# open-next
22

3+
## 3.9.16
4+
5+
### Patch Changes
6+
7+
- [#1107](https://github.com/opennextjs/opennextjs-aws/pull/1107) [`0344a7d8c7872e50186e4676748861082f7b85a8`](https://github.com/opennextjs/opennextjs-aws/commit/0344a7d8c7872e50186e4676748861082f7b85a8) Thanks [@conico974](https://github.com/conico974)! - Fix for setting PPR data
8+
9+
- [#1114](https://github.com/opennextjs/opennextjs-aws/pull/1114) [`88c2944775874145a541b25b0fffe2cae5c598cd`](https://github.com/opennextjs/opennextjs-aws/commit/88c2944775874145a541b25b0fffe2cae5c598cd) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Fix `findNextConfig` returning the incorrect result and also expend the return result to be an object with both the path and a new flag indicating whether the file is in TypeScript or not
10+
311
## 3.9.15
412

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

0 commit comments

Comments
 (0)