Skip to content

Commit d3ae986

Browse files
khatruong2009tyllark
authored andcommitted
chore: manually bump amplify_db_common version
1 parent ef2b7e6 commit d3ae986

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platforms:
2121
dependencies:
2222
amplify_analytics_pinpoint_dart: ">=0.4.4 <0.5.0"
2323
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"
2525
amplify_secure_storage: ">=0.5.5 <0.6.0"
2626
aws_common: ">=0.7.2 <0.8.0"
2727
device_info_plus: ^10.0.1

packages/common/amplify_db_common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.4
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.4.3
26

37
- Minor bug fixes and improvements

packages/common/amplify_db_common/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: ^3.3.0
88

99
dependencies:
10-
amplify_db_common: ">=0.4.0 <0.5.0"
10+
amplify_db_common: ">=0.4.4 <0.5.0"
1111
drift: ">=2.18.0 <2.19.0"
1212
flutter:
1313
sdk: flutter

packages/common/amplify_db_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_db_common
22
description: Common utilities for working with databases such as SQLite.
3-
version: 0.4.3
3+
version: 0.4.4
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/storage/amplify_storage_s3/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ platforms:
2020

2121
dependencies:
2222
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"
2424
amplify_storage_s3_dart: ">=0.4.4 <0.5.0"
2525
aws_common: ">=0.7.2 <0.8.0"
2626
flutter:

0 commit comments

Comments
 (0)