Skip to content

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Jan 14, 2025
1 parent 1773c1e commit 91cf079
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.7 <0.5.0"
amplify_core: ">=2.6.0 <2.7.0"
amplify_db_common: ">=0.4.7 <0.5.0"
amplify_db_common: ">=0.4.8 <0.5.0"
amplify_secure_storage: ">=0.5.7 <0.6.0"
aws_common: ">=0.7.3 <0.8.0"
device_info_plus: ^10.0.1
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.4.7
version: 0.4.8
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.19.0"

dependencies:
amplify_db_common_dart: ">=0.4.7 <0.5.0"
amplify_db_common_dart: ">=0.4.8 <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_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_db_common_dart
description: Common utilities for working with databases such as sqlite. Used throughout Amplify packages.
version: 0.4.7
version: 0.4.8
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_dart
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.6.0 <2.7.0"
amplify_db_common: ">=0.4.7 <0.5.0"
amplify_db_common: ">=0.4.8 <0.5.0"
amplify_storage_s3_dart: ">=0.4.8 <0.5.0"
aws_common: ">=0.7.3 <0.8.0"
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/amplify_storage_s3_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:

dependencies:
amplify_core: ">=2.6.0 <2.7.0"
amplify_db_common_dart: ">=0.4.7 <0.5.0"
amplify_db_common_dart: ">=0.4.8 <0.5.0"
async: ^2.10.0
aws_common: ">=0.7.3 <0.8.0"
aws_signature_v4: ">=0.6.3 <0.7.0"
Expand Down

0 comments on commit 91cf079

Please sign in to comment.