Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9edd55

Browse files
Version Packages
1 parent ff40f33 commit e9edd55

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

.changeset/proud-dogs-punch.md

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

.changeset/real-otters-unite.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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c2395492036ef1b909f2c22aac3fbb29cbc4c92`](https://github.com/opennextjs/opennextjs-aws/commit/1c2395492036ef1b909f2c22aac3fbb29cbc4c92), [`4daa8595021edd114bb22d1f22f86b8815e92ec5`](https://github.com/opennextjs/opennextjs-aws/commit/4daa8595021edd114bb22d1f22f86b8815e92ec5)]:
8+
- @opennextjs/aws@3.6.3
9+
310
## 0.1.19
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.19",
3+
"version": "0.1.20",
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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c2395492036ef1b909f2c22aac3fbb29cbc4c92`](https://github.com/opennextjs/opennextjs-aws/commit/1c2395492036ef1b909f2c22aac3fbb29cbc4c92), [`4daa8595021edd114bb22d1f22f86b8815e92ec5`](https://github.com/opennextjs/opennextjs-aws/commit/4daa8595021edd114bb22d1f22f86b8815e92ec5)]:
8+
- @opennextjs/aws@3.6.3
9+
310
## 0.1.19
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.19",
3+
"version": "0.1.20",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# open-next
22

3+
## 3.6.3
4+
5+
### Patch Changes
6+
7+
- [#871](https://github.com/opennextjs/opennextjs-aws/pull/871) [`1c2395492036ef1b909f2c22aac3fbb29cbc4c92`](https://github.com/opennextjs/opennextjs-aws/commit/1c2395492036ef1b909f2c22aac3fbb29cbc4c92) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Ensure Location header is properly encoded in redirects happening from next config
8+
9+
- [#876](https://github.com/opennextjs/opennextjs-aws/pull/876) [`4daa8595021edd114bb22d1f22f86b8815e92ec5`](https://github.com/opennextjs/opennextjs-aws/commit/4daa8595021edd114bb22d1f22f86b8815e92ec5) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix(dev-overrides): make assets and imageLoader work with basePath
10+
311
## 3.6.2
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.6.2",
6+
"version": "3.6.3",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)