Skip to content

Commit e964950

Browse files
authored
chore(version): cherry pick Bump version (#4545)
1 parent 5dcd369 commit e964950

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

packages/auth/amplify_auth_cognito/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## 1.7.0
28

39
- Minor bug fixes and improvements

packages/auth/amplify_auth_cognito/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_auth_cognito
22
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
3-
version: 1.7.0
3+
version: 1.7.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -21,7 +21,7 @@ platforms:
2121
dependencies:
2222
amplify_analytics_pinpoint: ">=1.7.0 <1.8.0"
2323
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"
2525
amplify_core: ">=1.7.0 <1.8.0"
2626
amplify_flutter: ">=1.7.0 <1.8.0"
2727
amplify_secure_storage: ">=0.4.1 <0.5.0"

packages/auth/amplify_auth_cognito_dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## 0.10.10
28

39
- Minor bug fixes and improvements

packages/auth/amplify_auth_cognito_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_auth_cognito_dart
22
description: A Dart-only implementation of the Amplify Auth plugin for Cognito.
3-
version: 0.10.10
3+
version: 0.10.11
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/auth/amplify_auth_cognito_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

0 commit comments

Comments
 (0)