File tree Expand file tree Collapse file tree 11 files changed +32
-9
lines changed
analytics/amplify_analytics_pinpoint
authenticator/amplify_authenticator Expand file tree Collapse file tree 11 files changed +32
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.5.1
2
+
3
+ - Minor bug fixes and improvements
4
+
1
5
## 2.5.0
2
6
3
7
- Minor bug fixes and improvements
Original file line number Diff line number Diff line change 1
1
name : amplify_analytics_pinpoint
2
2
description : The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3
- version : 2.5.0
3
+ version : 2.5.1
4
4
homepage : https://docs.amplify.aws/lib/q/platform/flutter/
5
5
repository : https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint
6
6
issue_tracker : https://github.com/aws-amplify/amplify-flutter/issues
@@ -21,7 +21,7 @@ platforms:
21
21
dependencies :
22
22
amplify_analytics_pinpoint_dart : " >=0.4.6 <0.5.0"
23
23
amplify_core : " >=2.5.0 <2.6.0"
24
- amplify_db_common : " >=0.4.6 <0.5.0"
24
+ amplify_db_common : " >=0.4.7 <0.5.0"
25
25
amplify_secure_storage : " >=0.5.7 <0.6.0"
26
26
aws_common : " >=0.7.3 <0.8.0"
27
27
device_info_plus : ^10.0.1
Original file line number Diff line number Diff line change
1
+ ## 2.3.1
2
+
3
+ ### Fixes
4
+ - fix(authenticator): recover from exceptions during reset password flow ([ #5672 ] ( https://github.com/aws-amplify/amplify-flutter/pull/5672 ) )
5
+
1
6
## 2.3.0
2
7
3
8
### Features
Original file line number Diff line number Diff line change 1
1
name : amplify_authenticator
2
2
description : A prebuilt Sign In and Sign Up experience for the Amplify Auth category
3
- version : 2.3.0
3
+ version : 2.3.1
4
4
homepage : https://ui.docs.amplify.aws/flutter/connected-components/authenticator
5
5
repository : https://github.com/aws-amplify/amplify-flutter/tree/main/packages/authenticator/amplify_authenticator
6
6
issue_tracker : https://github.com/aws-amplify/amplify-flutter/issues
Original file line number Diff line number Diff line change
1
+ ## 0.4.7
2
+
3
+ ### Fixes
4
+ - fix(common): added a flag to opt out of bundling sqlite3 for windows apps ([ #5680 ] ( https://github.com/aws-amplify/amplify-flutter/pull/5680 ) )
5
+
1
6
## 0.4.6
2
7
3
8
### Fixes
Original file line number Diff line number Diff line change 1
1
name : amplify_db_common
2
2
description : Common utilities for working with databases such as SQLite.
3
- version : 0.4.6
3
+ version : 0.4.7
4
4
homepage : https://github.com/aws-amplify/amplify-flutter/tree/main
5
5
repository : https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common
6
6
issue_tracker : https://github.com/aws-amplify/amplify-flutter/issues
Original file line number Diff line number Diff line change
1
+ ## 2.5.1
2
+
3
+ - Minor bug fixes and improvements
4
+
1
5
## 2.5.0
2
6
3
7
- Minor bug fixes and improvements
Original file line number Diff line number Diff line change 1
1
name : amplify_storage_s3
2
2
description : The Amplify Flutter Storage category plugin using the AWS S3 provider.
3
- version : 2.5.0
3
+ version : 2.5.1
4
4
homepage : https://docs.amplify.aws/lib/q/platform/flutter/
5
5
repository : https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3
6
6
issue_tracker : https://github.com/aws-amplify/amplify-flutter/issues
@@ -20,8 +20,8 @@ platforms:
20
20
21
21
dependencies :
22
22
amplify_core : " >=2.5.0 <2.6.0"
23
- amplify_db_common : " >=0.4.6 <0.5.0"
24
- amplify_storage_s3_dart : " >=0.4.6 <0.5.0"
23
+ amplify_db_common : " >=0.4.7 <0.5.0"
24
+ amplify_storage_s3_dart : " >=0.4.7 <0.5.0"
25
25
aws_common : " >=0.7.3 <0.8.0"
26
26
flutter :
27
27
sdk : flutter
Original file line number Diff line number Diff line change
1
+ ## 0.4.7
2
+
3
+ ### Fixes
4
+ - fix(storage): Only allow 1 batch to run at a time ([ #5704 ] ( https://github.com/aws-amplify/amplify-flutter/pull/5704 ) )
5
+
1
6
## 0.4.6
2
7
3
8
- Minor bug fixes and improvements
Original file line number Diff line number Diff line change 1
1
name : amplify_storage_s3_dart
2
2
description : A Dart-only implementation of the Amplify Storage plugin for S3.
3
- version : 0.4.6
3
+ version : 0.4.7
4
4
homepage : https://docs.amplify.aws/lib/q/platform/flutter/
5
5
repository : https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3_dart
6
6
issue_tracker : https://github.com/aws-amplify/amplify-flutter/issues
You can’t perform that action at this time.
0 commit comments