Skip to content

Commit a1f01ef

Browse files
authored
chore: release 0.4.2 (#1469)
* chore: release 0.4.2 * Update changelog in amplify_flutter
1 parent 8f862b3 commit a1f01ef

File tree

40 files changed

+144
-63
lines changed

40 files changed

+144
-63
lines changed

example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ dependencies:
2525
flutter:
2626
sdk: flutter
2727
file_picker: ^4.0.0
28-
amplify_flutter: 0.4.1
29-
amplify_analytics_pinpoint: 0.4.1
30-
amplify_auth_cognito: 0.4.1
31-
amplify_storage_s3: 0.4.1
28+
amplify_flutter: 0.4.2
29+
amplify_analytics_pinpoint: 0.4.2
30+
amplify_auth_cognito: 0.4.2
31+
amplify_storage_s3: 0.4.2
3232
# The following adds the Cupertino Icons font to your application.
3333
# Use with the CupertinoIcons class for iOS style icons.
3434
cupertino_icons: ^0.1.3

packages/amplify_api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.2 (2022-03-24)
2+
3+
- fix: model helpers query predicates correctly translates query by associated id (#1417)
4+
- chore: support decoding custom list request (#1420)
5+
- chore: bump amplify-android to 1.32.1 (#1448)
6+
- chore: bump amplify-ios to 1.22.0 (#1468)
7+
18
## 0.4.1 (2022-02-28)
29

310
- chore: clean up some code to limit analysis infos (#1404)

packages/amplify_api/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: amplify_api
22
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
3-
version: 0.4.1
3+
version: 0.4.2
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.20.0"
99

1010
dependencies:
11-
amplify_api_plugin_interface: 0.4.1
12-
amplify_core: 0.4.1
11+
amplify_api_plugin_interface: 0.4.2
12+
amplify_core: 0.4.2
1313
collection: ^1.15.0
1414
flutter:
1515
sdk: flutter

packages/amplify_api_plugin_interface/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.4.2 (2022-03-24)
2+
13
## 0.4.1 (2022-02-28)
24

35
## 0.4.0 (2022-02-17)

packages/amplify_api_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: amplify_api_plugin_interface
22
description: The platform interface for the API module of Amplify Flutter.
3-
version: 0.4.1
3+
version: 0.4.2
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api_plugin_interface
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.17.0"
99

1010
dependencies:
11-
amplify_core: 0.4.1
11+
amplify_core: 0.4.2
1212
collection: ^1.15.0
1313
flutter:
1414
sdk: flutter

packages/amplify_authenticator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ To get started, add the Authenticator to a project which has the [Auth category]
1212

1313
```yaml
1414
dependencies:
15-
amplify_auth_cognito: ^0.4.1
15+
amplify_auth_cognito: ^0.4.2
1616
amplify_authenticator: ^0.1.0
17-
amplify_flutter: ^0.4.1
17+
amplify_flutter: ^0.4.2
1818
```
1919
2020
Then, wrap your app's logged in component with an `Authenticator` widget, and you're good to go. You can use the `SignOutButton` to sign out the user from anywhere in your app.

packages/amplify_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.4.2 (2022-03-24)
2+
13
## 0.4.1 (2022-02-28)
24

35
- fix: Implement Result in AtomicResult (#1393)

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: 0.4.1
3+
version: 0.4.2
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
55

66
environment:

packages/amplify_datastore/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.2 (2022-03-24)
2+
3+
- chore: enable query predicate integration tests for float values (#1454)
4+
- chore: bump amplify-android to 1.32.1 (#1448)
5+
- chore: bump amplify-ios to 1.22.0 (#1468)
6+
17
## 0.4.1 (2022-02-28)
28

39
- fix: delete default predicate causes deletion failure (#1409)

packages/amplify_datastore/pubspec.yaml

Lines changed: 3 additions & 3 deletions
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: 0.4.1
3+
version: 0.4.2
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore
55

66
environment:
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
amplify_datastore_plugin_interface: 0.4.1
14-
amplify_core: 0.4.1
13+
amplify_datastore_plugin_interface: 0.4.2
14+
amplify_core: 0.4.2
1515
plugin_platform_interface: ^2.0.0
1616
meta: ^1.1.8
1717
collection: ^1.14.13

0 commit comments

Comments
 (0)