Skip to content

Commit 1dc8f8a

Browse files
Version Packages
1 parent 5f3dc4b commit 1dc8f8a

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.changeset/orange-pots-clap.md

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

.changeset/shaggy-walls-sniff.md

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

.changeset/spicy-mangos-shop.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.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`549d6a73c6da5aed87ab397ac59ab90c300a3fbb`](https://github.com/opennextjs/opennextjs-aws/commit/549d6a73c6da5aed87ab397ac59ab90c300a3fbb), [`5f3dc4b4967879c93ee8f7d7af378d1528e346aa`](https://github.com/opennextjs/opennextjs-aws/commit/5f3dc4b4967879c93ee8f7d7af378d1528e346aa), [`9018704457345782c372d1390372e40b07c1f35c`](https://github.com/opennextjs/opennextjs-aws/commit/9018704457345782c372d1390372e40b07c1f35c)]:
8+
- @opennextjs/aws@3.8.2
9+
310
## 0.1.33
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.33",
3+
"version": "0.1.34",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# open-next
22

3+
## 3.8.2
4+
5+
### Patch Changes
6+
7+
- [#999](https://github.com/opennextjs/opennextjs-aws/pull/999) [`549d6a73c6da5aed87ab397ac59ab90c300a3fbb`](https://github.com/opennextjs/opennextjs-aws/commit/549d6a73c6da5aed87ab397ac59ab90c300a3fbb) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Ensure os is prefixed in install deps
8+
9+
- [#996](https://github.com/opennextjs/opennextjs-aws/pull/996) [`5f3dc4b4967879c93ee8f7d7af378d1528e346aa`](https://github.com/opennextjs/opennextjs-aws/commit/5f3dc4b4967879c93ee8f7d7af378d1528e346aa) Thanks [@anonrig](https://github.com/anonrig)! - Reduces allocations and copies of streams
10+
11+
- [#985](https://github.com/opennextjs/opennextjs-aws/pull/985) [`9018704457345782c372d1390372e40b07c1f35c`](https://github.com/opennextjs/opennextjs-aws/commit/9018704457345782c372d1390372e40b07c1f35c) Thanks [@niklaswallerstedt](https://github.com/niklaswallerstedt)! - Update npm install command to use --os flag
12+
313
## 3.8.1
414

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

0 commit comments

Comments
 (0)