Skip to content

Commit 73281c9

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

File tree

9 files changed

+33
-24
lines changed

9 files changed

+33
-24
lines changed

.changeset/bright-bulldogs-laugh.md

-7
This file was deleted.

.changeset/smart-ears-begin.md

-6
This file was deleted.

.changeset/warm-pans-argue.md

-8
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`997b3921f508270da412ce780a6d55b26aa15e9f`](https://github.com/opennextjs/opennextjs-aws/commit/997b3921f508270da412ce780a6d55b26aa15e9f), [`be3653ae741048cbb61802617032b7f249110d83`](https://github.com/opennextjs/opennextjs-aws/commit/be3653ae741048cbb61802617032b7f249110d83), [`e9b37fd44eb856eb8ae73168bf455ff85dd8b285`](https://github.com/opennextjs/opennextjs-aws/commit/e9b37fd44eb856eb8ae73168bf455ff85dd8b285)]:
8+
- @opennextjs/aws@3.5.6
9+
310
## 0.1.13
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.13",
3+
"version": "0.1.14",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`997b3921f508270da412ce780a6d55b26aa15e9f`](https://github.com/opennextjs/opennextjs-aws/commit/997b3921f508270da412ce780a6d55b26aa15e9f), [`be3653ae741048cbb61802617032b7f249110d83`](https://github.com/opennextjs/opennextjs-aws/commit/be3653ae741048cbb61802617032b7f249110d83), [`e9b37fd44eb856eb8ae73168bf455ff85dd8b285`](https://github.com/opennextjs/opennextjs-aws/commit/e9b37fd44eb856eb8ae73168bf455ff85dd8b285)]:
8+
- @opennextjs/aws@3.5.6
9+
310
## 0.1.13
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.13",
3+
"version": "0.1.14",
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

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# open-next
22

3+
## 3.5.6
4+
5+
### Patch Changes
6+
7+
- [#819](https://github.com/opennextjs/opennextjs-aws/pull/819) [`997b3921f508270da412ce780a6d55b26aa15e9f`](https://github.com/opennextjs/opennextjs-aws/commit/997b3921f508270da412ce780a6d55b26aa15e9f) Thanks [@sommeeeer](https://github.com/sommeeeer)! - Add aws-lambda-compressed wrapper
8+
9+
New wrapper called `aws-lambda-compressed`. The compression quality for brotli can be configured using the `BROTLI_QUALITY` environment variable. If not set, it defaults to 6.
10+
11+
- [#817](https://github.com/opennextjs/opennextjs-aws/pull/817) [`be3653ae741048cbb61802617032b7f249110d83`](https://github.com/opennextjs/opennextjs-aws/commit/be3653ae741048cbb61802617032b7f249110d83) Thanks [@conico974](https://github.com/conico974)! - fix to not decode searchParams
12+
fix multivalue query in searchParams for Node
13+
14+
- [#800](https://github.com/opennextjs/opennextjs-aws/pull/800) [`e9b37fd44eb856eb8ae73168bf455ff85dd8b285`](https://github.com/opennextjs/opennextjs-aws/commit/e9b37fd44eb856eb8ae73168bf455ff85dd8b285) Thanks [@conico974](https://github.com/conico974)! - Some perf improvements :
15+
- Eliminate unnecessary runtime imports (i.e. dev react dependencies and next precompiled dev or turbopack dependencies)
16+
- Refactor route preloading to be either on-demand or using waitUntil or at the start or during warmerEvent.
17+
- Add a global function to preload routes when needed.
18+
319
## 3.5.5
420

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

0 commit comments

Comments
 (0)