Skip to content

Commit

Permalink
chore: manually bump amplify_db_common version
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 authored and tyllark committed Aug 20, 2024
1 parent ef2b7e6 commit d3ae986
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ platforms:
dependencies:
amplify_analytics_pinpoint_dart: ">=0.4.4 <0.5.0"
amplify_core: ">=2.4.0 <2.5.0"
amplify_db_common: ">=0.4.3 <0.5.0"
amplify_db_common: ">=0.4.4 <0.5.0"
amplify_secure_storage: ">=0.5.5 <0.6.0"
aws_common: ">=0.7.2 <0.8.0"
device_info_plus: ^10.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/common/amplify_db_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.4

- Minor bug fixes and improvements

## 0.4.3

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/common/amplify_db_common/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ^3.3.0

dependencies:
amplify_db_common: ">=0.4.0 <0.5.0"
amplify_db_common: ">=0.4.4 <0.5.0"
drift: ">=2.18.0 <2.19.0"
flutter:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/common/amplify_db_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_db_common
description: Common utilities for working with databases such as SQLite.
version: 0.4.3
version: 0.4.4
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/amplify_storage_s3/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ platforms:

dependencies:
amplify_core: ">=2.4.0 <2.5.0"
amplify_db_common: ">=0.4.3 <0.5.0"
amplify_db_common: ">=0.4.4 <0.5.0"
amplify_storage_s3_dart: ">=0.4.4 <0.5.0"
aws_common: ">=0.7.2 <0.8.0"
flutter:
Expand Down

0 comments on commit d3ae986

Please sign in to comment.