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

chore: release 0.1.6 #667

Merged
merged 4 commits into from
Jun 23, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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: ^1.8.0+1
amplify_flutter: 0.1.5
amplify_analytics_pinpoint: 0.1.5
amplify_auth_cognito: 0.1.5
amplify_storage_s3: 0.1.5
amplify_flutter: 0.1.6
amplify_analytics_pinpoint: 0.1.6
amplify_auth_cognito: 0.1.6
amplify_storage_s3: 0.1.6
# 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
17 changes: 17 additions & 0 deletions packages/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.1.6 (2021-06-23)

### Features

- feat: add updateUserAttributes (batch) (#601)

### Fixes

- fix: amplify-ios version bump (#648)
- fix: adds userAttributes to confirmSignIn (#607)
- fix: Add clientMetadata to confirmSignUp API options (#619)

### Chores

- chore: upgrade amplify-android to 1.19.0 (#650)
- chore: pin Amplify iOS to '~> 1.9.2' (#589)

## 0.1.5 (2021-05-17)

## 0.1.4 (2021-04-27)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This code is the iOS part of the Amplify Flutter Pinpoint Analytics Plugin. The
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '~> 1.10.0'
s.dependency 'AmplifyPlugins/AWSPinpointAnalyticsPlugin', '~> 1.10.0'
s.dependency 'Amplify', '~> 1.11.0'
ragingsquirrel3 marked this conversation as resolved.
Show resolved Hide resolved
s.dependency 'AmplifyPlugins/AWSPinpointAnalyticsPlugin', '~> 1.11.0'
s.dependency 'amplify_core'
s.platform = :ios, '11.0'

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.1.5
version: 0.1.6
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.1.5
amplify_analytics_plugin_interface: 0.1.5
amplify_core: 0.1.6
amplify_analytics_plugin_interface: 0.1.6
plugin_platform_interface: ^2.0.0

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

## 0.1.5 (2021-05-17)

## 0.1.4 (2021-04-27)
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.1.5
version: 0.1.6
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.1.5
amplify_core: 0.1.6

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

### Features

- feat: add updateUserAttributes (batch) (#601)

### Fixes

- fix: amplify-ios version bump (#648)
- fix: adds userAttributes to confirmSignIn (#607)
- fix: Add clientMetadata to confirmSignUp API options (#619)

### Chores

- chore: upgrade amplify-android to 1.19.0 (#650)
- chore: add httpStatusCode property to ApiException when available from REST response (#590)
- chore: pin Amplify iOS to '~> 1.9.2' (#589)

## 0.1.5 (2021-05-17)

## 0.1.4 (2021-04-27)
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_api/ios/amplify_api.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The API module for Amplify Flutter.
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '~> 1.10.0'
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '~> 1.10.0'
s.dependency 'Amplify', '~> 1.11.0'
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '~> 1.11.0'
s.dependency 'amplify_core'
s.platform = :ios, '11.0'

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.1.5
version: 0.1.6
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.1.5
amplify_api_plugin_interface: 0.1.5
amplify_core: 0.1.6
amplify_api_plugin_interface: 0.1.6
plugin_platform_interface: ^2.0.0

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

## 0.1.5 (2021-05-17)

## 0.1.4 (2021-04-27)
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.1.5
version: 0.1.6
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.1.5
amplify_core: 0.1.6
meta: ^1.1.8
uuid: ^3.0.1

Expand Down
21 changes: 21 additions & 0 deletions packages/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.1.6 (2021-06-23)

### Features

- feat(amplify_auth_cognito): add updateUserAttributes (batch) (#601)
- feat: add updateUserAttributes (batch) (#601)

### Bug Fixes

- fix: amplify-ios version bump (#648)
- fix: adds userAttributes to confirmSignIn (#607)
- fix(amplify_auth_cognito): iOS/Android user attribute inconsistencies (#620)
- fix: Add clientMetadata to confirmSignUp API options (#619)
- fix: address issue #577 by changing iOS error to UserNotConfirmedException (#583)

### Chores

- chore: upgrade amplify-android to 1.19.0 (#650)
- chore: foundation for integration tests and basic auth suite with signIn and signOut (#568)
- chore: pin Amplify iOS to '~> 1.9.2' (#589)

## 0.1.5 (2021-05-17)

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '~> 1.10.0'
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '~> 1.10.0'
s.dependency 'Amplify', '~> 1.11.0'
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '~> 1.11.0'
s.dependency 'ObjectMapper'
s.dependency 'amplify_core'
s.platform = :ios, '11.0'
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.1.5
version: 0.1.6
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.1.5
amplify_core: 0.1.5
amplify_auth_plugin_interface: 0.1.6
amplify_core: 0.1.6
plugin_platform_interface: ^2.0.0

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

## 0.1.5 (2021-05-17)

## 0.1.4 (2021-04-27)
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.1.5
version: 0.1.6
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.1.5
amplify_core: 0.1.6

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

### Features

- feat: Add support of DataStore custom configuration (#610)

### Chores

- chore: add httpStatusCode property to ApiException when available from REST response (#590)

## 0.1.5 (2021-05-17)

## 0.1.4 (2021-04-27)
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.1.5
version: 0.1.6
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_core

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

### Features

- feat: Add support of DataStore custom configuration (#610)
- feat: add updateUserAttributes (batch) (#601)

### Fixes

- fix: amplify-ios version bump (#648)
- fix: adds userAttributes to confirmSignIn (#607)
- fix: Add clientMetadata to confirmSignUp API options (#619)

### Chores

- chore: upgrade amplify-android to 1.19.0 (#650)
- chore: pin Amplify iOS to '~> 1.9.2' (#589)

## 0.1.5 (2021-05-17)

## 0.1.4 (2021-04-27)
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore/ios/amplify_datastore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The DataStore module for Amplify Flutter.
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '~> 1.10.0'
s.dependency 'AmplifyPlugins/AWSDataStorePlugin', '~> 1.10.0'
s.dependency 'Amplify', '~> 1.11.0'
s.dependency 'AmplifyPlugins/AWSDataStorePlugin', '~> 1.11.0'
s.dependency 'amplify_core'
s.platform = :ios, '13.0'

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.1.5
version: 0.1.6
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.1.5
amplify_core: 0.1.5
amplify_datastore_plugin_interface: 0.1.6
amplify_core: 0.1.6
plugin_platform_interface: ^2.0.0
date_time_format: ^1.1.0
meta: ^1.1.8
Expand Down
2 changes: 2 additions & 0 deletions packages/amplify_datastore_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.6 (2021-06-23)

## 0.1.5 (2021-05-17)

## 0.1.4 (2021-04-27)
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.1.5
version: 0.1.6
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.14.13
date_time_format: ^1.1.0
uuid: ^3.0.1
amplify_core: 0.1.5
amplify_core: 0.1.6

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

### Features

- feat: Add support of DataStore custom configuration (#610)
- feat: add updateUserAttributes (batch) (#601)

### Fixes

- fix: amplify-ios version bump (#648)
- fix: adds userAttributes to confirmSignIn (#607)
- fix: Add clientMetadata to confirmSignUp API options (#619)

### Chores

- chore: upgrade amplify-android to 1.19.0 (#650)
- chore: pin Amplify iOS to '~> 1.9.2' (#589)

## 0.1.5 (2021-05-17)

## 0.1.4 (2021-04-27)
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_flutter/ios/amplify_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '~> 1.10.0'
s.dependency 'AWSPluginsCore', '~> 1.10.0'
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '~> 1.10.0'
s.dependency 'Amplify', '~> 1.11.0'
s.dependency 'AWSPluginsCore', '~> 1.11.0'
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '~> 1.11.0'
s.dependency 'amplify_core'
s.platform = :ios, '11.0'

Expand Down
Loading