Skip to content

Commit 596587f

Browse files
Version Packages (#1003)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c452dd commit 596587f

File tree

8 files changed

+21
-22
lines changed

8 files changed

+21
-22
lines changed

.changeset/chilly-pens-tease.md

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

.changeset/dirty-rabbits-build.md

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

.changeset/fluffy-penguins-doubt.md

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

.changeset/sour-socks-rescue.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.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e8f5e6671eff5ee855ef5caa20da36cfd275a9d6`](https://github.com/opennextjs/opennextjs-aws/commit/e8f5e6671eff5ee855ef5caa20da36cfd275a9d6), [`7c452dd0366ac941b3d0d44c498816dbb7f84bba`](https://github.com/opennextjs/opennextjs-aws/commit/7c452dd0366ac941b3d0d44c498816dbb7f84bba), [`8dd43ee07b75b102a47e1f9f62b005b5a0e54e7b`](https://github.com/opennextjs/opennextjs-aws/commit/8dd43ee07b75b102a47e1f9f62b005b5a0e54e7b), [`a980447ed566b652cf942b428f4c986aab1a15a6`](https://github.com/opennextjs/opennextjs-aws/commit/a980447ed566b652cf942b428f4c986aab1a15a6)]:
8+
- @opennextjs/aws@3.8.3
9+
310
## 0.1.34
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.34",
3+
"version": "0.1.35",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# open-next
22

3+
## 3.8.3
4+
5+
### Patch Changes
6+
7+
- [#1009](https://github.com/opennextjs/opennextjs-aws/pull/1009) [`e8f5e6671eff5ee855ef5caa20da36cfd275a9d6`](https://github.com/opennextjs/opennextjs-aws/commit/e8f5e6671eff5ee855ef5caa20da36cfd275a9d6) Thanks [@anonrig](https://github.com/anonrig)! - perf(OriginResolver): cache expensive compute
8+
9+
- [#1006](https://github.com/opennextjs/opennextjs-aws/pull/1006) [`7c452dd0366ac941b3d0d44c498816dbb7f84bba`](https://github.com/opennextjs/opennextjs-aws/commit/7c452dd0366ac941b3d0d44c498816dbb7f84bba) Thanks [@anonrig](https://github.com/anonrig)! - perf(converters): Improve performance
10+
11+
- [#1001](https://github.com/opennextjs/opennextjs-aws/pull/1001) [`8dd43ee07b75b102a47e1f9f62b005b5a0e54e7b`](https://github.com/opennextjs/opennextjs-aws/commit/8dd43ee07b75b102a47e1f9f62b005b5a0e54e7b) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Ensure dynamic routes are excluded in getStaticAPIRoutes
12+
13+
- [#1005](https://github.com/opennextjs/opennextjs-aws/pull/1005) [`a980447ed566b652cf942b428f4c986aab1a15a6`](https://github.com/opennextjs/opennextjs-aws/commit/a980447ed566b652cf942b428f4c986aab1a15a6) Thanks [@anonrig](https://github.com/anonrig)! - perf(cloudflare): optimize readable/writable piping
14+
315
## 3.8.2
416

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

0 commit comments

Comments
 (0)