Skip to content

Commit

Permalink
chore: bump amplify_db_common (#4011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson authored Oct 25, 2023
1 parent 7105cd8 commit 84a702c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.3.2

- Minor bug fixes and improvements

## 0.3.1+1

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1+1
version: 0.3.2
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 All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_db_common_dart: ">=0.3.1 <0.4.0"
amplify_db_common_dart: ">=0.3.2 <0.4.0"
drift: ">=2.11.0 <2.12.0"
flutter:
sdk: flutter
Expand Down

0 comments on commit 84a702c

Please sign in to comment.