From e9649500e20427d4ae0cec350c21a3b995d72bf1 Mon Sep 17 00:00:00 2001 From: Elijah Quartey Date: Thu, 14 Mar 2024 10:24:51 -0500 Subject: [PATCH] chore(version): cherry pick Bump version (#4545) --- packages/auth/amplify_auth_cognito/CHANGELOG.md | 6 ++++++ packages/auth/amplify_auth_cognito/pubspec.yaml | 4 ++-- packages/auth/amplify_auth_cognito_dart/CHANGELOG.md | 6 ++++++ packages/auth/amplify_auth_cognito_dart/pubspec.yaml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/packages/auth/amplify_auth_cognito/CHANGELOG.md b/packages/auth/amplify_auth_cognito/CHANGELOG.md index dcaa1236a2..09aa11a00e 100644 --- a/packages/auth/amplify_auth_cognito/CHANGELOG.md +++ b/packages/auth/amplify_auth_cognito/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.7.1 + +### Fixes +- fix(auth): Allow retries with verifyTotpSetup() ([#4532](https://github.com/aws-amplify/amplify-flutter/pull/4532)) +- fix(auth): device metadata migration ([#4503](https://github.com/aws-amplify/amplify-flutter/pull/4503)) + ## 1.7.0 - Minor bug fixes and improvements diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml index c15079c639..ca41f5581c 100644 --- a/packages/auth/amplify_auth_cognito/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_auth_cognito description: The Amplify Flutter Auth category plugin using the AWS Cognito provider. -version: 1.7.0 +version: 1.7.1 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -21,7 +21,7 @@ platforms: dependencies: amplify_analytics_pinpoint: ">=1.7.0 <1.8.0" amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0" - amplify_auth_cognito_dart: ">=0.10.10 <0.11.0" + amplify_auth_cognito_dart: ">=0.10.11 <0.11.0" amplify_core: ">=1.7.0 <1.8.0" amplify_flutter: ">=1.7.0 <1.8.0" amplify_secure_storage: ">=0.4.1 <0.5.0" diff --git a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md index e81348b40e..59fd7f72f1 100644 --- a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +++ b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.10.11 + +### Fixes +- fix(auth): Allow retries with verifyTotpSetup() ([#4532](https://github.com/aws-amplify/amplify-flutter/pull/4532)) +- fix(auth): device metadata migration ([#4503](https://github.com/aws-amplify/amplify-flutter/pull/4503)) + ## 0.10.10 - Minor bug fixes and improvements diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml index 1507e55c9f..8a4418fea2 100644 --- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_auth_cognito_dart description: A Dart-only implementation of the Amplify Auth plugin for Cognito. -version: 0.10.10 +version: 0.10.11 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/auth/amplify_auth_cognito_dart issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues