Skip to content

Commit 00a81d6

Browse files
Dillon Nysdnys1
authored andcommitted
chore(version): 0.6.13
1 parent f595ce8 commit 00a81d6

File tree

41 files changed

+125
-55
lines changed

Some content is hidden

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

41 files changed

+125
-55
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- feat(authenticator): Add AutoFill Capabilities ([#2306](https://github.com/aws-amplify/amplify-flutter/pull/2306))
4+
- chore: Bump Amplify Android to 1.38.2
5+
- chore: Bump Amplify iOS to 1.29.1
6+
17
## 0.6.12 (2023-01-24)
28

39
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/amplify/amplify_flutter/lib/src/amplify_impl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ abstract class AmplifyClass {
133133
static AmplifyClass instance = AmplifyClass();
134134

135135
/// The library version.
136-
String get version => '0.6.12';
136+
String get version => '0.6.13';
137137

138138
/// Resets the Amplify implementation, removing all traces of Amplify from
139139
/// the device.

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter
22
description: The top level Flutter package for the AWS Amplify libraries.
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,10 +10,10 @@ environment:
1010
flutter: ">=2.10.0"
1111

1212
dependencies:
13-
amplify_core: 0.6.12
14-
amplify_datastore_plugin_interface: 0.6.12
15-
amplify_flutter_android: 0.6.12
16-
amplify_flutter_ios: 0.6.12
13+
amplify_core: 0.6.13
14+
amplify_datastore_plugin_interface: 0.6.13
15+
amplify_flutter_android: 0.6.13
16+
amplify_flutter_ios: 0.6.13
1717
aws_common: ^0.1.1
1818
collection: ^1.15.0
1919
flutter:
@@ -39,12 +39,12 @@ dependencies:
3939
# path: ../amplify_storage_s3
4040

4141
dev_dependencies:
42-
amplify_analytics_pinpoint: 0.6.12
43-
amplify_api: 0.6.12
44-
amplify_auth_cognito: 0.6.12
45-
amplify_datastore: 0.6.12
42+
amplify_analytics_pinpoint: 0.6.13
43+
amplify_api: 0.6.13
44+
amplify_auth_cognito: 0.6.13
45+
amplify_datastore: 0.6.13
4646
amplify_lints: ^1.0.0
47-
amplify_storage_s3: 0.6.12
47+
amplify_storage_s3: 0.6.13
4848
amplify_test:
4949
path: ../../amplify_test
5050
build_runner: ^2.0.0

packages/amplify/amplify_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- chore: Bump Amplify Android to 1.38.2
4+
15
## 0.6.12 (2023-01-24)
26

37
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/amplify/amplify_flutter_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter_android
22
description: The method channel implementation for amplify_flutter on Android
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/amplify/amplify_flutter_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- chore: Bump Amplify iOS to 1.29.1
4+
15
## 0.6.12 (2023-01-24)
26

37
## 0.6.11 (2023-01-12)

packages/amplify/amplify_flutter_ios/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter_ios
22
description: The method channel implementation for amplify_flutter on iOS
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=2.10.0"
1111

1212
dependencies:
13-
amplify_core: 0.6.12
13+
amplify_core: 0.6.13
1414
flutter:
1515
sdk: flutter
1616

packages/amplify_authenticator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.5 (2023-03-22)
2+
3+
- feat(authenticator): Add AutoFill Capabilities ([#2306](https://github.com/aws-amplify/amplify-flutter/pull/2306))
4+
15
## 0.2.4 (2022-11-09)
26

37
- fix(authenticator): remove unnecessary assertion in PendingVerificationCheckState constructor ([#2324](https://github.com/aws-amplify/amplify-flutter/pull/2324))

packages/amplify_authenticator/example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ environment:
2222
flutter: ">=2.10.0"
2323

2424
dependencies:
25-
amplify_auth_cognito: 0.6.12
25+
amplify_auth_cognito: 0.6.13
2626
amplify_authenticator:
2727
path: ../
28-
amplify_flutter: 0.6.12
28+
amplify_flutter: 0.6.13
2929

3030
flutter:
3131
sdk: flutter
@@ -38,7 +38,7 @@ dependencies:
3838
sdk: flutter
3939

4040
dev_dependencies:
41-
amplify_api: 0.6.12
41+
amplify_api: 0.6.13
4242
amplify_lints: ^1.0.0
4343
amplify_test:
4444
path: ../../amplify_test

packages/amplify_authenticator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_authenticator
22
description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category
3-
version: 0.2.4
3+
version: 0.2.5
44
homepage: https://ui.docs.amplify.aws/flutter/connected-components/authenticator
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/amplify_core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- chore: Bump Amplify Android to 1.38.2
4+
- chore: Bump Amplify iOS to 1.29.1
5+
16
## 0.6.12 (2023-01-24)
27

38
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/amplify_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_core
22
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/amplify_datastore/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- chore: Bump Amplify Android to 1.38.2
4+
- chore: Bump Amplify iOS to 1.29.1
5+
16
## 0.6.12 (2023-01-24)
27

38
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/amplify_datastore/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore
22
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -12,8 +12,8 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
amplify_datastore_plugin_interface: 0.6.12
16-
amplify_core: 0.6.12
15+
amplify_datastore_plugin_interface: 0.6.13
16+
amplify_core: 0.6.13
1717
plugin_platform_interface: ^2.0.0
1818
meta: ^1.7.0
1919
collection: ^1.14.13

packages/amplify_datastore_plugin_interface/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.6.13 (2023-03-22)
2+
13
## 0.6.12 (2023-01-24)
24

35
## 0.6.11 (2023-01-12)

packages/amplify_datastore_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore_plugin_interface
22
description: The platform interface for the DataStore module of Amplify Flutter.
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=2.10.0"
1111

1212
dependencies:
13-
amplify_core: 0.6.12
13+
amplify_core: 0.6.13
1414
collection: ^1.15.0
1515
flutter:
1616
sdk: flutter

packages/amplify_test/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ environment:
1111
flutter: ">=2.10.0"
1212

1313
dependencies:
14-
amplify_api: 0.6.12
15-
amplify_auth_cognito: 0.6.12
16-
amplify_core: 0.6.12
17-
amplify_flutter: 0.6.12
14+
amplify_api: 0.6.13
15+
amplify_auth_cognito: 0.6.13
16+
amplify_core: 0.6.13
17+
amplify_flutter: 0.6.13
1818
aws_common: ^0.1.1
1919
collection: ^1.15.0
2020
flutter:

packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.6.13 (2023-03-22)
2+
13
## 0.6.12 (2023-01-24)
24

35
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint
22
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,9 +10,9 @@ environment:
1010
flutter: ">=2.10.0"
1111

1212
dependencies:
13-
amplify_analytics_pinpoint_android: 0.6.12
14-
amplify_analytics_pinpoint_ios: 0.6.12
15-
amplify_core: 0.6.12
13+
amplify_analytics_pinpoint_android: 0.6.13
14+
amplify_analytics_pinpoint_ios: 0.6.13
15+
amplify_core: 0.6.13
1616
aws_common: ^0.1.1
1717
flutter:
1818
sdk: flutter

packages/analytics/amplify_analytics_pinpoint_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- chore: Bump Amplify Android to 1.38.2
4+
15
## 0.6.12 (2023-01-24)
26

37
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/analytics/amplify_analytics_pinpoint_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint_android
22
description: The method channel implementation for amplify_analytics_pinpoint on Android
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/analytics/amplify_analytics_pinpoint_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- chore: Bump Amplify iOS to 1.29.1
4+
15
## 0.6.12 (2023-01-24)
26

37
## 0.6.11 (2023-01-12)

packages/analytics/amplify_analytics_pinpoint_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint_ios
22
description: The method channel implementation for amplify_analytics_pinpoint on iOS
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/api/amplify_api/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.6.13 (2023-03-22)
2+
13
## 0.6.12 (2023-01-24)
24

35
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/api/amplify_api/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_api
22
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,10 +10,10 @@ environment:
1010
flutter: ">=2.10.0"
1111

1212
dependencies:
13-
amplify_api_android: 0.6.12
14-
amplify_api_ios: 0.6.12
15-
amplify_core: 0.6.12
16-
amplify_flutter: 0.6.12
13+
amplify_api_android: 0.6.13
14+
amplify_api_ios: 0.6.13
15+
amplify_core: 0.6.13
16+
amplify_flutter: 0.6.13
1717
aws_common: ^0.1.1
1818
collection: ^1.15.0
1919
flutter:

packages/api/amplify_api_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- chore: Bump Amplify Android to 1.38.2
4+
15
## 0.6.12 (2023-01-24)
26

37
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/api/amplify_api_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_api_android
22
description: The method channel implementation for amplify_api on Android
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/api/amplify_api_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- chore: Bump Amplify iOS to 1.29.1
4+
15
## 0.6.12 (2023-01-24)
26

37
## 0.6.11 (2023-01-12)

packages/api/amplify_api_ios/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_api_ios
22
description: The method channel implementation for amplify_api on iOS
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=2.10.0"
1111

1212
dependencies:
13-
amplify_core: 0.6.12
13+
amplify_core: 0.6.13
1414
flutter:
1515
sdk: flutter
1616

packages/auth/amplify_auth_cognito/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.6.13 (2023-03-22)
2+
13
## 0.6.12 (2023-01-24)
24

35
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/auth/amplify_auth_cognito/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_auth_cognito
22
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,9 +10,9 @@ environment:
1010
flutter: ">=2.10.0"
1111

1212
dependencies:
13-
amplify_auth_cognito_android: 0.6.12
14-
amplify_auth_cognito_ios: 0.6.12
15-
amplify_core: 0.6.12
13+
amplify_auth_cognito_android: 0.6.13
14+
amplify_auth_cognito_ios: 0.6.13
15+
amplify_core: 0.6.13
1616
aws_common: ^0.1.1
1717
collection: ^1.15.0
1818
flutter:

packages/auth/amplify_auth_cognito_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.13 (2023-03-22)
2+
3+
- chore: Bump Amplify Android to 1.38.2
4+
15
## 0.6.12 (2023-01-24)
26

37
- chore: Bump Android SDK to 1.37.12 ([#2596](https://github.com/aws-amplify/amplify-flutter/pull/2596))

packages/auth/amplify_auth_cognito_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_auth_cognito_android
22
description: The method channel implementation for amplify_auth_cognito on Android
3-
version: 0.6.12
3+
version: 0.6.13
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

0 commit comments

Comments
 (0)