Skip to content

Commit e744c93

Browse files
authored
chore(release): 0.2.2 (#781)
1 parent ef60bea commit e744c93

File tree

26 files changed

+149
-43
lines changed

26 files changed

+149
-43
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: ^3.0.0-nullsafety.2
28-
amplify_flutter: 0.2.1
29-
amplify_analytics_pinpoint: 0.2.1
30-
amplify_auth_cognito: 0.2.1
31-
amplify_storage_s3: 0.2.1
28+
amplify_flutter: 0.2.2
29+
amplify_analytics_pinpoint: 0.2.2
30+
amplify_auth_cognito: 0.2.2
31+
amplify_storage_s3: 0.2.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_analytics_pinpoint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.2 (2021-08-04)
2+
3+
### Fixes
4+
5+
- fix: Session start not triggered on Android devices (#764)
6+
17
## 0.2.1 (2021-07-27)
28

39
### Chores

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

66
environment:
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
amplify_core: 0.2.1
14-
amplify_analytics_plugin_interface: 0.2.1
13+
amplify_core: 0.2.2
14+
amplify_analytics_plugin_interface: 0.2.2
1515
plugin_platform_interface: ^2.0.0
1616

1717
dev_dependencies:

packages/amplify_analytics_plugin_interface/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.2 (2021-08-04)
2+
3+
### Fixes
4+
5+
- fix: Session start not triggered on Android devices (#764)
6+
17
## 0.2.1 (2021-07-27)
28

39
### Chores

packages/amplify_analytics_plugin_interface/pubspec.yaml

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

66
environment:
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212
meta: ^1.1.8
13-
amplify_core: 0.2.1
13+
amplify_core: 0.2.2
1414

1515
dev_dependencies:
1616
flutter_test:

packages/amplify_api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.2 (2021-08-04)
2+
3+
### Fixes
4+
5+
- fix: prevent some fatal REST errors in Android (#661)
6+
7+
### Chores
8+
9+
- chore: add support for apiName to GraphQL requests (#553)
10+
111
## 0.2.1 (2021-07-27)
212

313
### Bug Fixes

packages/amplify_api/pubspec.yaml

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

66
environment:
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
amplify_core: 0.2.1
14-
amplify_api_plugin_interface: 0.2.1
13+
amplify_core: 0.2.2
14+
amplify_api_plugin_interface: 0.2.2
1515
plugin_platform_interface: ^2.0.0
1616

1717
dev_dependencies:

packages/amplify_api_plugin_interface/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.2 (2021-08-04)
2+
3+
### Fixes
4+
5+
- fix: prevent some fatal REST errors in Android (#661)
6+
7+
### Chores
8+
9+
- chore: add support for apiName to GraphQL requests (#553)
10+
111
## 0.2.1 (2021-07-27)
212

313
### Chores

packages/amplify_api_plugin_interface/pubspec.yaml

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

66
environment:
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
amplify_core: 0.2.1
13+
amplify_core: 0.2.2
1414
meta: ^1.3.0
1515
uuid: ^3.0.1
1616

packages/amplify_auth_cognito/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.2 (2021-08-04)
2+
3+
### Features
4+
5+
- feat: enables clientMetadata for signUp (#713)
6+
- feat: Auth Devices API (#735)
7+
18
## 0.2.1 (2021-07-27)
29

310
### Bug Fixes

0 commit comments

Comments
 (0)