Skip to content

Commit 92a7b1b

Browse files
committed
chore(version): Bump version
1 parent 5ef8370 commit 92a7b1b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.7 <0.5.0"
2323
amplify_core: ">=2.6.0 <2.7.0"
24-
amplify_db_common: ">=0.4.7 <0.5.0"
24+
amplify_db_common: ">=0.4.8 <0.5.0"
2525
amplify_secure_storage: ">=0.5.7 <0.6.0"
2626
aws_common: ">=0.7.3 <0.8.0"
2727
device_info_plus: ^10.0.1

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.4.7
3+
version: 0.4.8
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.19.0"
1111

1212
dependencies:
13-
amplify_db_common_dart: ">=0.4.7 <0.5.0"
13+
amplify_db_common_dart: ">=0.4.8 <0.5.0"
1414
drift: ">=2.18.0 <2.19.0"
1515
flutter:
1616
sdk: flutter

packages/common/amplify_db_common_dart/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_dart
22
description: Common utilities for working with databases such as sqlite. Used throughout Amplify packages.
3-
version: 0.4.7
3+
version: 0.4.8
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_dart
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.6.0 <2.7.0"
23-
amplify_db_common: ">=0.4.7 <0.5.0"
23+
amplify_db_common: ">=0.4.8 <0.5.0"
2424
amplify_storage_s3_dart: ">=0.4.8 <0.5.0"
2525
aws_common: ">=0.7.3 <0.8.0"
2626
flutter:

packages/storage/amplify_storage_s3_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
amplify_core: ">=2.6.0 <2.7.0"
13-
amplify_db_common_dart: ">=0.4.7 <0.5.0"
13+
amplify_db_common_dart: ">=0.4.8 <0.5.0"
1414
async: ^2.10.0
1515
aws_common: ">=0.7.3 <0.8.0"
1616
aws_signature_v4: ">=0.6.3 <0.7.0"

0 commit comments

Comments
 (0)