Skip to content

Commit 5f93039

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

File tree

10 files changed

+29
-23
lines changed

10 files changed

+29
-23
lines changed

.changeset/lemon-needles-fold.md

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

.changeset/moody-pianos-allow.md

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

.changeset/smooth-tomatoes-compete.md

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

.changeset/unlucky-shrimps-lick.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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`195b67dfeb2ea0b7402ebb17bcfbdd0c28af01a5`](https://github.com/opennextjs/opennextjs-aws/commit/195b67dfeb2ea0b7402ebb17bcfbdd0c28af01a5), [`741b53916af59fd0ef2b41dc7068f3f430f06946`](https://github.com/opennextjs/opennextjs-aws/commit/741b53916af59fd0ef2b41dc7068f3f430f06946), [`4761bf561d7f6b1f99cd0c1e7c28276fb2591344`](https://github.com/opennextjs/opennextjs-aws/commit/4761bf561d7f6b1f99cd0c1e7c28276fb2591344), [`af2fd9dbeb524381b5d8135264768356d9292605`](https://github.com/opennextjs/opennextjs-aws/commit/af2fd9dbeb524381b5d8135264768356d9292605)]:
8+
- @opennextjs/aws@3.5.8
9+
310
## 0.1.15
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.15",
3+
"version": "0.1.16",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`195b67dfeb2ea0b7402ebb17bcfbdd0c28af01a5`](https://github.com/opennextjs/opennextjs-aws/commit/195b67dfeb2ea0b7402ebb17bcfbdd0c28af01a5), [`741b53916af59fd0ef2b41dc7068f3f430f06946`](https://github.com/opennextjs/opennextjs-aws/commit/741b53916af59fd0ef2b41dc7068f3f430f06946), [`4761bf561d7f6b1f99cd0c1e7c28276fb2591344`](https://github.com/opennextjs/opennextjs-aws/commit/4761bf561d7f6b1f99cd0c1e7c28276fb2591344), [`af2fd9dbeb524381b5d8135264768356d9292605`](https://github.com/opennextjs/opennextjs-aws/commit/af2fd9dbeb524381b5d8135264768356d9292605)]:
8+
- @opennextjs/aws@3.5.8
9+
310
## 0.1.15
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.15",
3+
"version": "0.1.16",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# open-next
22

3+
## 3.5.8
4+
5+
### Patch Changes
6+
7+
- [#828](https://github.com/opennextjs/opennextjs-aws/pull/828) [`195b67dfeb2ea0b7402ebb17bcfbdd0c28af01a5`](https://github.com/opennextjs/opennextjs-aws/commit/195b67dfeb2ea0b7402ebb17bcfbdd0c28af01a5) Thanks [@vicb](https://github.com/vicb)! - fix(tagCache): do not call writeTags with an empty list
8+
9+
- [#831](https://github.com/opennextjs/opennextjs-aws/pull/831) [`741b53916af59fd0ef2b41dc7068f3f430f06946`](https://github.com/opennextjs/opennextjs-aws/commit/741b53916af59fd0ef2b41dc7068f3f430f06946) Thanks [@vicb](https://github.com/vicb)! - fix: only report actually copied traced files
10+
11+
- [#835](https://github.com/opennextjs/opennextjs-aws/pull/835) [`4761bf561d7f6b1f99cd0c1e7c28276fb2591344`](https://github.com/opennextjs/opennextjs-aws/commit/4761bf561d7f6b1f99cd0c1e7c28276fb2591344) Thanks [@vicb](https://github.com/vicb)! - trace node packages
12+
13+
- [#830](https://github.com/opennextjs/opennextjs-aws/pull/830) [`af2fd9dbeb524381b5d8135264768356d9292605`](https://github.com/opennextjs/opennextjs-aws/commit/af2fd9dbeb524381b5d8135264768356d9292605) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: return 400 when validateImageParams from Next passes an errorMessage
14+
315
## 3.5.7
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.5.7",
6+
"version": "3.5.8",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)