Skip to content

Commit a1992c9

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

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

.changeset/grumpy-pens-shake.md

-5
This file was deleted.

.changeset/soft-toys-crash.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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c1be82506924887aa560348d1e908d7ca283f3fa`](https://github.com/opennextjs/opennextjs-aws/commit/c1be82506924887aa560348d1e908d7ca283f3fa), [`38bda6d4e35e30eba0d80078b89eba0b4eb40fbd`](https://github.com/opennextjs/opennextjs-aws/commit/38bda6d4e35e30eba0d80078b89eba0b4eb40fbd)]:
8+
- @opennextjs/aws@3.5.5
9+
310
## 0.1.12
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.12",
3+
"version": "0.1.13",
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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c1be82506924887aa560348d1e908d7ca283f3fa`](https://github.com/opennextjs/opennextjs-aws/commit/c1be82506924887aa560348d1e908d7ca283f3fa), [`38bda6d4e35e30eba0d80078b89eba0b4eb40fbd`](https://github.com/opennextjs/opennextjs-aws/commit/38bda6d4e35e30eba0d80078b89eba0b4eb40fbd)]:
8+
- @opennextjs/aws@3.5.5
9+
310
## 0.1.12
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.12",
3+
"version": "0.1.13",
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.5
4+
5+
### Patch Changes
6+
7+
- [#814](https://github.com/opennextjs/opennextjs-aws/pull/814) [`c1be82506924887aa560348d1e908d7ca283f3fa`](https://github.com/opennextjs/opennextjs-aws/commit/c1be82506924887aa560348d1e908d7ca283f3fa) Thanks [@conico974](https://github.com/conico974)! - fix cache-control header for fully static page router route
8+
9+
- [#816](https://github.com/opennextjs/opennextjs-aws/pull/816) [`38bda6d4e35e30eba0d80078b89eba0b4eb40fbd`](https://github.com/opennextjs/opennextjs-aws/commit/38bda6d4e35e30eba0d80078b89eba0b4eb40fbd) Thanks [@conico974](https://github.com/conico974)! - return the user 500 in case of middleware error
10+
311
## 3.5.4
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.4",
6+
"version": "3.5.5",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)