Skip to content

Commit 84a702c

Browse files
chore: bump amplify_db_common (#4011)
1 parent 7105cd8 commit 84a702c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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.3.2
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.3.1+1
26

37
- Minor bug fixes and improvements

packages/common/amplify_db_common/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.3.1+1
3+
version: 0.3.2
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
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=3.10.0"
1111

1212
dependencies:
13-
amplify_db_common_dart: ">=0.3.1 <0.4.0"
13+
amplify_db_common_dart: ">=0.3.2 <0.4.0"
1414
drift: ">=2.11.0 <2.12.0"
1515
flutter:
1616
sdk: flutter

0 commit comments

Comments
 (0)