File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
analytics/amplify_analytics_pinpoint
storage/amplify_storage_s3 Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ platforms:
21
21
dependencies :
22
22
amplify_analytics_pinpoint_dart : " >=0.4.4 <0.5.0"
23
23
amplify_core : " >=2.4.0 <2.5.0"
24
- amplify_db_common : " >=0.4.3 <0.5.0"
24
+ amplify_db_common : " >=0.4.4 <0.5.0"
25
25
amplify_secure_storage : " >=0.5.5 <0.6.0"
26
26
aws_common : " >=0.7.2 <0.8.0"
27
27
device_info_plus : ^10.0.1
Original file line number Diff line number Diff line change
1
+ ## 0.4.4
2
+
3
+ - Minor bug fixes and improvements
4
+
1
5
## 0.4.3
2
6
3
7
- Minor bug fixes and improvements
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
7
7
sdk : ^3.3.0
8
8
9
9
dependencies :
10
- amplify_db_common : " >=0.4.0 <0.5.0"
10
+ amplify_db_common : " >=0.4.4 <0.5.0"
11
11
drift : " >=2.18.0 <2.19.0"
12
12
flutter :
13
13
sdk : flutter
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.3
3
+ version : 0.4.4
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 @@ -20,7 +20,7 @@ platforms:
20
20
21
21
dependencies :
22
22
amplify_core : " >=2.4.0 <2.5.0"
23
- amplify_db_common : " >=0.4.3 <0.5.0"
23
+ amplify_db_common : " >=0.4.4 <0.5.0"
24
24
amplify_storage_s3_dart : " >=0.4.4 <0.5.0"
25
25
aws_common : " >=0.7.2 <0.8.0"
26
26
flutter :
You can’t perform that action at this time.
0 commit comments