Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release updates 0.2.1 #756

Merged
merged 3 commits into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
amplify_analytics_pinpoint: 0.2.0
amplify_auth_cognito: 0.2.0
amplify_storage_s3: 0.2.0
amplify_flutter: 0.2.1
amplify_analytics_pinpoint: 0.2.1
amplify_auth_cognito: 0.2.1
amplify_storage_s3: 0.2.1
# 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
7 changes: 7 additions & 0 deletions packages/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.1 (2021-07-27)

### Chores

- chore: upgrade amplify-android to 1.20.1 (#710)
- chore: enable formatting in CI w/ code changes (#570)

## 0.2.0 (2021-06-30)

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

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

dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions packages/amplify_analytics_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.1 (2021-07-27)

### Chores

- chore: enable formatting in CI w/ code changes (#570)

## 0.2.0 (2021-06-30)

### Features
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
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/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
amplify_core: 0.2.1

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

### Bug Fixes

- fix: Prevent type error when using sound null safety (#693)

### Chores

- chore: upgrade amplify-android to 1.20.1 (#710)
- chore: add GraphQL integration tests (#694)
- chore: Add API response headers/status (#721)

## 0.2.0 (2021-06-30)

### 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, supporting GraphQL and REST operations.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api

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

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

### Chores

- chore: override `toString` on `GraphQLResponseError` (#643)
- chore: Add API response headers/status (#721)

## 0.2.0 (2021-06-30)

### Features
Expand Down Expand Up @@ -25,6 +32,7 @@
## 0.1.1 (2021-03-29)

### Chores

- chore: remove upper constraints for flutter 2.0 (#479)

### Bug Fixes
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 platform interface for the API module of Amplify Flutter.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api_plugin_interface

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

Expand Down
16 changes: 16 additions & 0 deletions packages/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.2.1 (2021-07-27)

### Bug Fixes

- fix: handle new hosted ui android activity (#706)
- fix: handle missing or empty signUpOptions (#627)
- fix: handle InvalidStateException (#625)

### Chores

- chore: upgrade amplify-android to 1.20.1 (#710)
- chore: user attributes/sign up docs (#697)
- chore: enable formatting in CI w/ code changes (#570)
- chore: integration tests for user attributes (#640)
- chore: add integration test coverage for auth (#724)

## 0.2.0 (2021-06-30)

### Breaking Changes
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
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_auth_cognito

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

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

### Bug Fixes

- fix: handle missing or empty signUpOptions (#627)
- fix: handle InvalidStateException (#625)

### Chores

- chore: user attributes/sign up docs (#697)
- chore: enable formatting in CI w/ code changes (#570)

## 0.2.0 (2021-06-30)

### Features
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
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/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
amplify_core: 0.2.1

dev_dependencies:
flutter_test:
Expand Down
7 changes: 7 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.1 (2021-07-27)

### Chores

- chore: upgrade amplify-android to 1.20.1 (#710)
- chore: enable formatting in CI w/ code changes (#570)

## 0.2.0 (2021-06-30)

### 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 containing common types and utilities that are shared across the Amplify Flutter packages.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core

environment:
Expand Down
13 changes: 13 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.2.1 (2021-07-27)

### Features

- feat: Selective Sync (#703)

### Chores

- chore: upgrade amplify-android to 1.20.1 (#710)
- chore: enable formatting in CI w/ code changes (#570)
- chore: make SubscriptionEvent directly available via datastore plugin by adding to publicTypes in interface (#728)
- chore: add integration tests for datastore (#753)

## 0.2.0 (2021-06-30)

### Breaking Changes
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, providing a queryable, on-device data store.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore

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

### Features

- feat: Selective Sync (#703)

### Bug Fixes

- fix: not serializing enum type in a predicate (#726)

### Chores

- chore: enable formatting in CI w/ code changes (#570)
- chore: make SubscriptionEvent directly available via datastore plugin by adding to publicTypes in interface (#728)

## 0.2.0 (2021-06-30)

### Features
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
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/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
amplify_core: 0.2.1

dev_dependencies:
flutter_test:
Expand Down
7 changes: 7 additions & 0 deletions packages/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.1 (2021-07-27)

### Chores

- chore: upgrade amplify-android to 1.20.1 (#710)
- chore: enable formatting in CI w/ code changes (#570)

## 0.2.0 (2021-06-30)

### 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';
return '0.2.1';
}

/// Configures Amplify with the provided configuration string.
Expand Down
24 changes: 12 additions & 12 deletions packages/amplify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_flutter
description: The top level Flutter package for the AWS Amplify libraries.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_flutter

environment:
Expand All @@ -11,21 +11,21 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.0
amplify_storage_plugin_interface: 0.2.0
amplify_analytics_plugin_interface: 0.2.0
amplify_auth_plugin_interface: 0.2.0
amplify_datastore_plugin_interface: 0.2.0
amplify_api_plugin_interface: 0.2.0
amplify_core: 0.2.0
amplify_storage_plugin_interface: 0.2.1
amplify_analytics_plugin_interface: 0.2.1
amplify_auth_plugin_interface: 0.2.1
amplify_datastore_plugin_interface: 0.2.1
amplify_api_plugin_interface: 0.2.1
amplify_core: 0.2.1

dev_dependencies:
flutter_test:
sdk: flutter
amplify_api: 0.2.0
amplify_analytics_pinpoint: 0.2.0
amplify_auth_cognito: 0.2.0
amplify_datastore: 0.2.0
amplify_storage_s3: 0.2.0
amplify_api: 0.2.1
amplify_analytics_pinpoint: 0.2.1
amplify_auth_cognito: 0.2.1
amplify_datastore: 0.2.1
amplify_storage_s3: 0.2.1

flutter:
plugin:
Expand Down
6 changes: 6 additions & 0 deletions packages/amplify_storage_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.1 (2021-07-27)

### Chores

- chore: enable formatting in CI w/ code changes (#570)

## 0.2.0 (2021-06-30)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_storage_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_storage_plugin_interface
description: The platform interface for the storage module of Amplify Flutter.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_storage_plugin_interface

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

dev_dependencies:
flutter_test:
Expand Down
Loading