Skip to content

Version Packages #856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-adults-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-books-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-rockets-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-forks-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-games-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-swans-grin.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/app-pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app-pages-router

## 0.1.18

### Patch Changes

- Updated dependencies [[`68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c`](https://github.com/opennextjs/opennextjs-aws/commit/68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c), [`2447024cb8f003164fe2ce856a89019e6d048d89`](https://github.com/opennextjs/opennextjs-aws/commit/2447024cb8f003164fe2ce856a89019e6d048d89), [`1b7889000ab8c740d42b54dae56f431b8eb86647`](https://github.com/opennextjs/opennextjs-aws/commit/1b7889000ab8c740d42b54dae56f431b8eb86647), [`f25c249407af542bd5ccc6078aecf5d7811c247b`](https://github.com/opennextjs/opennextjs-aws/commit/f25c249407af542bd5ccc6078aecf5d7811c247b), [`d5d137f7595e6e5e1aa47fbe8dee371968e59402`](https://github.com/opennextjs/opennextjs-aws/commit/d5d137f7595e6e5e1aa47fbe8dee371968e59402), [`c2da3a8df638b8facdb896e22538a143b3425006`](https://github.com/opennextjs/opennextjs-aws/commit/c2da3a8df638b8facdb896e22538a143b3425006)]:
- @opennextjs/aws@3.6.1

## 0.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-pages-router",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"scripts": {
"openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"",
Expand Down
7 changes: 7 additions & 0 deletions examples/app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app-router

## 0.1.18

### Patch Changes

- Updated dependencies [[`68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c`](https://github.com/opennextjs/opennextjs-aws/commit/68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c), [`2447024cb8f003164fe2ce856a89019e6d048d89`](https://github.com/opennextjs/opennextjs-aws/commit/2447024cb8f003164fe2ce856a89019e6d048d89), [`1b7889000ab8c740d42b54dae56f431b8eb86647`](https://github.com/opennextjs/opennextjs-aws/commit/1b7889000ab8c740d42b54dae56f431b8eb86647), [`f25c249407af542bd5ccc6078aecf5d7811c247b`](https://github.com/opennextjs/opennextjs-aws/commit/f25c249407af542bd5ccc6078aecf5d7811c247b), [`d5d137f7595e6e5e1aa47fbe8dee371968e59402`](https://github.com/opennextjs/opennextjs-aws/commit/d5d137f7595e6e5e1aa47fbe8dee371968e59402), [`c2da3a8df638b8facdb896e22538a143b3425006`](https://github.com/opennextjs/opennextjs-aws/commit/c2da3a8df638b8facdb896e22538a143b3425006)]:
- @opennextjs/aws@3.6.1

## 0.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-router",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"scripts": {
"openbuild": "node ../../packages/open-next/dist/index.js build --streaming --build-command \"npx turbo build\"",
Expand Down
16 changes: 16 additions & 0 deletions packages/open-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# open-next

## 3.6.1

### Patch Changes

- [#851](https://github.com/opennextjs/opennextjs-aws/pull/851) [`68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c`](https://github.com/opennextjs/opennextjs-aws/commit/68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Ensure cookies set in middleware are available on initial render when using `cookies().get()` from Next.js

- [#860](https://github.com/opennextjs/opennextjs-aws/pull/860) [`2447024cb8f003164fe2ce856a89019e6d048d89`](https://github.com/opennextjs/opennextjs-aws/commit/2447024cb8f003164fe2ce856a89019e6d048d89) Thanks [@conico974](https://github.com/conico974)! - fix cache interceptor for index page

- [#861](https://github.com/opennextjs/opennextjs-aws/pull/861) [`1b7889000ab8c740d42b54dae56f431b8eb86647`](https://github.com/opennextjs/opennextjs-aws/commit/1b7889000ab8c740d42b54dae56f431b8eb86647) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: make fs-dev imageLoader work in monorepo

- [#858](https://github.com/opennextjs/opennextjs-aws/pull/858) [`f25c249407af542bd5ccc6078aecf5d7811c247b`](https://github.com/opennextjs/opennextjs-aws/commit/f25c249407af542bd5ccc6078aecf5d7811c247b) Thanks [@conico974](https://github.com/conico974)! - fix 404 with fallback false on dynamic route

- [#859](https://github.com/opennextjs/opennextjs-aws/pull/859) [`d5d137f7595e6e5e1aa47fbe8dee371968e59402`](https://github.com/opennextjs/opennextjs-aws/commit/d5d137f7595e6e5e1aa47fbe8dee371968e59402) Thanks [@conico974](https://github.com/conico974)! - fix cookies for edge converters

- [#857](https://github.com/opennextjs/opennextjs-aws/pull/857) [`c2da3a8df638b8facdb896e22538a143b3425006`](https://github.com/opennextjs/opennextjs-aws/commit/c2da3a8df638b8facdb896e22538a143b3425006) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: make dev overrides work in monorepo

## 3.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/open-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@opennextjs/aws",
"version": "3.6.0",
"version": "3.6.1",
"bin": {
"open-next": "./dist/index.js"
},
Expand Down