Skip to content

Commit d55b447

Browse files
Version Packages
1 parent c2da3a8 commit d55b447

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

.changeset/breezy-adults-behave.md

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

.changeset/weak-swans-grin.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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c`](https://github.com/opennextjs/opennextjs-aws/commit/68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c), [`c2da3a8df638b8facdb896e22538a143b3425006`](https://github.com/opennextjs/opennextjs-aws/commit/c2da3a8df638b8facdb896e22538a143b3425006)]:
8+
- @opennextjs/aws@3.6.1
9+
310
## 0.1.17
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.17",
3+
"version": "0.1.18",
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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c`](https://github.com/opennextjs/opennextjs-aws/commit/68a13a4d56e198629fe1d3ae6e6d4034f3a01c0c), [`c2da3a8df638b8facdb896e22538a143b3425006`](https://github.com/opennextjs/opennextjs-aws/commit/c2da3a8df638b8facdb896e22538a143b3425006)]:
8+
- @opennextjs/aws@3.6.1
9+
310
## 0.1.17
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.17",
3+
"version": "0.1.18",
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.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 3.6.0
412

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

0 commit comments

Comments
 (0)