Skip to content

Commit

Permalink
chore: release 0.2.0 (aws-amplify#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
haverchuck authored Jun 30, 2021
1 parent 5eeca68 commit bf394bb
Show file tree
Hide file tree
Showing 26 changed files with 216 additions and 43 deletions.
8 changes: 4 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ dependencies:
flutter:
sdk: flutter
file_picker: ^3.0.0-nullsafety.2
amplify_flutter: 0.2.0-nullsafety.1
amplify_analytics_pinpoint: 0.2.0-nullsafety.1
amplify_auth_cognito: 0.2.0-nullsafety.1
amplify_storage_s3: 0.2.0-nullsafety.1
amplify_flutter: 0.2.0
amplify_analytics_pinpoint: 0.2.0
amplify_auth_cognito: 0.2.0
amplify_storage_s3: 0.2.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.2.0 (2021-06-30)

### Features

- feat(amplify_analytics_pinpoint): Null safety (#483)
- feat: Null safety core (#492)

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
version: 0.2.0-nullsafety.1
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_analytics_pinpoint

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_core: 0.2.0-nullsafety.1
amplify_analytics_plugin_interface: 0.2.0-nullsafety.1
amplify_core: 0.2.0
amplify_analytics_plugin_interface: 0.2.0
plugin_platform_interface: ^2.0.0

dev_dependencies:
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify_analytics_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.2.0 (2021-06-30)

### Features

- feat: Null safety core (#492)

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

## 0.1.5 (2021-05-17)
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_analytics_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_plugin_interface
description: The platform interface for the analytics module of Amplify Flutter.
version: 0.2.0-nullsafety.1
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_analytics_plugin_interface

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.1.8
amplify_core: 0.2.0-nullsafety.1
amplify_core: 0.2.0

dev_dependencies:
flutter_test:
Expand Down
15 changes: 15 additions & 0 deletions packages/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.2.0 (2021-06-30)

### Features

- feat(amplify_api): Null safety api (#484)
- feat: Null safety core (#492)

### Bug Fixes

- fix: Null safety master fixes pr (#614)

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api
description: The Amplify Flutter API category plugin.
version: 0.2.0-nullsafety.1
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_api

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_core: 0.2.0-nullsafety.1
amplify_api_plugin_interface: 0.2.0-nullsafety.1
amplify_core: 0.2.0
amplify_api_plugin_interface: 0.2.0
plugin_platform_interface: ^2.0.0

dev_dependencies:
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify_api_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.2.0 (2021-06-30)

### Features

- feat: Null safety core (#492)

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

## 0.1.5 (2021-05-17)
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_api_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api_plugin_interface
description: The Amplify Flutter API category plugin interface.
version: 0.2.0-nullsafety.1
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_api_plugin_interface

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_core: 0.2.0-nullsafety.1
amplify_core: 0.2.0
meta: ^1.3.0
uuid: ^3.0.1

Expand Down
25 changes: 25 additions & 0 deletions packages/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 0.2.0 (2021-06-30)

### Breaking Changes

- AuthCodeDeliveryDetails are now nullable within the nextStep member of the CognitoSignInResult, CognitoSignUpResult, and CognitoResetPasswordResult classes.
- AWSCredentials and AWSCognitoUserPoolTokens are now nullable within the CognitoAuthSession class.

### Features

- feat: Null Safety Auth (#536)
- feat: Null safety core (#492)

### Bug Fixes

- fix: uses nextStep helper for signInResult on Android (#689)
- fix(amplify_auth_cognito): update user attribute serialization (#684)
- fix(amplify_auth_cognito): Remove use of TypeToken (#683)
- fix(auth_auth_cognito): Type mismatch: inferred type (#653)
- fix: Null safety master fixes pr (#614)
- fix(amplify_auth_cognito): fixes auth null safety issues #613

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_auth_cognito/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
version: 0.2.0-nullsafety.1
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_auth_cognito

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_auth_plugin_interface: 0.2.0-nullsafety.1
amplify_core: 0.2.0-nullsafety.1
amplify_auth_plugin_interface: 0.2.0
amplify_core: 0.2.0
plugin_platform_interface: ^2.0.0

dev_dependencies:
Expand Down
15 changes: 15 additions & 0 deletions packages/amplify_auth_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.2.0 (2021-06-30)

### Features

- feat: Null Safety Auth (#536)
- feat: Null safety core (#492)

### Bug Fixes

- fix: uses nextStep helper for signInResult on Android (#689)

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

## 0.1.5 (2021-05-17)
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_auth_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_plugin_interface
description: The platform interface for the auth module of Amplify Flutter.
version: 0.2.0-nullsafety.1
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_auth_plugin_interface

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.1.8
amplify_core: 0.2.0-nullsafety.1
amplify_core: 0.2.0

dev_dependencies:
flutter_test:
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.2.0 (2021-06-30)

### Features

- feat: Null Safety Auth (#536)
- feat: Null safety core (#492)

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_core
description: The base package shared across Amplify Flutter library.
version: 0.2.0-nullsafety.1
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_core

environment:
Expand Down
20 changes: 20 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.2.0 (2021-06-30)

### Breaking Changes

- The previously deprecated configureModelProvider function has been removed.

### Features

- feat: Null safety datastore (#649)
- feat: Null safety core (#492)

### Bug Fixes

- fix(amplify_datstore): mprovider compile issue (#681)
- fix(amplify_datastore): HubEvent null check (#670)

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_datastore/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore
description: The Amplify Flutter DataStore category plugin.
version: 0.2.0-nullsafety.1
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_datastore

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_datastore_plugin_interface: 0.2.0-nullsafety.1
amplify_core: 0.2.0-nullsafety.1
amplify_datastore_plugin_interface: 0.2.0
amplify_core: 0.2.0
plugin_platform_interface: ^2.0.0
meta: ^1.1.8
collection: ^1.14.13
Expand Down
16 changes: 16 additions & 0 deletions packages/amplify_datastore_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.2.0 (2021-06-30)

### Features

- feat: Null safety datastore (#649)
- feat: Null safety core (#492)

### Bug Fixes

- fix(amplify_datastore_plugin_interface): Fix enum string function (#687)
- fix: Null safety master fixes pr (#614)

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

## 0.1.5 (2021-05-17)
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore_plugin_interface
description: The platform interface for the DataStore module of Amplify Flutter.
version: 0.2.0-nullsafety.1
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_datastore_plugin_interface

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
collection: ^1.15.0
date_time_format: ^2.0.1
uuid: ^3.0.1
amplify_core: 0.2.0-nullsafety.1
amplify_core: 0.2.0

dev_dependencies:
flutter_test:
Expand Down
15 changes: 15 additions & 0 deletions packages/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.2.0 (2021-06-30)

### Features

- feat: Null Safety Auth (#536)
- feat: Null safety core (#492)

### Bug Fixes

- fix: Null safety master fixes pr (#614)

### Chores

- chore: Null safety master rebase (#676)

## 0.1.6 (2021-06-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_flutter/lib/amplify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class AmplifyClass extends PlatformInterface {
}

String _getVersion() {
return '0.2.0-nullsafety.1';
return '0.2.0';
}

/// Configures Amplify with the provided configuration string.
Expand Down
Loading

0 comments on commit bf394bb

Please sign in to comment.