Skip to content

Commit 92f62c4

Browse files
Version Packages
1 parent 3994aca commit 92f62c4

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

.changeset/three-oranges-whisper.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.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3994aca53bc5e1132c4561de1d191e4288f9b75d`](https://github.com/opennextjs/opennextjs-aws/commit/3994aca53bc5e1132c4561de1d191e4288f9b75d)]:
8+
- @opennextjs/aws@3.7.7
9+
310
## 0.1.30
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.30",
3+
"version": "0.1.31",
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.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3994aca53bc5e1132c4561de1d191e4288f9b75d`](https://github.com/opennextjs/opennextjs-aws/commit/3994aca53bc5e1132c4561de1d191e4288f9b75d)]:
8+
- @opennextjs/aws@3.7.7
9+
310
## 0.1.30
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.30",
3+
"version": "0.1.31",
44
"private": true,
55
"scripts": {
66
"openbuild": "node ../../packages/open-next/dist/index.js 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.7.7
4+
5+
### Patch Changes
6+
7+
- [#972](https://github.com/opennextjs/opennextjs-aws/pull/972) [`3994aca53bc5e1132c4561de1d191e4288f9b75d`](https://github.com/opennextjs/opennextjs-aws/commit/3994aca53bc5e1132c4561de1d191e4288f9b75d) Thanks [@james-elicx](https://github.com/james-elicx)! - refactor: `compileOpenNextConfig` now takes `openNextConfigPath` only and no more `baseDir`.
8+
9+
`openNextConfigPath` is now in line with fs APIs: it is either absolute or relative to the working directory (`cwd`).
10+
311
## 3.7.6
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.7.6",
6+
"version": "3.7.7",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)