Skip to content

Commit bada1e0

Browse files
committed
tf-next v0.6.1
1 parent cc0adc5 commit bada1e0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.8.0 - Unreleased
44

5+
### tf-next (0.6.1)
6+
7+
- Ensure that `INIT_CWD` environment variable is set to the correct working directory ([#87](https://github.com/dealmore/terraform-aws-next-js/pull/87))
8+
59
### tf-next (0.6.0)
610

711
- Allows dependencies (e.g. Prisma & Blitz.js) to correctly detect the build environment ([#70](https://github.com/dealmore/terraform-aws-next-js/issues/70), [#73](https://github.com/dealmore/terraform-aws-next-js/issues/73), [#85](https://github.com/dealmore/terraform-aws-next-js/pull/85))

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dealmore/tf-next-runtime",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "Apache-2.0",
55
"main": "./dist/index",
66
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",

packages/tf-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tf-next",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "CLI build tool for AWS Next.js Terraform module.",
55
"homepage": "https://registry.terraform.io/modules/dealmore/next-js/aws",
66
"main": "index.js",
@@ -19,7 +19,7 @@
1919
"postpack": "rm ./LICENSE"
2020
},
2121
"dependencies": {
22-
"@dealmore/tf-next-runtime": "1.0.0",
22+
"@dealmore/tf-next-runtime": "1.0.1",
2323
"@vercel/build-utils": "2.10.1",
2424
"@vercel/frameworks": "^0.0.15",
2525
"@vercel/routing-utils": "^1.10.1",

0 commit comments

Comments
 (0)