Skip to content

Commit

Permalink
chore: release 0.4.2 (#1469)
Browse files Browse the repository at this point in the history
* chore: release 0.4.2

* Update changelog in amplify_flutter
  • Loading branch information
HuiSF committed Mar 23, 2022
1 parent 8f862b3 commit a1f01ef
Show file tree
Hide file tree
Showing 40 changed files with 144 additions and 63 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: ^4.0.0
amplify_flutter: 0.4.1
amplify_analytics_pinpoint: 0.4.1
amplify_auth_cognito: 0.4.1
amplify_storage_s3: 0.4.1
amplify_flutter: 0.4.2
amplify_analytics_pinpoint: 0.4.2
amplify_auth_cognito: 0.4.2
amplify_storage_s3: 0.4.2
# 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_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.2 (2022-03-24)

- fix: model helpers query predicates correctly translates query by associated id (#1417)
- chore: support decoding custom list request (#1420)
- chore: bump amplify-android to 1.32.1 (#1448)
- chore: bump amplify-ios to 1.22.0 (#1468)

## 0.4.1 (2022-02-28)

- chore: clean up some code to limit analysis infos (#1404)
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: amplify_api
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
version: 0.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"

dependencies:
amplify_api_plugin_interface: 0.4.1
amplify_core: 0.4.1
amplify_api_plugin_interface: 0.4.2
amplify_core: 0.4.2
collection: ^1.15.0
flutter:
sdk: flutter
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.4.2 (2022-03-24)

## 0.4.1 (2022-02-28)

## 0.4.0 (2022-02-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,14 +1,14 @@
name: amplify_api_plugin_interface
description: The platform interface for the API module of Amplify Flutter.
version: 0.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api_plugin_interface

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"

dependencies:
amplify_core: 0.4.1
amplify_core: 0.4.2
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_authenticator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To get started, add the Authenticator to a project which has the [Auth category]

```yaml
dependencies:
amplify_auth_cognito: ^0.4.1
amplify_auth_cognito: ^0.4.2
amplify_authenticator: ^0.1.0
amplify_flutter: ^0.4.1
amplify_flutter: ^0.4.2
```
Then, wrap your app's logged in component with an `Authenticator` widget, and you're good to go. You can use the `SignOutButton` to sign out the user from anywhere in your app.
Expand Down
2 changes: 2 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.4.2 (2022-03-24)

## 0.4.1 (2022-02-28)

- fix: Implement Result in AtomicResult (#1393)
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.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core

environment:
Expand Down
6 changes: 6 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.2 (2022-03-24)

- chore: enable query predicate integration tests for float values (#1454)
- chore: bump amplify-android to 1.32.1 (#1448)
- chore: bump amplify-ios to 1.22.0 (#1468)

## 0.4.1 (2022-02-28)

- fix: delete default predicate causes deletion failure (#1409)
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.4.1
version: 0.4.2
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.4.1
amplify_core: 0.4.1
amplify_datastore_plugin_interface: 0.4.2
amplify_core: 0.4.2
plugin_platform_interface: ^2.0.0
meta: ^1.1.8
collection: ^1.14.13
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.4.2 (2022-03-24)

## 0.4.1 (2022-02-28)

## 0.4.0 (2022-02-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.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore_plugin_interface

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
meta: ^1.3.0
collection: ^1.15.0
amplify_core: 0.4.1
amplify_core: 0.4.2

dev_dependencies:
amplify_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.4.2 (2022-03-24)

- fix(api): model helpers query predicates correctly translates query by associated id (#1417)
- chore(api): support decoding custom list request (#1420)

- chore(datastore): enable query predicate integration tests for float values (#1454)

- chore(analytics): switch to federated plugins (#1378)
- fix(analytics): adds flutter sdk to example apps (#1465)

- chore(auth): fix pubspec urls (#1424)
- chore(auth): federated plugin (#1349)

- chore(storage): federated plugin (#1407)

- chore: bump amplify-android to 1.32.1 (#1448)
- chore: bump amplify-ios to 1.22.0 (#1468)

## 0.4.1 (2022-02-28)

- fix: Export category interfaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ class MethodChannelAmplify extends AmplifyClass {
}

String _getVersion() {
return '0.4.1';
return '0.4.2';
}
}
24 changes: 12 additions & 12 deletions packages/amplify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: amplify_flutter
description: The top level Flutter package for the AWS Amplify libraries.
version: 0.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_flutter

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"

dependencies:
amplify_analytics_plugin_interface: 0.4.1
amplify_api_plugin_interface: 0.4.1
amplify_auth_plugin_interface: 0.4.1
amplify_core: 0.4.1
amplify_datastore_plugin_interface: 0.4.1
amplify_storage_plugin_interface: 0.4.1
amplify_analytics_plugin_interface: 0.4.2
amplify_api_plugin_interface: 0.4.2
amplify_auth_plugin_interface: 0.4.2
amplify_core: 0.4.2
amplify_datastore_plugin_interface: 0.4.2
amplify_storage_plugin_interface: 0.4.2
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down Expand Up @@ -47,12 +47,12 @@ dependencies:
# path: ../amplify_storage_s3

dev_dependencies:
amplify_analytics_pinpoint: 0.4.1
amplify_api: 0.4.1
amplify_auth_cognito: 0.4.1
amplify_datastore: 0.4.1
amplify_analytics_pinpoint: 0.4.2
amplify_api: 0.4.2
amplify_auth_cognito: 0.4.2
amplify_datastore: 0.4.2
amplify_lints: ^1.0.0
amplify_storage_s3: 0.4.1
amplify_storage_s3: 0.4.2
amplify_test:
path: ../amplify_test
build_runner: ^2.0.0
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
path: ../amplify_core
flutter:
sdk: flutter
amplify_api: ^0.4.1
amplify_auth_cognito: ^0.4.1
amplify_flutter: ^0.4.1
amplify_api: ^0.4.2
amplify_auth_cognito: ^0.4.2
amplify_flutter: ^0.4.2
stream_transform: ^2.0.0

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.2 (2022-03-24)

- chore: switch to federated plugins (#1378)
- fix: adds flutter sdk to example apps (#1465)

## 0.4.1 (2022-02-28)

## 0.4.0 (2022-02-17)
Expand Down
10 changes: 5 additions & 5 deletions packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: amplify_analytics_pinpoint
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
version: 0.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"

dependencies:
amplify_analytics_plugin_interface: 0.4.1
amplify_analytics_pinpoint_android: 0.4.1
amplify_analytics_pinpoint_ios: 0.4.1
amplify_core: 0.4.1
amplify_analytics_plugin_interface: 0.4.2
amplify_analytics_pinpoint_android: 0.4.2
amplify_analytics_pinpoint_ios: 0.4.2
amplify_core: 0.4.2
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 0.4.2 (2022-03-24)

- chore: bump amplify-android to 1.32.1 (#1448)

## 0.4.1 (2022-03-04)
Initial release of this plugin.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint_android
description: The method channel implementation for amplify_analytics_pinpoint on Android
version: 0.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint_android

environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 0.4.2 (2022-03-24)

- chore: bump amplify-ios to 1.22.0 (#1468)

## 0.4.1 (2022-03-04)
Initial release of this plugin.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint_ios
description: The method channel implementation for amplify_analytics_pinpoint on iOS
version: 0.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint_ios

environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.4.2 (2022-03-24)

## 0.4.1 (2022-02-28)

## 0.4.0 (2022-02-17)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: amplify_analytics_plugin_interface
description: The platform interface for the analytics module of Amplify Flutter.
version: 0.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_plugin_interface

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
amplify_core: 0.4.1
amplify_core: 0.4.2
flutter:
sdk: flutter
meta: ^1.1.8
Expand Down
5 changes: 5 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.2 (2022-03-24)

- chore: fix pubspec urls (#1424)
- chore: federated plugin (#1349)

## 0.4.1 (2022-02-28)

- chore: adds API for auth integ tests + minor fixes (#1302)
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/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.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito

environment:
Expand All @@ -10,10 +10,10 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_auth_plugin_interface: 0.4.1
amplify_core: 0.4.1
amplify_auth_cognito_android: 0.4.1
amplify_auth_cognito_ios: 0.4.1
amplify_auth_plugin_interface: 0.4.2
amplify_core: 0.4.2
amplify_auth_cognito_android: 0.4.2
amplify_auth_cognito_ios: 0.4.2
collection: ^1.15.0
plugin_platform_interface: ^2.0.0

Expand Down
4 changes: 4 additions & 0 deletions packages/auth/amplify_auth_cognito_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2 (2022-03-24)

- chore: bump amplify-android to 1.32.1 (#1448)

## 0.4.1

- Initial release
2 changes: 1 addition & 1 deletion packages/auth/amplify_auth_cognito_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito_android
description: The method channel implementation for amplify_auth_cognito on Android
version: 0.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito_android

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/amplify_auth_cognito_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2 (2022-03-24)

- chore: bump amplify-ios to 1.22.0 (#1468)

## 0.4.1

- Initial release
4 changes: 2 additions & 2 deletions packages/auth/amplify_auth_cognito_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: amplify_auth_cognito_ios
description: The method channel implementation for amplify_auth_cognito on iOS
version: 0.4.1
version: 0.4.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito_ios

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"

dependencies:
amplify_core: 0.4.1
amplify_core: 0.4.2
flutter:
sdk: flutter

Expand Down
2 changes: 2 additions & 0 deletions packages/auth/amplify_auth_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.4.2 (2022-03-24)

## 0.4.1 (2022-02-28)

## 0.4.0 (2022-02-17)
Expand Down
Loading

0 comments on commit a1f01ef

Please sign in to comment.