File tree 9 files changed +11
-9
lines changed
9 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.13.1] - 2022-05-30
6
+
5
7
- Update ` @vercel/nft ` from 0.10.0 to 0.19.1 ([ #320 ] ( https://github.com/milliHQ/terraform-aws-next-js/pull/320 ) )
6
8
7
9
## [ 0.13.0] - 2022-05-28
Original file line number Diff line number Diff line change 4
4
5
5
variable "proxy_module_version" {
6
6
type = string
7
- default = " 0.13.0 "
7
+ default = " 0.13.1 "
8
8
}
9
9
10
10
variable "lambda_default_runtime" {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ variable "static_files_archive" {
4
4
5
5
variable "deploy_trigger_module_version" {
6
6
type = string
7
- default = " 0.13.0 "
7
+ default = " 0.13.1 "
8
8
}
9
9
10
10
variable "expire_static_assets" {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dealmore/terraform-aws-nextjs-ws" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.1 " ,
4
4
"private" : true ,
5
5
"license" : " Apache-2.0" ,
6
6
"workspaces" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @millihq/terraform-next-deploy-trigger" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.1 " ,
4
4
"description" : " Deploy trigger component of Terraform Next.js module for AWS" ,
5
5
"main" : " index.js" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @millihq/terraform-next-node-bridge" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @millihq/terraform-next-proxy" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.1 " ,
4
4
"description" : " Proxy component of Terraform Next.js module for AWS" ,
5
5
"main" : " index.js" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @millihq/tf-next-runtime" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"main" : " ./dist/index" ,
6
6
"homepage" : " https://registry.terraform.io/modules/milliHQ/next-js/aws" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tf-next" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.1 " ,
4
4
"description" : " CLI build tool for AWS Next.js Terraform module." ,
5
5
"homepage" : " https://registry.terraform.io/modules/milliHQ/next-js/aws" ,
6
6
"main" : " index.js" ,
19
19
"postpack" : " rm ./LICENSE"
20
20
},
21
21
"dependencies" : {
22
- "@millihq/tf-next-runtime" : " 0.13.0 " ,
22
+ "@millihq/tf-next-runtime" : " 0.13.1 " ,
23
23
"@vercel/build-utils" : " 2.17.0" ,
24
24
"@vercel/frameworks" : " ^0.0.15" ,
25
25
"@vercel/routing-utils" : " ^1.10.1" ,
You can’t perform that action at this time.
0 commit comments