Skip to content

Commit be7854e

Browse files
Version Packages (#760)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b4ea5c commit be7854e

File tree

8 files changed

+26
-14
lines changed

8 files changed

+26
-14
lines changed

.changeset/cold-sloths-vanish.md

-6
This file was deleted.

.changeset/fair-pots-give.md

-5
This file was deleted.

examples/app-pages-router/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# app-pages-router
22

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`34511ffffc8678edf1b13256cc326caefa0b4709`](https://github.com/opennextjs/opennextjs-aws/commit/34511ffffc8678edf1b13256cc326caefa0b4709), [`7b4ea5cffa21b89cb200809727b66ba033024915`](https://github.com/opennextjs/opennextjs-aws/commit/7b4ea5cffa21b89cb200809727b66ba033024915)]:
8+
- @opennextjs/aws@3.5.1
9+
310
## 0.1.8
411

512
### Patch Changes

examples/app-pages-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-pages-router",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# app-router
22

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`34511ffffc8678edf1b13256cc326caefa0b4709`](https://github.com/opennextjs/opennextjs-aws/commit/34511ffffc8678edf1b13256cc326caefa0b4709), [`7b4ea5cffa21b89cb200809727b66ba033024915`](https://github.com/opennextjs/opennextjs-aws/commit/7b4ea5cffa21b89cb200809727b66ba033024915)]:
8+
- @opennextjs/aws@3.5.1
9+
310
## 0.1.8
411

512
### Patch Changes

examples/app-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-router",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
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

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# open-next
22

3+
## 3.5.1
4+
5+
### Patch Changes
6+
7+
- [#759](https://github.com/opennextjs/opennextjs-aws/pull/759) [`34511ffffc8678edf1b13256cc326caefa0b4709`](https://github.com/opennextjs/opennextjs-aws/commit/34511ffffc8678edf1b13256cc326caefa0b4709) Thanks [@conico974](https://github.com/conico974)! - Fix locale not properly defined when used in middleware with domains
8+
Handle locale redirect directly in the routing layer
9+
10+
- [#761](https://github.com/opennextjs/opennextjs-aws/pull/761) [`7b4ea5cffa21b89cb200809727b66ba033024915`](https://github.com/opennextjs/opennextjs-aws/commit/7b4ea5cffa21b89cb200809727b66ba033024915) Thanks [@conico974](https://github.com/conico974)! - Fix path localization for the middleware when using both `localeDetection:false` and domains
11+
312
## 3.5.0
413

514
### Minor Changes

packages/open-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "@opennextjs/aws",
6-
"version": "3.5.0",
6+
"version": "3.5.1",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)