Skip to content

Commit d35f7cc

Browse files
Version Packages (#1172)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d9a217a commit d35f7cc

6 files changed

Lines changed: 17 additions & 12 deletions

File tree

.changeset/quiet-rivers-bend.md

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

.changeset/tired-phones-cover.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.63
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d9a217aab19759dac2a0c7c72b1d94b8bbed23fa`](https://github.com/opennextjs/opennextjs-aws/commit/d9a217aab19759dac2a0c7c72b1d94b8bbed23fa), [`c09dcdb5139553fe134bb8b42fdc6245ee8eda3d`](https://github.com/opennextjs/opennextjs-aws/commit/c09dcdb5139553fe134bb8b42fdc6245ee8eda3d)]:
8+
- @opennextjs/aws@4.0.3
9+
310
## 0.1.62
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.62",
3+
"version": "0.1.63",
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+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- [#1171](https://github.com/opennextjs/opennextjs-aws/pull/1171) [`d9a217aab19759dac2a0c7c72b1d94b8bbed23fa`](https://github.com/opennextjs/opennextjs-aws/commit/d9a217aab19759dac2a0c7c72b1d94b8bbed23fa) Thanks [@troendheim](https://github.com/troendheim)! - fix: middleware rewrites breaking client-side navigation
8+
9+
- [#1169](https://github.com/opennextjs/opennextjs-aws/pull/1169) [`c09dcdb5139553fe134bb8b42fdc6245ee8eda3d`](https://github.com/opennextjs/opennextjs-aws/commit/c09dcdb5139553fe134bb8b42fdc6245ee8eda3d) Thanks [@nicholas-c](https://github.com/nicholas-c)! - Refactor image optimization replacement function to be more readable
10+
311
## 4.0.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": "4.0.2",
6+
"version": "4.0.3",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)