Skip to content

Commit

Permalink
v1.0.0-canary.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Sep 21, 2021
1 parent 2cfa020 commit a854aff
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
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.8.0"
default = "1.0.0-canary.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 @@ -8,7 +8,7 @@ variable "static_files_archive_name" {

variable "deploy_trigger_module_version" {
type = string
default = "0.4.0"
default = "1.0.0-canary.1"
}

variable "expire_static_assets" {
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.4.0",
"version": "1.0.0-canary.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/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@millihq/terraform-next-proxy",
"version": "0.8.0",
"version": "1.0.0-canary.1",
"description": "Proxy component of Terraform Next.js module for AWS",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@millihq/tf-next-runtime",
"version": "1.0.0-canary.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.7.0",
"version": "1.0.0-canary.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": "1.1.0",
"@millihq/tf-next-runtime": "1.0.0-canary.1",
"@vercel/build-utils": "2.10.1",
"@vercel/frameworks": "^0.0.15",
"@vercel/routing-utils": "^1.10.1",
Expand Down

0 comments on commit a854aff

Please sign in to comment.