Skip to content

Commit 8cb552a

Browse files
Dillon Nysdnys1
authored andcommitted
chore(version): Bump version
### Fixes - fix(auth): Pass `deviceKey` in custom auth challenge - fix(push): Deserialization from platform maps ([#3557](#3557)) Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
1 parent 5ea9e8d commit 8cb552a

File tree

28 files changed

+83
-24
lines changed

28 files changed

+83
-24
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.3
2+
3+
### Fixes
4+
- fix(auth): Pass `deviceKey` in custom auth challenge
5+
- fix(push): Deserialization from platform maps ([#3557](https://github.com/aws-amplify/amplify-flutter/pull/3557))
6+
17
## 1.3.2
28

39
### Fixes

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter
22
description: The top level Flutter package for the AWS Amplify libraries.
3-
version: 1.3.2
3+
version: 1.3.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -19,7 +19,7 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_core: ">=1.3.2 <1.4.0"
22+
amplify_core: ">=1.3.3 <1.4.0"
2323
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
2424
aws_common: ">=0.6.0 <0.7.0"
2525
collection: ^1.15.0

packages/amplify_core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.3
2+
3+
### Fixes
4+
- fix(auth): Pass `deviceKey` in custom auth challenge
5+
- fix(push): Deserialization from platform maps ([#3557](https://github.com/aws-amplify/amplify-flutter/pull/3557))
6+
17
## 1.3.2
28

39
### 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.3.2
3+
version: 1.3.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/amplify_datastore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.3
2+
3+
- Minor bug fixes and improvements
4+
15
## 1.3.2
26

37
### Fixes

packages/amplify_datastore/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore
22
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
3-
version: 1.3.2
3+
version: 1.3.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0+6
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.3.0+5
26

37
- 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: 2 additions & 2 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.0+5
3+
version: 0.3.0+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,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
amplify_core: ">=1.3.2 <1.4.0"
13-
amplify_db_common_dart: ">=0.3.0+4 <0.4.0"
13+
amplify_db_common_dart: ">=0.3.0+5 <0.4.0"
1414
amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0"
1515
aws_common: ">=0.6.0 <0.7.0"
1616
aws_signature_v4: ">=0.5.0 <0.6.0"

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.3.3
2+
3+
### Fixes
4+
- fix(auth): Pass `deviceKey` in custom auth challenge
5+
16
## 1.3.2
27

38
- Minor bug fixes and improvements

packages/auth/amplify_auth_cognito/pubspec.yaml

Lines changed: 2 additions & 2 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.3.2
3+
version: 1.3.3
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
@@ -21,7 +21,7 @@ platforms:
2121
dependencies:
2222
amplify_analytics_pinpoint: ">=1.3.2 <1.4.0"
2323
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0"
24-
amplify_auth_cognito_dart: ">=0.10.2+2 <0.11.0"
24+
amplify_auth_cognito_dart: ">=0.10.2+3 <0.11.0"
2525
amplify_core: ">=1.3.2 <1.4.0"
2626
amplify_flutter: ">=1.3.2 <1.4.0"
2727
amplify_secure_storage: ">=0.4.0+5 <0.5.0"

packages/auth/amplify_auth_cognito_dart/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.10.2+3
2+
3+
### Fixes
4+
- fix(auth): Pass `deviceKey` in custom auth challenge
5+
16
## 0.10.2+2
27

38
- Minor bug fixes and improvements

packages/auth/amplify_auth_cognito_dart/pubspec.yaml

Lines changed: 2 additions & 2 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.2+2
3+
version: 0.10.2+3
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
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0"
1313
amplify_core: ">=1.3.2 <1.4.0"
14-
amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0"
14+
amplify_secure_storage_dart: ">=0.4.0+6 <0.5.0"
1515
async: ^2.10.0
1616
aws_common: ">=0.6.0 <0.7.0"
1717
aws_signature_v4: ">=0.5.0 <0.6.0"

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.0+6
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.3.0+5
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.0+5
3+
version: 0.3.0+6
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.0+4 <0.4.0"
13+
amplify_db_common_dart: ">=0.3.0+5 <0.4.0"
1414
drift: ">=2.11.0 <2.12.0"
1515
flutter:
1616
sdk: flutter

packages/common/amplify_db_common_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0+5
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.3.0+4
26

37
- Minor bug fixes and improvements

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.3.0+4
3+
version: 0.3.0+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

packages/notifications/push/amplify_push_notifications/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.3.3
2+
3+
### Fixes
4+
- fix(push): Deserialization from platform maps ([#3557](https://github.com/aws-amplify/amplify-flutter/pull/3557))
5+
16
## 1.3.2
27

38
### Fixes

packages/notifications/push/amplify_push_notifications/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_push_notifications
22
description: The Amplify Flutter Push Notifications package implementing features agnostic of an AWS Service such as Pinpoint.
3-
version: 1.3.2
3+
version: 1.3.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
66

@@ -9,7 +9,7 @@ environment:
99
flutter: ">=3.10.0"
1010

1111
dependencies:
12-
amplify_core: ">=1.3.2 <1.4.0"
12+
amplify_core: ">=1.3.3 <1.4.0"
1313
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
1414
async: ^2.10.0
1515
flutter:

packages/secure_storage/amplify_secure_storage_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0+6
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.4.0+5
26

37
- Minor bug fixes and improvements

packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_secure_storage_dart
22
description: A Dart-only implementation of `amplify_secure_storage`, using `dart:ffi` for Desktop and `dart:html` for Web.
3-
version: 0.4.0+5
3+
version: 0.4.0+6
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_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/storage/amplify_storage_s3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.3
2+
3+
- Minor bug fixes and improvements
4+
15
## 1.3.2
26

37
- Minor bug fixes and improvements

packages/storage/amplify_storage_s3/pubspec.yaml

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

2121
dependencies:
2222
amplify_core: ">=1.3.2 <1.4.0"
23-
amplify_db_common: ">=0.3.0+5 <0.4.0"
24-
amplify_storage_s3_dart: ">=0.3.2+2 <0.4.0"
23+
amplify_db_common: ">=0.3.0+6 <0.4.0"
24+
amplify_storage_s3_dart: ">=0.3.2+3 <0.4.0"
2525
aws_common: ">=0.6.0 <0.7.0"
2626
flutter:
2727
sdk: flutter

packages/storage/amplify_storage_s3_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2+3
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.3.2+2
26

37
- Minor bug fixes and improvements

packages/storage/amplify_storage_s3_dart/pubspec.yaml

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

1111
dependencies:
1212
amplify_core: ">=1.3.2 <1.4.0"
13-
amplify_db_common_dart: ">=0.3.0+4 <0.4.0"
13+
amplify_db_common_dart: ">=0.3.0+5 <0.4.0"
1414
async: ^2.10.0
1515
aws_common: ">=0.6.0 <0.7.0"
1616
aws_signature_v4: ">=0.5.0 <0.6.0"

packages/worker_bee/worker_bee_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0+6
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.2.0+5
26

37
- Minor bug fixes and improvements

packages/worker_bee/worker_bee_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: worker_bee_builder
22
description: Builder package for worker_bee to quickly generate necessary boilerplate
3-
version: 0.2.0+5
3+
version: 0.2.0+6
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/worker_bee/worker_bee_builder
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

0 commit comments

Comments
 (0)