Skip to content

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
### Fixes
- fix(auth): Allow retries with verifyTotpSetup() ([#4532](#4532))
- fix(auth): device metadata migration ([#4503](#4503))
- fix(auth): verifyTotp throw EnableSoftwareTokenMfaException ([#4558](#4558))

Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
  • Loading branch information
Equartey committed Mar 15, 2024
1 parent 883bbaf commit 6e52fd2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
7 changes: 6 additions & 1 deletion packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 1.7.1
## 1.7.2

### 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))
- fix(auth): verifyTotp throw EnableSoftwareTokenMfaException ([#4558](https://github.com/aws-amplify/amplify-flutter/pull/4558))

## 1.7.1

- This version was retracted to avoid a breaking change introduced in ([#4532](https://github.com/aws-amplify/amplify-flutter/pull/4532))

## 1.7.0

Expand Down
4 changes: 2 additions & 2 deletions packages/auth/amplify_auth_cognito/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
version: 1.7.1
version: 1.7.2
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
Expand All @@ -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.11 <0.11.0"
amplify_auth_cognito_dart: ">=0.10.12 <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"
Expand Down
7 changes: 6 additions & 1 deletion packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 0.10.11
## 0.10.12

### 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))
- fix(auth): verifyTotp throw EnableSoftwareTokenMfaException ([#4558](https://github.com/aws-amplify/amplify-flutter/pull/4558))

## 0.10.11

- This version was retracted to avoid a breaking change introduced in ([#4532](https://github.com/aws-amplify/amplify-flutter/pull/4532))

## 0.10.10

Expand Down
2 changes: 1 addition & 1 deletion packages/auth/amplify_auth_cognito_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito_dart
description: A Dart-only implementation of the Amplify Auth plugin for Cognito.
version: 0.10.11
version: 0.10.12
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
Expand Down

0 comments on commit 6e52fd2

Please sign in to comment.