Skip to content

Commit 077d879

Browse files
author
ekjotmultani
committed
Merge remote-tracking branch 'origin/main' into multi-bucket
merging changes from main that unblock some tests
2 parents 3eafd51 + ace278e commit 077d879

File tree

79 files changed

+17402
-9537
lines changed

Some content is hidden

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

79 files changed

+17402
-9537
lines changed

infra-gen2/package-lock.json

Lines changed: 8044 additions & 2786 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aft/test/version_bump/data/repo_snapshot/packages/aws_common/pubspec.yaml

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/aft/test/version_bump/data/repo_snapshot/packages/notifications/push/amplify_push_notifications/pubspec.yaml

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/amplify_flutter/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.4.1
2+
3+
### Fixes
4+
- fix(datastore): FlutterSerializedModel.extractJsonValue returns `.some(nil)` instead of `nil` ([#5370](https://github.com/aws-amplify/amplify-flutter/pull/5370))
5+
- fix(api): web socket error handling ([#5359](https://github.com/aws-amplify/amplify-flutter/pull/5359))
6+
7+
### Chores
8+
- chore(deps): Amplify Android 2.21.1 ([#5376](https://github.com/aws-amplify/amplify-flutter/pull/5376))
9+
110
## 2.4.0
211

312
### Features

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 4 additions & 4 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: 2.4.0
3+
version: 2.4.1
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,9 +19,9 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_core: ">=2.4.0 <2.5.0"
23-
amplify_secure_storage: ">=0.5.5 <0.6.0"
24-
aws_common: ">=0.7.2 <0.8.0"
22+
amplify_core: ">=2.4.1 <2.5.0"
23+
amplify_secure_storage: ">=0.5.7 <0.6.0"
24+
aws_common: ">=0.7.3 <0.8.0"
2525
collection: ^1.15.0
2626
flutter:
2727
sdk: flutter

packages/amplify_core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.4.1
2+
3+
### Fixes
4+
- fix(api): web socket error handling ([#5359](https://github.com/aws-amplify/amplify-flutter/pull/5359))
5+
16
## 2.4.0
27

38
### Features

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: 3 additions & 3 deletions
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: 2.4.0
3+
version: 2.4.1
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
@@ -10,8 +10,8 @@ environment:
1010

1111
dependencies:
1212
async: ^2.10.0
13-
aws_common: ">=0.7.2 <0.8.0"
14-
aws_signature_v4: ">=0.6.2 <0.7.0"
13+
aws_common: ">=0.7.3 <0.8.0"
14+
aws_signature_v4: ">=0.6.3 <0.7.0"
1515
collection: ^1.15.0
1616
graphs: ^2.1.0
1717
intl: ">=0.18.0 <1.0.0"

packages/amplify_core/test/config/amplify_outputs_mapping/app/package-lock.json

Lines changed: 9063 additions & 6424 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify_datastore/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.4.1
2+
3+
### Fixes
4+
- fix(datastore): FlutterSerializedModel.extractJsonValue returns `.some(nil)` instead of `nil` ([#5370](https://github.com/aws-amplify/amplify-flutter/pull/5370))
5+
16
## 2.4.0
27

38
### Fixes

0 commit comments

Comments
 (0)