Skip to content

Commit ad701c2

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

12 files changed

+33
-33
lines changed

.changeset/bright-pants-drum.md

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

.changeset/cuddly-dingos-walk.md

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

.changeset/fast-clouds-shout.md

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

.changeset/polite-teachers-doubt.md

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

.changeset/popular-candles-watch.md

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

.changeset/stale-rivers-invite.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.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`daaf38f45e6aa5596fb4dfdb912aee254fcb94e3`](https://github.com/opennextjs/opennextjs-aws/commit/daaf38f45e6aa5596fb4dfdb912aee254fcb94e3), [`d434708d07ac297b5317f4ace990836195bd8b3f`](https://github.com/opennextjs/opennextjs-aws/commit/d434708d07ac297b5317f4ace990836195bd8b3f), [`1bebc1ada498a8466fb1293ba3d57a2147929be4`](https://github.com/opennextjs/opennextjs-aws/commit/1bebc1ada498a8466fb1293ba3d57a2147929be4), [`1664d836a64752bd5bdbf9d9a62fde535891a88e`](https://github.com/opennextjs/opennextjs-aws/commit/1664d836a64752bd5bdbf9d9a62fde535891a88e), [`d6889d89c894b35e4bd042404a466fd709f528c1`](https://github.com/opennextjs/opennextjs-aws/commit/d6889d89c894b35e4bd042404a466fd709f528c1), [`69a26e76e2354c28c73d9a89bd3c429fe30c3510`](https://github.com/opennextjs/opennextjs-aws/commit/69a26e76e2354c28c73d9a89bd3c429fe30c3510)]:
8+
- @opennextjs/aws@3.6.2
9+
310
## 0.1.18
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.18",
3+
"version": "0.1.19",
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.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`daaf38f45e6aa5596fb4dfdb912aee254fcb94e3`](https://github.com/opennextjs/opennextjs-aws/commit/daaf38f45e6aa5596fb4dfdb912aee254fcb94e3), [`d434708d07ac297b5317f4ace990836195bd8b3f`](https://github.com/opennextjs/opennextjs-aws/commit/d434708d07ac297b5317f4ace990836195bd8b3f), [`1bebc1ada498a8466fb1293ba3d57a2147929be4`](https://github.com/opennextjs/opennextjs-aws/commit/1bebc1ada498a8466fb1293ba3d57a2147929be4), [`1664d836a64752bd5bdbf9d9a62fde535891a88e`](https://github.com/opennextjs/opennextjs-aws/commit/1664d836a64752bd5bdbf9d9a62fde535891a88e), [`d6889d89c894b35e4bd042404a466fd709f528c1`](https://github.com/opennextjs/opennextjs-aws/commit/d6889d89c894b35e4bd042404a466fd709f528c1), [`69a26e76e2354c28c73d9a89bd3c429fe30c3510`](https://github.com/opennextjs/opennextjs-aws/commit/69a26e76e2354c28c73d9a89bd3c429fe30c3510)]:
8+
- @opennextjs/aws@3.6.2
9+
310
## 0.1.18
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.18",
3+
"version": "0.1.19",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# open-next
22

3+
## 3.6.2
4+
5+
### Patch Changes
6+
7+
- [#864](https://github.com/opennextjs/opennextjs-aws/pull/864) [`daaf38f45e6aa5596fb4dfdb912aee254fcb94e3`](https://github.com/opennextjs/opennextjs-aws/commit/daaf38f45e6aa5596fb4dfdb912aee254fcb94e3) Thanks [@conico974](https://github.com/conico974)! - set process.env.NODE_ENV to production during edge config compilation
8+
9+
- [#863](https://github.com/opennextjs/opennextjs-aws/pull/863) [`d434708d07ac297b5317f4ace990836195bd8b3f`](https://github.com/opennextjs/opennextjs-aws/commit/d434708d07ac297b5317f4ace990836195bd8b3f) Thanks [@dnewbound0](https://github.com/dnewbound0)! - feat: redirect requests with repeated slashes
10+
11+
- [#868](https://github.com/opennextjs/opennextjs-aws/pull/868) [`1bebc1ada498a8466fb1293ba3d57a2147929be4`](https://github.com/opennextjs/opennextjs-aws/commit/1bebc1ada498a8466fb1293ba3d57a2147929be4) Thanks [@conico974](https://github.com/conico974)! - decode path params in cache interceptor
12+
13+
- [#869](https://github.com/opennextjs/opennextjs-aws/pull/869) [`1664d836a64752bd5bdbf9d9a62fde535891a88e`](https://github.com/opennextjs/opennextjs-aws/commit/1664d836a64752bd5bdbf9d9a62fde535891a88e) Thanks [@sommeeeer](https://github.com/sommeeeer)! - chore: bump esbuild to latest version (0.25.4)
14+
15+
- [#862](https://github.com/opennextjs/opennextjs-aws/pull/862) [`d6889d89c894b35e4bd042404a466fd709f528c1`](https://github.com/opennextjs/opennextjs-aws/commit/d6889d89c894b35e4bd042404a466fd709f528c1) Thanks [@naikaayush](https://github.com/naikaayush)! - fix(middleware): copy wasm files for the external middleware
16+
17+
- [#867](https://github.com/opennextjs/opennextjs-aws/pull/867) [`69a26e76e2354c28c73d9a89bd3c429fe30c3510`](https://github.com/opennextjs/opennextjs-aws/commit/69a26e76e2354c28c73d9a89bd3c429fe30c3510) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: remove leading forward slashes from url in node converter
18+
319
## 3.6.1
420

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

0 commit comments

Comments
 (0)