diff --git a/packages/amplify_datastore/CHANGELOG.md b/packages/amplify_datastore/CHANGELOG.md index d3a610ed10..a1b9a8d6e2 100644 --- a/packages/amplify_datastore/CHANGELOG.md +++ b/packages/amplify_datastore/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.4.2 + +- Minor bug fixes and improvements + +## 1.4.1 + +- Minor bug fixes and improvements + +## 1.4.0 + +### Fixes +- fix(datastore): Use platform thread ([#3607](https://github.com/aws-amplify/amplify-flutter/pull/3607)) + ## 1.3.4 ### Fixes diff --git a/packages/amplify_datastore/pubspec.yaml b/packages/amplify_datastore/pubspec.yaml index d9b2ba08b1..998d9b3357 100644 --- a/packages/amplify_datastore/pubspec.yaml +++ b/packages/amplify_datastore/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_datastore description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store. -version: 1.3.4 +version: 1.4.2 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - amplify_datastore_plugin_interface: ">=1.3.1 <1.4.0" - amplify_core: ">=1.3.2 <1.4.0" + amplify_datastore_plugin_interface: ">=1.4.0 <1.5.0" + amplify_core: ">=1.4.0 <1.5.0" plugin_platform_interface: ^2.0.0 meta: ^1.7.0 collection: ^1.14.13 diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md b/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md index 9f28871cfb..e788cf9169 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md +++ b/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.3.1 + +- Minor bug fixes and improvements + +## 0.3.0+7 + +### Fixes +- fix(analytics): AWSPinpointUserProfile Added null check for user attributes ([#3598](https://github.com/aws-amplify/amplify-flutter/pull/3598)) + ## 0.3.0+6 - Minor bug fixes and improvements diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart b/packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart index 293e1f9b96..35a3412a68 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart +++ b/packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.3.0+6'; +const packageVersion = '0.3.1'; diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml index b8e0d8751c..94006e344d 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_analytics_pinpoint_dart description: A Dart-only implementation of the Amplify Analytics plugin for Pinpoint. -version: 0.3.0+6 +version: 0.3.1 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint_dart issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -9,7 +9,7 @@ environment: sdk: ^3.0.0 dependencies: - amplify_core: ">=1.3.2 <1.4.0" + amplify_core: ">=1.4.0 <1.5.0" amplify_db_common_dart: ">=0.3.0+5 <0.4.0" amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0" aws_common: ">=0.6.0 <0.7.0" diff --git a/packages/auth/amplify_auth_cognito/CHANGELOG.md b/packages/auth/amplify_auth_cognito/CHANGELOG.md index 3d7474513e..a3a2220f10 100644 --- a/packages/auth/amplify_auth_cognito/CHANGELOG.md +++ b/packages/auth/amplify_auth_cognito/CHANGELOG.md @@ -1,3 +1,21 @@ +## 1.4.2 + +### Fixes +- fix(aft): Constraints edge cases ([#3732](https://github.com/aws-amplify/amplify-flutter/pull/3732)) + +## 1.4.1 + +### Fixes +- fix(auth): Crash with EXC_BAD_ACCESS ([#3657](https://github.com/aws-amplify/amplify-flutter/pull/3657)) +- fix(auth): Custom auth with device tracking, no SRP ([#3652](https://github.com/aws-amplify/amplify-flutter/pull/3652)) +- fix(auth): Uncaught Hosted UI cancellation ([#3686](https://github.com/aws-amplify/amplify-flutter/pull/3686)) + +## 1.4.0 + +### Features +- feat(auth): TOTP MFA +- feat(authenticator): TOTP MFA ([#3609](https://github.com/aws-amplify/amplify-flutter/pull/3609)) + ## 1.3.3 ### Fixes diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml index bd3d90f391..fe079662d7 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.3.3 +version: 1.4.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 @@ -19,12 +19,12 @@ platforms: web: dependencies: - amplify_analytics_pinpoint: ">=1.3.2 <1.4.0" + amplify_analytics_pinpoint: ">=1.4.1 <1.5.0" amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0" - amplify_auth_cognito_dart: ">=0.10.2+3 <0.11.0" - amplify_core: ">=1.3.2 <1.4.0" - amplify_flutter: ">=1.3.2 <1.4.0" - amplify_secure_storage: ">=0.4.0+5 <0.5.0" + amplify_auth_cognito_dart: ">=0.10.3+1 <0.11.0" + amplify_core: ">=1.4.1 <1.5.0" + amplify_flutter: ">=1.4.0 <1.5.0" + amplify_secure_storage: ">=0.4.0+6 <0.5.0" async: ^2.10.0 flutter: sdk: flutter diff --git a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md index a547678f27..a6bcde22ed 100644 --- a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +++ b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.10.4 + +- Minor bug fixes and improvements + +## 0.10.3+1 + +### Fixes +- fix(auth): Crash with EXC_BAD_ACCESS ([#3657](https://github.com/aws-amplify/amplify-flutter/pull/3657)) +- fix(auth): Custom auth with device tracking, no SRP ([#3652](https://github.com/aws-amplify/amplify-flutter/pull/3652)) +- fix(auth): Uncaught Hosted UI cancellation ([#3686](https://github.com/aws-amplify/amplify-flutter/pull/3686)) + +## 0.10.3 + +### Fixes +- fix(auth): SDK exception mapping + +### Features +- feat(auth): TOTP MFA + ## 0.10.2+3 ### Fixes diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml index e5731fc14c..dece05367e 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.2+3 +version: 0.10.4 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 @@ -9,11 +9,11 @@ environment: sdk: ^3.0.0 dependencies: - amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0" - amplify_core: ">=1.3.2 <1.4.0" - amplify_secure_storage_dart: ">=0.4.0+6 <0.5.0" + amplify_analytics_pinpoint_dart: ">=0.3.1 <0.4.0" + amplify_core: ">=1.4.1 <1.5.0" + amplify_secure_storage_dart: ">=0.4.0+7 <0.5.0" async: ^2.10.0 - aws_common: ">=0.6.0 <0.7.0" + aws_common: ">=0.6.1 <0.7.0" aws_signature_v4: ">=0.5.0 <0.6.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" @@ -36,7 +36,7 @@ dependencies: uuid: ">=3.0.6 <=3.0.7" win32: ">=4.1.2 <6.0.0" win32_registry: ^1.1.0 - worker_bee: ">=0.2.0+4 <0.3.0" + worker_bee: ">=0.2.0+5 <0.3.0" dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" diff --git a/packages/authenticator/amplify_authenticator/CHANGELOG.md b/packages/authenticator/amplify_authenticator/CHANGELOG.md index 6fca8031fe..07a4d8dc08 100644 --- a/packages/authenticator/amplify_authenticator/CHANGELOG.md +++ b/packages/authenticator/amplify_authenticator/CHANGELOG.md @@ -1,3 +1,22 @@ +## 1.4.2 + +### Fixes +- fix(authenticator): TOTP Setup typo ([#3758](https://github.com/aws-amplify/amplify-flutter/pull/3758)) +- fix(authenticator): Wrap social button text ([#3692](https://github.com/aws-amplify/amplify-flutter/pull/3692)) +- fix(authenticator): date validator ([#3766](https://github.com/aws-amplify/amplify-flutter/pull/3766)) + +## 1.4.1 + +- Minor bug fixes and improvements + +## 1.4.0 + +### Fixes +- fix(authenticator): Social button debug Property Type ([#3608](https://github.com/aws-amplify/amplify-flutter/pull/3608)) + +### Features +- feat(authenticator): TOTP MFA ([#3609](https://github.com/aws-amplify/amplify-flutter/pull/3609)) + ## 1.3.2 - Minor bug fixes and improvements diff --git a/packages/authenticator/amplify_authenticator/lib/src/version.dart b/packages/authenticator/amplify_authenticator/lib/src/version.dart index f8e9f4a917..ee9b51fd53 100644 --- a/packages/authenticator/amplify_authenticator/lib/src/version.dart +++ b/packages/authenticator/amplify_authenticator/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.3.2'; +const packageVersion = '1.4.2'; diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml index 4dc7b624b7..44d503bd4f 100644 --- a/packages/authenticator/amplify_authenticator/pubspec.yaml +++ b/packages/authenticator/amplify_authenticator/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_authenticator description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category -version: 1.3.2 +version: 1.4.2 homepage: https://ui.docs.amplify.aws/flutter/connected-components/authenticator repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/authenticator/amplify_authenticator issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -10,9 +10,9 @@ environment: flutter: ">=3.10.0" dependencies: - amplify_auth_cognito: ">=1.3.2 <1.4.0" - amplify_core: ">=1.3.2 <1.4.0" - amplify_flutter: ">=1.3.2 <1.4.0" + amplify_auth_cognito: ">=1.4.0 <1.5.0" + amplify_core: ">=1.4.0 <1.5.0" + amplify_flutter: ">=1.4.0 <1.5.0" async: ^2.10.0 aws_common: ">=0.6.0 <0.7.0" collection: ^1.15.0 diff --git a/packages/aws_common/CHANGELOG.md b/packages/aws_common/CHANGELOG.md index 317c52a74c..6bf96b0289 100644 --- a/packages/aws_common/CHANGELOG.md +++ b/packages/aws_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.1 + +- Minor bug fixes and improvements + ## 0.6.0 ### Breaking Changes diff --git a/packages/aws_common/pubspec.yaml b/packages/aws_common/pubspec.yaml index 20d114b72a..901bf2a6cd 100644 --- a/packages/aws_common/pubspec.yaml +++ b/packages/aws_common/pubspec.yaml @@ -1,6 +1,6 @@ name: aws_common description: Common types and utilities used across AWS and Amplify packages. -version: 0.6.0 +version: 0.6.1 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aws_common issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues diff --git a/packages/smithy/smithy/CHANGELOG.md b/packages/smithy/smithy/CHANGELOG.md index aec5a316b4..07e7a6e4c8 100644 --- a/packages/smithy/smithy/CHANGELOG.md +++ b/packages/smithy/smithy/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.2 + +- Minor bug fixes and improvements + ## 0.5.1 ### Features diff --git a/packages/smithy/smithy/pubspec.yaml b/packages/smithy/smithy/pubspec.yaml index 79501c6f64..6f352a5a76 100644 --- a/packages/smithy/smithy/pubspec.yaml +++ b/packages/smithy/smithy/pubspec.yaml @@ -1,6 +1,6 @@ name: smithy description: Smithy client runtime for Dart with common utilities for I/O and serialization. -version: 0.5.1 +version: 0.5.2 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy/smithy issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues diff --git a/packages/storage/amplify_storage_s3_dart/CHANGELOG.md b/packages/storage/amplify_storage_s3_dart/CHANGELOG.md index db48571c34..53726a9dd8 100644 --- a/packages/storage/amplify_storage_s3_dart/CHANGELOG.md +++ b/packages/storage/amplify_storage_s3_dart/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.4 + +- Minor bug fixes and improvements + +## 0.3.3 + +- Minor bug fixes and improvements + ## 0.3.2+3 - Minor bug fixes and improvements diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml index 5fa1b15a53..75a963b44a 100644 --- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml +++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_storage_s3_dart description: A Dart-only implementation of the Amplify Storage plugin for S3. -version: 0.3.2+3 +version: 0.3.4 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3_dart issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -9,10 +9,10 @@ environment: sdk: ^3.0.0 dependencies: - amplify_core: ">=1.3.2 <1.4.0" + amplify_core: ">=1.4.0 <1.5.0" amplify_db_common_dart: ">=0.3.0+5 <0.4.0" async: ^2.10.0 - aws_common: ">=0.6.0 <0.7.0" + aws_common: ">=0.6.1 <0.7.0" aws_signature_v4: ">=0.5.0 <0.6.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0"