diff --git a/.changeset/orange-pots-clap.md b/.changeset/orange-pots-clap.md deleted file mode 100644 index 5c0449b3b..000000000 --- a/.changeset/orange-pots-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix: Ensure os is prefixed in install deps diff --git a/.changeset/shaggy-walls-sniff.md b/.changeset/shaggy-walls-sniff.md deleted file mode 100644 index 2d1ef7579..000000000 --- a/.changeset/shaggy-walls-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -Reduces allocations and copies of streams diff --git a/.changeset/spicy-mangos-shop.md b/.changeset/spicy-mangos-shop.md deleted file mode 100644 index 3837cd5df..000000000 --- a/.changeset/spicy-mangos-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -Update npm install command to use --os flag diff --git a/examples/app-pages-router/CHANGELOG.md b/examples/app-pages-router/CHANGELOG.md index be4eb5251..5d4d0cb07 100644 --- a/examples/app-pages-router/CHANGELOG.md +++ b/examples/app-pages-router/CHANGELOG.md @@ -1,5 +1,12 @@ # app-pages-router +## 0.1.34 + +### Patch Changes + +- 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)]: + - @opennextjs/aws@3.8.2 + ## 0.1.33 ### Patch Changes diff --git a/examples/app-pages-router/package.json b/examples/app-pages-router/package.json index c94059c38..dbae4d296 100644 --- a/examples/app-pages-router/package.json +++ b/examples/app-pages-router/package.json @@ -1,6 +1,6 @@ { "name": "app-pages-router", - "version": "0.1.33", + "version": "0.1.34", "private": true, "scripts": { "openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"", diff --git a/packages/open-next/CHANGELOG.md b/packages/open-next/CHANGELOG.md index 60308ef26..0dfe2cae7 100644 --- a/packages/open-next/CHANGELOG.md +++ b/packages/open-next/CHANGELOG.md @@ -1,5 +1,15 @@ # open-next +## 3.8.2 + +### Patch Changes + +- [#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 + +- [#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 + +- [#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 + ## 3.8.1 ### Patch Changes diff --git a/packages/open-next/package.json b/packages/open-next/package.json index a786f24c2..03af989c3 100644 --- a/packages/open-next/package.json +++ b/packages/open-next/package.json @@ -3,7 +3,7 @@ "access": "public" }, "name": "@opennextjs/aws", - "version": "3.8.1", + "version": "3.8.2", "bin": { "open-next": "./dist/index.js" },