Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed May 30, 2022
1 parent 3f73e5c commit ad2491a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/proxy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

variable "proxy_module_version" {
type = string
default = "0.13.0"
default = "0.13.1"
}

variable "lambda_default_runtime" {
Expand Down
2 changes: 1 addition & 1 deletion modules/statics-deploy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-trigger/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-bridge/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/tf-next/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit ad2491a

Please sign in to comment.