Skip to content

Commit 7e23eee

Browse files
Version Packages (#768)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45e9e67 commit 7e23eee

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

.changeset/red-starfishes-wave.md

-5
This file was deleted.

.changeset/tall-pets-hammer.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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`068ce66f31964543c88c7bdd1fa53f7adb76ab3d`](https://github.com/opennextjs/opennextjs-aws/commit/068ce66f31964543c88c7bdd1fa53f7adb76ab3d), [`45e9e67892075e088774760cf3d8e027b2a539b4`](https://github.com/opennextjs/opennextjs-aws/commit/45e9e67892075e088774760cf3d8e027b2a539b4)]:
8+
- @opennextjs/aws@3.5.2
9+
310
## 0.1.9
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.9",
3+
"version": "0.1.10",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`068ce66f31964543c88c7bdd1fa53f7adb76ab3d`](https://github.com/opennextjs/opennextjs-aws/commit/068ce66f31964543c88c7bdd1fa53f7adb76ab3d), [`45e9e67892075e088774760cf3d8e027b2a539b4`](https://github.com/opennextjs/opennextjs-aws/commit/45e9e67892075e088774760cf3d8e027b2a539b4)]:
8+
- @opennextjs/aws@3.5.2
9+
310
## 0.1.9
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.9",
3+
"version": "0.1.10",
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

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- [#767](https://github.com/opennextjs/opennextjs-aws/pull/767) [`068ce66f31964543c88c7bdd1fa53f7adb76ab3d`](https://github.com/opennextjs/opennextjs-aws/commit/068ce66f31964543c88c7bdd1fa53f7adb76ab3d) Thanks [@conico974](https://github.com/conico974)! - Fix api rewrite destination with i18n and query not forwarded on rewrite
8+
9+
- [#769](https://github.com/opennextjs/opennextjs-aws/pull/769) [`45e9e67892075e088774760cf3d8e027b2a539b4`](https://github.com/opennextjs/opennextjs-aws/commit/45e9e67892075e088774760cf3d8e027b2a539b4) Thanks [@sommeeeer](https://github.com/sommeeeer)! - Fix: Ignore packages under the @img/\* scope to exclude sharp from the server bundle.
10+
311
## 3.5.1
412

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

0 commit comments

Comments
 (0)