Skip to content

Commit

Permalink
Merge pull request #1356 from ragingsquirrel3/merge-rc-to-main-0.4.0
Browse files Browse the repository at this point in the history
chore: merge release-candidate to main
  • Loading branch information
Travis Sheppard committed Feb 16, 2022
2 parents 2a417bb + 650120a commit a04c1c1
Show file tree
Hide file tree
Showing 114 changed files with 4,559 additions and 319 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.3.2
amplify_analytics_pinpoint: 0.3.2
amplify_auth_cognito: 0.3.2
amplify_storage_s3: 0.3.2
amplify_flutter: 0.4.0-rc.1
amplify_analytics_pinpoint: 0.4.0-rc.1
amplify_auth_cognito: 0.4.0-rc.1
amplify_storage_s3: 0.4.0-rc.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
8 changes: 8 additions & 0 deletions packages/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.0-rc.1 (2022-02-10)

- chore: bump Kotlin version to 1.6.10 (#1346)

### Breaking Changes

- If your app has a dependency on Kotlin, the value of `ext.kotlin_version` set in `android/build.gradle` must be 1.5.31 or greater (1.6.10 recommended)

## 0.3.2 (2022-01-21)

- chore: bump amplify-android to 1.31.2
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_analytics_pinpoint/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.amazonaws.amplify.amplify_analytics_pinpoint'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()
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,15 +1,15 @@
name: amplify_analytics_pinpoint
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
version: 0.3.2
version: 0.4.0-rc.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_pinpoint

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

dependencies:
amplify_analytics_plugin_interface: 0.3.2
amplify_core: 0.3.2
amplify_analytics_plugin_interface: 0.4.0-rc.1
amplify_core: 0.4.0-rc.1
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.0
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.4.0-rc.1 (2022-02-10)

## 0.3.2 (2022-01-21)

- chore: bump amplify-android to 1.31.2
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,13 +1,13 @@
name: amplify_analytics_plugin_interface
description: The platform interface for the analytics module of Amplify Flutter.
version: 0.3.2
version: 0.4.0-rc.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_plugin_interface

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
amplify_core: 0.3.2
amplify_core: 0.4.0-rc.1
flutter:
sdk: flutter
meta: ^1.1.8
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.0-rc.1 (2022-02-10)

- chore: bump Kotlin version to 1.6.10 (#1346)
- feat(amplify_api): model-based Graphql helpers (#1211)

### Breaking Changes

- The `data` field is now nullable in `GraphQLResponse`.
- If your app has a dependency on Kotlin, the value of `ext.kotlin_version` set in `android/build.gradle` must be 1.5.31 or greater (1.6.10 recommended)

## 0.3.2 (2022-01-21)

- chore: bump amplify-android to 1.31.2
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_api/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.amazonaws.amplify.amplify_api'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()
Expand Down
76 changes: 0 additions & 76 deletions packages/amplify_api/example/integration_test/graph_ql_tests.dart

This file was deleted.

Loading

0 comments on commit a04c1c1

Please sign in to comment.