Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 91e0958

Browse files
committed
Prepare 0.3.4 release
1 parent 4b654a8 commit 91e0958

File tree

8 files changed

+9
-5
lines changed

8 files changed

+9
-5
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
terraform-aws-cognito-auth-0.3.4 (2019-04-15)
2+
3+
* Fixed swallowed notification when remember me was set before registration
4+
15
terraform-aws-cognito-auth-0.3.3 (2019-02-24)
26

37
* Fixed race conditions in authentication component rendering

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Add the following module to your Terraform configuration and apply it:
8686
``` hcl
8787
module "cognito-auth" {
8888
source = "github.com/squidfunk/terraform-aws-cognito-auth"
89-
version = "0.3.3"
89+
version = "0.3.4"
9090
9191
namespace = "<namespace>"
9292
region = "<region>"
@@ -200,7 +200,7 @@ configuration and apply it:
200200
``` hcl
201201
module "cognito-auth" {
202202
source = "github.com/squidfunk/terraform-aws-cognito-auth"
203-
version = "0.3.3"
203+
version = "0.3.4"
204204
205205
namespace = "example-auth"
206206
region = "us-east-1"

modules/api/lambda/dist.zip

0 Bytes
Binary file not shown.

modules/identity/lambda/dist.zip

0 Bytes
Binary file not shown.

modules/message/lambda/dist.zip

0 Bytes
Binary file not shown.

modules/web/app/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta name="robots" content="noindex, nofollow"/> <title>${cognito_identity_pool_name}</title> <base href="/"/> <meta name="config:api_base_path" content="${api_base_path}"/> <meta name="config:app_origin" content="${app_origin}"/> <meta name="config:cognito_identity_pool_name" content="${cognito_identity_pool_name}"/> <style>#root,body,html{height:100%;margin:0}html{background:#fafafa}@media (max-width:599.95px){html{background:0 0}}</style> </head> <body> <div id="root"></div> <script type="text/javascript" src="vendor.5796edf6dd31b38bef7f.bundle.js"></script><script type="text/javascript" src="main.3473a50af1a0d602d98e.bundle.js"></script></body> </html>
1+
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta name="robots" content="noindex, nofollow"/> <title>${cognito_identity_pool_name}</title> <base href="/"/> <meta name="config:api_base_path" content="${api_base_path}"/> <meta name="config:app_origin" content="${app_origin}"/> <meta name="config:cognito_identity_pool_name" content="${cognito_identity_pool_name}"/> <style>#root,body,html{height:100%;margin:0}html{background:#fafafa}@media (max-width:599.95px){html{background:0 0}}</style> </head> <body> <div id="root"></div> <script type="text/javascript" src="vendor.5796edf6dd31b38bef7f.bundle.js"></script><script type="text/javascript" src="main.92284ab5bb1049ae28c4.bundle.js"></script></body> </html>

modules/web/app/dist/main.3473a50af1a0d602d98e.bundle.js renamed to modules/web/app/dist/main.92284ab5bb1049ae28c4.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/web/lambda/dist.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)