Skip to content

Commit 1212629

Browse files
Version Packages
1 parent 99d8909 commit 1212629

File tree

9 files changed

+27
-18
lines changed

9 files changed

+27
-18
lines changed

.changeset/perfect-jeans-divide.md

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

.changeset/soft-queens-sing.md

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

.changeset/twenty-tools-stare.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.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`99d89098fb8626357da87886099ff900af5b339e`](https://github.com/opennextjs/opennextjs-aws/commit/99d89098fb8626357da87886099ff900af5b339e), [`0d57c115a9568db9d13e766f184497198d8fc1b1`](https://github.com/opennextjs/opennextjs-aws/commit/0d57c115a9568db9d13e766f184497198d8fc1b1), [`042dfd91c5f4e7d1485755402c074abd25acfb8e`](https://github.com/opennextjs/opennextjs-aws/commit/042dfd91c5f4e7d1485755402c074abd25acfb8e)]:
8+
- @opennextjs/aws@3.7.5
9+
310
## 0.1.28
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.28",
3+
"version": "0.1.29",
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.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`99d89098fb8626357da87886099ff900af5b339e`](https://github.com/opennextjs/opennextjs-aws/commit/99d89098fb8626357da87886099ff900af5b339e), [`0d57c115a9568db9d13e766f184497198d8fc1b1`](https://github.com/opennextjs/opennextjs-aws/commit/0d57c115a9568db9d13e766f184497198d8fc1b1), [`042dfd91c5f4e7d1485755402c074abd25acfb8e`](https://github.com/opennextjs/opennextjs-aws/commit/042dfd91c5f4e7d1485755402c074abd25acfb8e)]:
8+
- @opennextjs/aws@3.7.5
9+
310
## 0.1.28
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.28",
3+
"version": "0.1.29",
44
"private": true,
55
"scripts": {
66
"openbuild": "node ../../packages/open-next/dist/index.js 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.7.5
4+
5+
### Patch Changes
6+
7+
- [#954](https://github.com/opennextjs/opennextjs-aws/pull/954) [`99d89098fb8626357da87886099ff900af5b339e`](https://github.com/opennextjs/opennextjs-aws/commit/99d89098fb8626357da87886099ff900af5b339e) Thanks [@conico974](https://github.com/conico974)! - add support for route type in cache interceptor
8+
9+
- [#953](https://github.com/opennextjs/opennextjs-aws/pull/953) [`0d57c115a9568db9d13e766f184497198d8fc1b1`](https://github.com/opennextjs/opennextjs-aws/commit/0d57c115a9568db9d13e766f184497198d8fc1b1) Thanks [@szcharlesji](https://github.com/szcharlesji)! - Clean output directory before `next build`
10+
11+
- [#948](https://github.com/opennextjs/opennextjs-aws/pull/948) [`042dfd91c5f4e7d1485755402c074abd25acfb8e`](https://github.com/opennextjs/opennextjs-aws/commit/042dfd91c5f4e7d1485755402c074abd25acfb8e) Thanks [@sommeeeer](https://github.com/sommeeeer)! - add(patches): Drop babel from getting pulled in by node-environment
12+
313
## 3.7.4
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.7.4",
6+
"version": "3.7.5",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)