Skip to content

Commit

Permalink
chore(): Fixed Version Bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Aug 15, 2024
1 parent 6759164 commit 0c307c7
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 24 deletions.
4 changes: 3 additions & 1 deletion packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
### Fixes
- fix(datastore): Clear subscriptions on Stop ([#5253](https://github.com/aws-amplify/amplify-flutter/pull/5253))
- fix(datastore): Restart Sync Engine when network on/off ([#5218](https://github.com/aws-amplify/amplify-flutter/pull/5218))
- fix: push notification flush events ([#5215](https://github.com/aws-amplify/amplify-flutter/pull/5215))
- fix(notification): flush events ([#5215](https://github.com/aws-amplify/amplify-flutter/pull/5215))
- fix(secure_storage): Plugin Endorsement ([#5208](https://github.com/aws-amplify/amplify-flutter/pull/5208))
- fix(authenticator): Export InstructionsResolver ([#5169](https://github.com/aws-amplify/amplify-flutter/pull/5169))

## 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter/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_secure_storage: ">=0.5.4 <0.6.0"
amplify_secure_storage: ">=0.5.5 <0.6.0"
aws_common: ">=0.7.2 <0.8.0"
collection: ^1.15.0
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.4.3 <0.5.0"
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_secure_storage: ">=0.5.4 <0.6.0"
amplify_secure_storage: ">=0.5.5 <0.6.0"
aws_common: ">=0.7.2 <0.8.0"
device_info_plus: ^10.0.1
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:

dependencies:
amplify_core: ">=2.4.0 <2.5.0"
amplify_db_common_dart: ">=0.4.4 <0.5.0"
amplify_secure_storage_dart: ">=0.5.1 <0.6.0"
amplify_db_common_dart: ">=0.4.5 <0.5.0"
amplify_secure_storage_dart: ">=0.5.2 <0.6.0"
aws_common: ">=0.7.2 <0.8.0"
aws_signature_v4: ">=0.6.2 <0.7.0"
built_collection: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/api/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platforms:
web:

dependencies:
amplify_api_dart: ">=0.5.3 <0.6.0"
amplify_api_dart: ">=0.5.4 <0.6.0"
amplify_core: ">=2.4.0 <2.5.0"
amplify_flutter: ">=2.4.0 <2.5.0"
connectivity_plus: ^6.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/amplify_auth_cognito/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ platforms:

dependencies:
amplify_analytics_pinpoint: ">=2.4.0 <2.5.0"
amplify_analytics_pinpoint_dart: ">=0.4.3 <0.5.0"
amplify_analytics_pinpoint_dart: ">=0.4.4 <0.5.0"
amplify_auth_cognito_dart: ">=0.11.4 <0.12.0"
amplify_core: ">=2.4.0 <2.5.0"
amplify_flutter: ">=2.4.0 <2.5.0"
amplify_secure_storage: ">=0.5.4 <0.6.0"
amplify_secure_storage: ">=0.5.5 <0.6.0"
async: ^2.10.0
flutter:
sdk: flutter
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/amplify_auth_cognito_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ environment:
sdk: ^3.3.0

dependencies:
amplify_analytics_pinpoint_dart: ">=0.4.3 <0.5.0"
amplify_analytics_pinpoint_dart: ">=0.4.4 <0.5.0"
amplify_core: ">=2.4.0 <2.5.0"
amplify_secure_storage_dart: ">=0.5.1 <0.6.0"
amplify_secure_storage_dart: ">=0.5.2 <0.6.0"
async: ^2.10.0
aws_common: ">=0.7.2 <0.8.0"
aws_signature_v4: ">=0.6.2 <0.7.0"
Expand All @@ -36,7 +36,7 @@ dependencies:
uuid: ">=3.0.6 <5.0.0"
win32: ">=4.1.2 <6.0.0"
win32_registry: ^1.1.0
worker_bee: ">=0.3.1 <0.4.0"
worker_bee: ">=0.3.2 <0.4.0"

dev_dependencies:
amplify_lints: ">=3.1.0 <3.2.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/authenticator/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 2.1.2

### Fixes
- fix(authenticator): Export InstructionsResolver ([#5169](https://github.com/aws-amplify/amplify-flutter/pull/5169))
- Minor bug fixes and improvements

## 2.1.1
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
Expand Up @@ -10,7 +10,7 @@ environment:
flutter: ">=3.19.0"

dependencies:
amplify_db_common_dart: ">=0.4.4 <0.5.0"
amplify_db_common_dart: ">=0.4.5 <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.4
version: 0.4.5
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:

dependencies:
amplify_core: ">=2.4.0 <2.5.0"
amplify_secure_storage: ">=0.5.4 <0.6.0"
amplify_secure_storage: ">=0.5.5 <0.6.0"
async: ^2.10.0
flutter:
sdk: flutter
Expand All @@ -20,7 +20,7 @@ dependencies:

dev_dependencies:
amplify_lints: ">=3.1.0 <3.2.0"
amplify_secure_storage_dart: ">=0.5.1 <0.6.0"
amplify_secure_storage_dart: ">=0.5.2 <0.6.0"
amplify_test:
path: ../../../test/amplify_test
aws_signature_v4: ">=0.6.2 <0.7.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ dependencies:
amplify_core: ">=2.4.0 <2.5.0"
amplify_flutter: ">=2.4.0 <2.5.0"
amplify_push_notifications: ">=2.4.0 <2.5.0"
amplify_secure_storage: ">=0.5.4 <0.6.0"
amplify_secure_storage: ">=0.5.5 <0.6.0"
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.9

dev_dependencies:
amplify_lints: ">=3.1.0 <3.2.0"
amplify_secure_storage_dart: ">=0.5.1 <0.6.0"
amplify_secure_storage_dart: ">=0.5.2 <0.6.0"
amplify_test:
path: ../../../test/amplify_test
aws_common: ">=0.7.2 <0.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Fixes
- fix(secure_storage): Add plugin platform entry. ([#5178](https://github.com/aws-amplify/amplify-flutter/pull/5178))
- fix(secure_storage): process file system operations one at a time on Windows ([#5195](https://github.com/aws-amplify/amplify-flutter/pull/5195))
- fix(secure_storage): Plugin Endorsement ([#5208](https://github.com/aws-amplify/amplify-flutter/pull/5208))

## 0.5.4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
meta: ^1.7.0
path: ">=1.8.0 <2.0.0"
win32: ">=4.1.2 <6.0.0"
worker_bee: ">=0.3.1 <0.4.0"
worker_bee: ">=0.3.2 <0.4.0"

dev_dependencies:
amplify_lints: ">=3.1.0 <3.2.0"
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.4.0 <2.5.0"
amplify_db_common_dart: ">=0.4.4 <0.5.0"
amplify_db_common_dart: ">=0.4.5 <0.5.0"
async: ^2.10.0
aws_common: ">=0.7.2 <0.8.0"
aws_signature_v4: ">=0.6.2 <0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/worker_bee/e2e/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
fixnum: ^1.0.0
meta: ^1.7.0
test: ^1.22.1
worker_bee: ">=0.3.0 <0.4.0"
worker_bee: ">=0.3.2 <0.4.0"

dependency_overrides:
aws_common:
Expand Down
2 changes: 1 addition & 1 deletion packages/worker_bee/e2e_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ dev_dependencies:
path: ../e2e
meta: ^1.7.0
test: ^1.22.1
worker_bee: ">=0.3.0 <0.4.0"
worker_bee: ">=0.3.2 <0.4.0"
worker_bee_builder:
path: ../worker_bee_builder
2 changes: 1 addition & 1 deletion packages/worker_bee/worker_bee/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: worker_bee
description: A cross-platform isolated worker runtime for Dart Web, VM, and Flutter.
version: 0.3.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/worker_bee/worker_bee
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/worker_bee/worker_bee_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
source_gen: ^1.3.2
stream_channel: ^2.1.0
tuple: ^2.0.0
worker_bee: ">=0.3.1 <0.4.0"
worker_bee: ">=0.3.2 <0.4.0"

dev_dependencies:
amplify_lints: ">=3.1.0 <3.2.0"
Expand Down

0 comments on commit 0c307c7

Please sign in to comment.