File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
amplify_auth_cognito_dart Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.7.1
2
+
3
+ ### Fixes
4
+ - fix(auth): Allow retries with verifyTotpSetup() ([ #4532 ] ( https://github.com/aws-amplify/amplify-flutter/pull/4532 ) )
5
+ - fix(auth): device metadata migration ([ #4503 ] ( https://github.com/aws-amplify/amplify-flutter/pull/4503 ) )
6
+
1
7
## 1.7.0
2
8
3
9
- Minor bug fixes and improvements
Original file line number Diff line number Diff line change 1
1
name : amplify_auth_cognito
2
2
description : The Amplify Flutter Auth category plugin using the AWS Cognito provider.
3
- version : 1.7.0
3
+ version : 1.7.1
4
4
homepage : https://docs.amplify.aws/lib/q/platform/flutter/
5
5
repository : https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito
6
6
issue_tracker : https://github.com/aws-amplify/amplify-flutter/issues
@@ -21,7 +21,7 @@ platforms:
21
21
dependencies :
22
22
amplify_analytics_pinpoint : " >=1.7.0 <1.8.0"
23
23
amplify_analytics_pinpoint_dart : " >=0.3.6 <0.4.0"
24
- amplify_auth_cognito_dart : " >=0.10.10 <0.11.0"
24
+ amplify_auth_cognito_dart : " >=0.10.11 <0.11.0"
25
25
amplify_core : " >=1.7.0 <1.8.0"
26
26
amplify_flutter : " >=1.7.0 <1.8.0"
27
27
amplify_secure_storage : " >=0.4.1 <0.5.0"
Original file line number Diff line number Diff line change
1
+ ## 0.10.11
2
+
3
+ ### Fixes
4
+ - fix(auth): Allow retries with verifyTotpSetup() ([ #4532 ] ( https://github.com/aws-amplify/amplify-flutter/pull/4532 ) )
5
+ - fix(auth): device metadata migration ([ #4503 ] ( https://github.com/aws-amplify/amplify-flutter/pull/4503 ) )
6
+
1
7
## 0.10.10
2
8
3
9
- Minor bug fixes and improvements
Original file line number Diff line number Diff line change 1
1
name : amplify_auth_cognito_dart
2
2
description : A Dart-only implementation of the Amplify Auth plugin for Cognito.
3
- version : 0.10.10
3
+ version : 0.10.11
4
4
homepage : https://docs.amplify.aws/lib/q/platform/flutter/
5
5
repository : https://github.com/aws-amplify/amplify-flutter/tree/next/packages/auth/amplify_auth_cognito_dart
6
6
issue_tracker : https://github.com/aws-amplify/amplify-flutter/issues
You can’t perform that action at this time.
0 commit comments