Skip to content

Commit a04c1c1

Browse files
author
Travis Sheppard
authored
Merge pull request #1356 from ragingsquirrel3/merge-rc-to-main-0.4.0
chore: merge release-candidate to main
2 parents 2a417bb + 650120a commit a04c1c1

File tree

114 files changed

+4559
-319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+4559
-319
lines changed

example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ dependencies:
2525
flutter:
2626
sdk: flutter
2727
file_picker: ^4.0.0
28-
amplify_flutter: 0.3.2
29-
amplify_analytics_pinpoint: 0.3.2
30-
amplify_auth_cognito: 0.3.2
31-
amplify_storage_s3: 0.3.2
28+
amplify_flutter: 0.4.0-rc.1
29+
amplify_analytics_pinpoint: 0.4.0-rc.1
30+
amplify_auth_cognito: 0.4.0-rc.1
31+
amplify_storage_s3: 0.4.0-rc.1
3232
# The following adds the Cupertino Icons font to your application.
3333
# Use with the CupertinoIcons class for iOS style icons.
3434
cupertino_icons: ^0.1.3

packages/amplify_analytics_pinpoint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.4.0-rc.1 (2022-02-10)
2+
3+
- chore: bump Kotlin version to 1.6.10 (#1346)
4+
5+
### Breaking Changes
6+
7+
- 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)
8+
19
## 0.3.2 (2022-01-21)
210

311
- chore: bump amplify-android to 1.31.2

packages/amplify_analytics_pinpoint/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'com.amazonaws.amplify.amplify_analytics_pinpoint'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.3.50'
5+
ext.kotlin_version = '1.6.10'
66
repositories {
77
google()
88
mavenCentral()

packages/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: amplify_analytics_pinpoint
22
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3-
version: 0.3.2
3+
version: 0.4.0-rc.1
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_pinpoint
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.20.0"
99

1010
dependencies:
11-
amplify_analytics_plugin_interface: 0.3.2
12-
amplify_core: 0.3.2
11+
amplify_analytics_plugin_interface: 0.4.0-rc.1
12+
amplify_core: 0.4.0-rc.1
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_analytics_plugin_interface/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.4.0-rc.1 (2022-02-10)
2+
13
## 0.3.2 (2022-01-21)
24

35
- chore: bump amplify-android to 1.31.2

packages/amplify_analytics_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: amplify_analytics_plugin_interface
22
description: The platform interface for the analytics module of Amplify Flutter.
3-
version: 0.3.2
3+
version: 0.4.0-rc.1
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_plugin_interface
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88

99
dependencies:
10-
amplify_core: 0.3.2
10+
amplify_core: 0.4.0-rc.1
1111
flutter:
1212
sdk: flutter
1313
meta: ^1.1.8

packages/amplify_api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.4.0-rc.1 (2022-02-10)
2+
3+
- chore: bump Kotlin version to 1.6.10 (#1346)
4+
- feat(amplify_api): model-based Graphql helpers (#1211)
5+
6+
### Breaking Changes
7+
8+
- The `data` field is now nullable in `GraphQLResponse`.
9+
- 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)
10+
111
## 0.3.2 (2022-01-21)
212

313
- chore: bump amplify-android to 1.31.2

packages/amplify_api/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'com.amazonaws.amplify.amplify_api'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.3.50'
5+
ext.kotlin_version = '1.6.10'
66
repositories {
77
google()
88
mavenCentral()

packages/amplify_api/example/integration_test/graph_ql_tests.dart

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)