Skip to content

Commit e6986b8

Browse files
HuiSFDillon Nyshaverchuck
authored
chore: bump version 0.3.2 (#1293)
* chore: Bump version to 0.3.1 * Bump amplify-android to 1.31.2 * revert unintended change * bump 0.3.2 * Fix coroutine test * feat(amplify_auth_cognito): deleteUser API (#1236) * Update auth plugin changelog about deleteUser API Co-authored-by: Dillon Nys <[email protected]> Co-authored-by: Dustin Noyes <[email protected]>
1 parent f66d7a0 commit e6986b8

File tree

34 files changed

+106
-56
lines changed

34 files changed

+106
-56
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.1
29-
amplify_analytics_pinpoint: 0.3.1
30-
amplify_auth_cognito: 0.3.1
31-
amplify_storage_s3: 0.3.1
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
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2 (2022-01-21)
2+
3+
- chore: bump amplify-android to 1.31.2
4+
15
## 0.3.1 (2022-01-20)
26

37
- chore: bump amplify-ios to 1.18.3

packages/amplify_analytics_pinpoint/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ dependencies {
6767
api amplifyCore
6868

6969
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
70-
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.29.1'
71-
implementation 'com.amplifyframework:aws-auth-cognito:1.29.1'
70+
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.31.2'
71+
implementation 'com.amplifyframework:aws-auth-cognito:1.31.2'
7272
testImplementation 'junit:junit:4.13.2'
7373
testImplementation 'org.mockito:mockito-core:3.10.0'
7474
testImplementation 'org.mockito:mockito-inline:3.10.0'

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.1
3+
version: 0.3.2
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.1
12-
amplify_core: 0.3.1
11+
amplify_analytics_plugin_interface: 0.3.2
12+
amplify_core: 0.3.2
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_analytics_plugin_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2 (2022-01-21)
2+
3+
- chore: bump amplify-android to 1.31.2
4+
15
## 0.3.1 (2022-01-20)
26

37
- chore: bump amplify-ios to 1.18.3

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.1
3+
version: 0.3.2
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.1
10+
amplify_core: 0.3.2
1111
flutter:
1212
sdk: flutter
1313
meta: ^1.1.8

packages/amplify_api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2 (2022-01-21)
2+
3+
- chore: bump amplify-android to 1.31.2
4+
15
## 0.3.1 (2022-01-20)
26

37
- chore: bump amplify-ios to 1.18.3

packages/amplify_api/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ dependencies {
6565
api amplifyCore
6666

6767
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
68-
implementation "com.amplifyframework:aws-api:1.29.1"
69-
implementation "com.amplifyframework:aws-api-appsync:1.29.1"
68+
implementation "com.amplifyframework:aws-api:1.31.2"
69+
implementation "com.amplifyframework:aws-api-appsync:1.31.2"
7070
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
7171

7272
testImplementation 'junit:junit:4.13.2'

packages/amplify_api/android/src/test/kotlin/com/amazonaws/amplify/amplify_api/AuthProviderTests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import com.amplifyframework.core.category.CategoryType
2828
import com.amplifyframework.core.model.Model
2929
import kotlinx.coroutines.ExperimentalCoroutinesApi
3030
import kotlinx.coroutines.Job
31-
import kotlinx.coroutines.test.runBlockingTest
31+
import kotlinx.coroutines.runBlocking
3232
import org.json.JSONObject
3333
import org.junit.After
3434
import org.junit.Before
@@ -184,7 +184,7 @@ class AuthProviderTests {
184184
}
185185

186186
@Test
187-
fun testAuthProvidersInvokedCorrectlyByPlugin() = runBlockingTest {
187+
fun testAuthProvidersInvokedCorrectlyByPlugin() = runBlocking {
188188
for (enabled in supportedAuthTypes) {
189189
runQuery(enabled)
190190
val provider = providerFor(enabled)

packages/amplify_api/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: amplify_api
22
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
3-
version: 0.3.1
3+
version: 0.3.2
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api
55

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

1010
dependencies:
11-
amplify_api_plugin_interface: 0.3.1
12-
amplify_core: 0.3.1
11+
amplify_api_plugin_interface: 0.3.2
12+
amplify_core: 0.3.2
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

0 commit comments

Comments
 (0)