Skip to content

Commit a4bb296

Browse files
Nika HassaniNikaHsn
authored andcommitted
chore(version): Bump version
### Fixes - fix(auth): forget local device only if matches ([#4060](#4060)) - fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1 - fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0". - fix: Bumped package_info_plus to ">=4.0.1 <=6.0.0" - fix: Bumped path to ">=1.8.0 <2.0.0" - fix: uncaught exception in smithy code ([#4369](#4369)) Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
1 parent 8c25695 commit a4bb296

File tree

42 files changed

+181
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+181
-66
lines changed

packages/amplify_core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.6.3
2+
3+
### Fixes
4+
- fix(auth): forget local device only if matches ([#4060](https://github.com/aws-amplify/amplify-flutter/pull/4060))
5+
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
6+
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
7+
- fix: Bumped path to ">=1.8.0 <2.0.0"
8+
19
## 1.6.2
210

311
### Fixes

packages/amplify_core/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_core
22
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
3-
version: 1.6.2
3+
version: 1.6.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.6.3
2+
3+
### Fixes
4+
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
5+
- fix: Bumped package_info_plus to ">=4.0.1 <=6.0.0"
6+
17
## 1.6.2
28

39
- Minor bug fixes and improvements

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint
22
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3-
version: 1.6.2
3+
version: 1.6.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -19,11 +19,11 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_analytics_pinpoint_dart: ">=0.3.5 <0.4.0"
22+
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
2323
amplify_core: ">=1.6.2 <1.7.0"
2424
amplify_db_common: ">=0.3.3 <0.4.0"
2525
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
26-
aws_common: ">=0.6.2 <0.7.0"
26+
aws_common: ">=0.6.3 <0.7.0"
2727
device_info_plus: ^9.0.0
2828
flutter:
2929
sdk: flutter

packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.6
2+
3+
### Fixes
4+
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
5+
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
6+
- fix: Bumped path to ">=1.8.0 <2.0.0"
7+
18
## 0.3.5
29

310
- Minor bug fixes and improvements

packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint_dart
22
description: A Dart-only implementation of the Amplify Analytics plugin for Pinpoint.
3-
version: 0.3.5
3+
version: 0.3.6
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,19 +10,19 @@ environment:
1010

1111
dependencies:
1212
amplify_core: ">=1.6.2 <1.7.0"
13-
amplify_db_common_dart: ">=0.3.4 <0.4.0"
14-
amplify_secure_storage_dart: ">=0.4.2 <0.5.0"
15-
aws_common: ">=0.6.2 <0.7.0"
16-
aws_signature_v4: ">=0.5.0 <0.6.0"
13+
amplify_db_common_dart: ">=0.3.5 <0.4.0"
14+
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"
15+
aws_common: ">=0.6.3 <0.7.0"
16+
aws_signature_v4: ">=0.5.1 <0.6.0"
1717
built_collection: ^5.0.0
1818
built_value: ">=8.6.0 <8.9.0"
1919
collection: ^1.15.0
2020
drift: ">=2.14.0 <2.15.0"
2121
intl: ">=0.18.0 <1.0.0"
2222
meta: ^1.7.0
2323
path: ">=1.8.0 <2.0.0"
24-
smithy: ">=0.6.2 <0.7.0"
25-
smithy_aws: ">=0.6.1 <0.7.0"
24+
smithy: ">=0.6.3 <0.7.0"
25+
smithy_aws: ">=0.6.2 <0.7.0"
2626
uuid: ">=3.0.6 <5.0.0"
2727

2828
dev_dependencies:

packages/auth/amplify_auth_cognito/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.2
2+
3+
### Fixes
4+
- fix: Bumped path to ">=1.8.0 <2.0.0"
5+
16
## 1.6.1
27

38
- Minor bug fixes and improvements

packages/auth/amplify_auth_cognito/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_auth_cognito
22
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
3-
version: 1.6.1
3+
version: 1.6.2
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -20,11 +20,11 @@ platforms:
2020

2121
dependencies:
2222
amplify_analytics_pinpoint: ">=1.6.2 <1.7.0"
23-
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
24-
amplify_auth_cognito_dart: ">=0.10.6 <0.11.0"
23+
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
24+
amplify_auth_cognito_dart: ">=0.10.9 <0.11.0"
2525
amplify_core: ">=1.6.0 <1.7.0"
2626
amplify_flutter: ">=1.6.1 <1.7.0"
27-
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
27+
amplify_secure_storage: ">=0.4.1 <0.5.0"
2828
async: ^2.10.0
2929
flutter:
3030
sdk: flutter

packages/auth/amplify_auth_cognito_dart/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.10.9
2+
3+
### Fixes
4+
- fix(auth): forget local device only if matches ([#4060](https://github.com/aws-amplify/amplify-flutter/pull/4060))
5+
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
6+
- fix: Bumped path to ">=1.8.0 <2.0.0"
7+
18
## 0.10.8
29

310
- Minor bug fixes and improvements

packages/auth/amplify_auth_cognito_dart/pubspec.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_auth_cognito_dart
22
description: A Dart-only implementation of the Amplify Auth plugin for Cognito.
3-
version: 0.10.8
3+
version: 0.10.9
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/auth/amplify_auth_cognito_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -9,12 +9,12 @@ environment:
99
sdk: ^3.0.0
1010

1111
dependencies:
12-
amplify_analytics_pinpoint_dart: ">=0.3.5 <0.4.0"
12+
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
1313
amplify_core: ">=1.6.2 <1.7.0"
14-
amplify_secure_storage_dart: ">=0.4.2 <0.5.0"
14+
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"
1515
async: ^2.10.0
16-
aws_common: ">=0.6.2 <0.7.0"
17-
aws_signature_v4: ">=0.5.0 <0.6.0"
16+
aws_common: ">=0.6.3 <0.7.0"
17+
aws_signature_v4: ">=0.5.1 <0.6.0"
1818
built_collection: ^5.0.0
1919
built_value: ">=8.6.0 <8.9.0"
2020
clock: ^1.1.1
@@ -30,13 +30,13 @@ dependencies:
3030
meta: ^1.7.0
3131
oauth2: ^2.0.2
3232
path: ">=1.8.0 <2.0.0"
33-
smithy: ">=0.6.2 <0.7.0"
34-
smithy_aws: ">=0.6.1 <0.7.0"
33+
smithy: ">=0.6.3 <0.7.0"
34+
smithy_aws: ">=0.6.2 <0.7.0"
3535
stream_transform: ^2.0.0
3636
uuid: ">=3.0.6 <5.0.0"
3737
win32: ">=4.1.2 <6.0.0"
3838
win32_registry: ^1.1.0
39-
worker_bee: ">=0.2.2 <0.3.0"
39+
worker_bee: ">=0.2.3 <0.3.0"
4040

4141
dev_dependencies:
4242
amplify_lints: ">=3.0.2 <3.1.0"
@@ -51,7 +51,7 @@ dev_dependencies:
5151
smithy_codegen:
5252
path: ../../smithy/smithy_codegen
5353
test: ^1.22.1
54-
worker_bee_builder: ">=0.2.2 <0.3.0"
54+
worker_bee_builder: ">=0.2.3 <0.3.0"
5555

5656
flutter:
5757
assets:

packages/authenticator/amplify_authenticator/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.5.3
2+
3+
### Fixes
4+
- fix: Bumped package_info_plus to ">=4.0.1 <=6.0.0"
5+
16
## 1.5.2
27

38
### Fixes

packages/authenticator/amplify_authenticator/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/authenticator/amplify_authenticator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_authenticator
22
description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category
3-
version: 1.5.2
3+
version: 1.5.3
44
homepage: https://ui.docs.amplify.aws/flutter/connected-components/authenticator
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/authenticator/amplify_authenticator
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/aws_common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.3
2+
3+
### Fixes
4+
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
5+
- fix: Bumped path to ">=1.8.0 <2.0.0"
6+
17
## 0.6.2
28

39
- Minor bug fixes and improvements

packages/aws_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aws_common
22
description: Common types and utilities used across AWS and Amplify packages.
3-
version: 0.6.2
3+
version: 0.6.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aws_common
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/aws_signature_v4/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.5.1
2+
3+
### Fixes
4+
- fix: Bumped path to ">=1.8.0 <2.0.0"
5+
16
## 0.5.0
27

38
### Breaking Changes

packages/aws_signature_v4/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws_signature_v4/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aws_signature_v4
22
description: Dart implementation of the AWS Signature Version 4 algorithm, for communication with AWS services.
3-
version: 0.5.0
3+
version: 0.5.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aws_signature_v4
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
async: ^2.10.0
13-
aws_common: ">=0.6.0 <0.7.0"
13+
aws_common: ">=0.6.3 <0.7.0"
1414
collection: ^1.15.0
1515
convert: ^3.0.0
1616
crypto: ^3.0.0

packages/common/amplify_db_common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.5
2+
3+
### Fixes
4+
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
5+
- fix: Bumped path to ">=1.8.0 <2.0.0"
6+
17
## 0.3.4
28

39
- 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.4
3+
version: 0.3.5
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.4 <0.4.0"
13+
amplify_db_common_dart: ">=0.3.5 <0.4.0"
1414
drift: ">=2.14.0 <2.15.0"
1515
flutter:
1616
sdk: flutter

packages/common/amplify_db_common_dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.5
2+
3+
### Fixes
4+
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
5+
- fix: Bumped path to ">=1.8.0 <2.0.0"
6+
17
## 0.3.4
28

39
- Minor bug fixes and improvements

packages/common/amplify_db_common_dart/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_dart
22
description: Common utilities for working with databases such as sqlite. Used throughout Amplify packages.
3-
version: 0.3.4
3+
version: 0.3.5
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
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
amplify_core: ">=1.6.0 <1.7.0"
1313
async: ^2.10.0
14-
aws_common: ">=0.6.0 <0.7.0"
14+
aws_common: ">=0.6.3 <0.7.0"
1515
drift: ">=2.14.0 <2.15.0"
1616
meta: ^1.7.0
1717
path: ">=1.8.0 <2.0.0"

packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.2
2+
3+
### Fixes
4+
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
5+
16
## 1.6.1
27

38
- Minor bug fixes and improvements

packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_push_notifications_pinpoint
22
description: The Amplify Flutter Push Notifications category plugin using the AWS Pinpoint provider.
3-
version: 1.6.1
3+
version: 1.6.2
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
66

@@ -14,8 +14,8 @@ platforms:
1414
android:
1515

1616
dependencies:
17-
amplify_analytics_pinpoint: ">=1.6.2 <1.7.0"
18-
amplify_analytics_pinpoint_dart: ">=0.3.5 <0.4.0"
17+
amplify_analytics_pinpoint: ">=1.6.3 <1.7.0"
18+
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
1919
amplify_auth_cognito: ">=1.6.0 <1.7.0"
2020
amplify_core: ">=1.6.0 <1.7.0"
2121
amplify_flutter: ">=1.6.0 <1.7.0"
@@ -27,10 +27,10 @@ dependencies:
2727

2828
dev_dependencies:
2929
amplify_lints: ">=3.0.0 <3.1.0"
30-
amplify_secure_storage_dart: ">=0.4.2 <0.5.0"
30+
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"
3131
amplify_test:
3232
path: ../../../test/amplify_test
33-
aws_common: ">=0.6.2 <0.7.0"
33+
aws_common: ">=0.6.3 <0.7.0"
3434
aws_signature_v4: ">=0.5.0 <0.6.0"
3535
build_runner: ^2.4.0
3636
built_value_generator: 8.8.1

packages/secure_storage/amplify_secure_storage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.1
2+
3+
### Fixes
4+
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
5+
- fix: Bumped path to ">=1.8.0 <2.0.0"
6+
17
## 0.4.0+6
28

39
- Minor bug fixes and improvements

packages/secure_storage/amplify_secure_storage/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_secure_storage
22
description: A package for storing secrets, intended for use in Amplify libraries.
3-
version: 0.4.0+6
3+
version: 0.4.1
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage
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_secure_storage_dart: ">=0.4.0+7 <0.5.0"
13+
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"
1414
async: ^2.10.0
1515
file: ">=6.0.0 <8.0.0"
1616
flutter:

packages/secure_storage/amplify_secure_storage_dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.3
2+
3+
### Fixes
4+
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
5+
- fix: Bumped path to ">=1.8.0 <2.0.0"
6+
17
## 0.4.2
28

39
- Minor bug fixes and improvements

0 commit comments

Comments
 (0)