Skip to content

Commit ea76e55

Browse files
authored
Release updates 0.2.1 (#756)
* chore: Update Changelog for 0.2.1 release * chore: Update Pubspec version to 0.2.1 Also update amplify.dart to return 0.2.1 for version string * Update changelog
1 parent 604c08c commit ea76e55

File tree

26 files changed

+160
-43
lines changed

26 files changed

+160
-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.0
29-
amplify_analytics_pinpoint: 0.2.0
30-
amplify_auth_cognito: 0.2.0
31-
amplify_storage_s3: 0.2.0
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
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.1 (2021-07-27)
2+
3+
### Chores
4+
5+
- chore: upgrade amplify-android to 1.20.1 (#710)
6+
- chore: enable formatting in CI w/ code changes (#570)
7+
18
## 0.2.0 (2021-06-30)
29

310
### Features

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.0
3+
version: 0.2.1
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.0
14-
amplify_analytics_plugin_interface: 0.2.0
13+
amplify_core: 0.2.1
14+
amplify_analytics_plugin_interface: 0.2.1
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.1 (2021-07-27)
2+
3+
### Chores
4+
5+
- chore: enable formatting in CI w/ code changes (#570)
6+
17
## 0.2.0 (2021-06-30)
28

39
### Features

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.0
3+
version: 0.2.1
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.0
13+
amplify_core: 0.2.1
1414

1515
dev_dependencies:
1616
flutter_test:

packages/amplify_api/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.2.1 (2021-07-27)
2+
3+
### Bug Fixes
4+
5+
- fix: Prevent type error when using sound null safety (#693)
6+
7+
### Chores
8+
9+
- chore: upgrade amplify-android to 1.20.1 (#710)
10+
- chore: add GraphQL integration tests (#694)
11+
- chore: Add API response headers/status (#721)
12+
113
## 0.2.0 (2021-06-30)
214

315
### Features

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.0
3+
version: 0.2.1
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.0
14-
amplify_api_plugin_interface: 0.2.0
13+
amplify_core: 0.2.1
14+
amplify_api_plugin_interface: 0.2.1
1515
plugin_platform_interface: ^2.0.0
1616

1717
dev_dependencies:

packages/amplify_api_plugin_interface/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.1 (2021-07-27)
2+
3+
### Chores
4+
5+
- chore: override `toString` on `GraphQLResponseError` (#643)
6+
- chore: Add API response headers/status (#721)
7+
18
## 0.2.0 (2021-06-30)
29

310
### Features
@@ -25,6 +32,7 @@
2532
## 0.1.1 (2021-03-29)
2633

2734
### Chores
35+
2836
- chore: remove upper constraints for flutter 2.0 (#479)
2937

3038
### Bug Fixes

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.0
3+
version: 0.2.1
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.0
13+
amplify_core: 0.2.1
1414
meta: ^1.3.0
1515
uuid: ^3.0.1
1616

packages/amplify_auth_cognito/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.2.1 (2021-07-27)
2+
3+
### Bug Fixes
4+
5+
- fix: handle new hosted ui android activity (#706)
6+
- fix: handle missing or empty signUpOptions (#627)
7+
- fix: handle InvalidStateException (#625)
8+
9+
### Chores
10+
11+
- chore: upgrade amplify-android to 1.20.1 (#710)
12+
- chore: user attributes/sign up docs (#697)
13+
- chore: enable formatting in CI w/ code changes (#570)
14+
- chore: integration tests for user attributes (#640)
15+
- chore: add integration test coverage for auth (#724)
16+
117
## 0.2.0 (2021-06-30)
218

319
### Breaking Changes

0 commit comments

Comments
 (0)