From ad2491a9f2bd90d01a851e77dc7c86a0199f944b Mon Sep 17 00:00:00 2001 From: Felix Haus Date: Mon, 30 May 2022 19:51:06 +0200 Subject: [PATCH] v0.13.1 --- CHANGELOG.md | 2 ++ modules/proxy/variables.tf | 2 +- modules/statics-deploy/variables.tf | 2 +- package.json | 2 +- packages/deploy-trigger/package.json | 2 +- packages/node-bridge/package.json | 2 +- packages/proxy/package.json | 2 +- packages/runtime/package.json | 2 +- packages/tf-next/package.json | 4 ++-- 9 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f431743..feed3add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.13.1] - 2022-05-30 + - Update `@vercel/nft` from 0.10.0 to 0.19.1 ([#320](https://github.com/milliHQ/terraform-aws-next-js/pull/320)) ## [0.13.0] - 2022-05-28 diff --git a/modules/proxy/variables.tf b/modules/proxy/variables.tf index d8a0b959..a93e600a 100644 --- a/modules/proxy/variables.tf +++ b/modules/proxy/variables.tf @@ -4,7 +4,7 @@ variable "proxy_module_version" { type = string - default = "0.13.0" + default = "0.13.1" } variable "lambda_default_runtime" { diff --git a/modules/statics-deploy/variables.tf b/modules/statics-deploy/variables.tf index 7a1b84ed..73fe8c29 100644 --- a/modules/statics-deploy/variables.tf +++ b/modules/statics-deploy/variables.tf @@ -4,7 +4,7 @@ variable "static_files_archive" { variable "deploy_trigger_module_version" { type = string - default = "0.13.0" + default = "0.13.1" } variable "expire_static_assets" { diff --git a/package.json b/package.json index 5d93ba99..a3916e71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dealmore/terraform-aws-nextjs-ws", - "version": "0.13.0", + "version": "0.13.1", "private": true, "license": "Apache-2.0", "workspaces": [ diff --git a/packages/deploy-trigger/package.json b/packages/deploy-trigger/package.json index 86a69268..ee1c4edb 100644 --- a/packages/deploy-trigger/package.json +++ b/packages/deploy-trigger/package.json @@ -1,6 +1,6 @@ { "name": "@millihq/terraform-next-deploy-trigger", - "version": "0.13.0", + "version": "0.13.1", "description": "Deploy trigger component of Terraform Next.js module for AWS", "main": "index.js", "license": "Apache-2.0", diff --git a/packages/node-bridge/package.json b/packages/node-bridge/package.json index 5bcb5903..75466692 100644 --- a/packages/node-bridge/package.json +++ b/packages/node-bridge/package.json @@ -1,6 +1,6 @@ { "name": "@millihq/terraform-next-node-bridge", - "version": "0.13.0", + "version": "0.13.1", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 01f17439..91c712ae 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@millihq/terraform-next-proxy", - "version": "0.13.0", + "version": "0.13.1", "description": "Proxy component of Terraform Next.js module for AWS", "main": "index.js", "license": "Apache-2.0", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index a88ff99a..8e4138c4 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@millihq/tf-next-runtime", - "version": "0.13.0", + "version": "0.13.1", "license": "Apache-2.0", "main": "./dist/index", "homepage": "https://registry.terraform.io/modules/milliHQ/next-js/aws", diff --git a/packages/tf-next/package.json b/packages/tf-next/package.json index 4f1fac74..6e99a8f0 100644 --- a/packages/tf-next/package.json +++ b/packages/tf-next/package.json @@ -1,6 +1,6 @@ { "name": "tf-next", - "version": "0.13.0", + "version": "0.13.1", "description": "CLI build tool for AWS Next.js Terraform module.", "homepage": "https://registry.terraform.io/modules/milliHQ/next-js/aws", "main": "index.js", @@ -19,7 +19,7 @@ "postpack": "rm ./LICENSE" }, "dependencies": { - "@millihq/tf-next-runtime": "0.13.0", + "@millihq/tf-next-runtime": "0.13.1", "@vercel/build-utils": "2.17.0", "@vercel/frameworks": "^0.0.15", "@vercel/routing-utils": "^1.10.1",