Skip to content

Commit

Permalink
chore(version): cherry pick Bump version (#4545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey authored and khatruong2009 committed Mar 22, 2024
1 parent 255855f commit bd4bfe2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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
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.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"
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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
Expand Down

0 comments on commit bd4bfe2

Please sign in to comment.