Skip to content

Commit b15c98c

Browse files
Dustin Noyeshaverchuck
authored andcommitted
chore(version): amplify 0.61, amplify_authenticator 0.2.2
1 parent 963bd2b commit b15c98c

File tree

41 files changed

+139
-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

+139
-55
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.6.2 (2022-07-14)
2+
3+
- fix(datastore): delete test fix ([#1880](https://github.com/aws-amplify/amplify-flutter/pull/1880))
4+
- chore(authenticator): Update versions on the README ([#1854](https://github.com/aws-amplify/amplify-flutter/pull/1854))
5+
- fix(authenticator): fixes configure call in custom auth test and removes redundant test ([#1878](https://github.com/aws-amplify/amplify-flutter/pull/1878))
6+
- feat(auth): runtime authFlow attribute ([#1687](https://github.com/aws-amplify/amplify-flutter/pull/1687))
7+
- chore: enable integration tests in gh actions ([#1754](https://github.com/aws-amplify/amplify-flutter/pull/1754))
8+
- chore(authenticator): Fix typo in error message ([#1846](https://github.com/aws-amplify/amplify-flutter/pull/1846))
9+
- test(authenticator): add golden tests for new configs ([#1831](https://github.com/aws-amplify/amplify-flutter/pull/1831))
10+
- chore: add meta to storage deps ([#1856](https://github.com/aws-amplify/amplify-flutter/pull/1856))
11+
- chore: fix various integ test issues ([#1838](https://github.com/aws-amplify/amplify-flutter/pull/1838))
12+
- chore: upgrade amplify-android to 1.36.1 ([#1841](https://github.com/aws-amplify/amplify-flutter/pull/1841))
13+
- chore(deps): bump mocktail in /packages/amplify_authenticator ([#1582](https://github.com/aws-amplify/amplify-flutter/pull/1582))
14+
- chore: Update line endings to LF ([#1836](https://github.com/aws-amplify/amplify-flutter/pull/1836))
15+
- chore(repo): Update mono_repo ([#1821](https://github.com/aws-amplify/amplify-flutter/pull/1821))
16+
117
## 0.6.1 (2022-06-30)
218

319
- fix(authenticator): authenticator phone OR email confirmation ([#1785](https://github.com/aws-amplify/amplify-flutter/pull/1785))

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.1';
136+
String get version => '0.6.2';
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.1
3+
version: 0.6.2
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.1
14-
amplify_datastore_plugin_interface: 0.6.1
15-
amplify_flutter_android: 0.6.1
16-
amplify_flutter_ios: 0.6.1
13+
amplify_core: 0.6.2
14+
amplify_datastore_plugin_interface: 0.6.2
15+
amplify_flutter_android: 0.6.2
16+
amplify_flutter_ios: 0.6.2
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.1
43-
amplify_api: 0.6.1
44-
amplify_auth_cognito: 0.6.1
45-
amplify_datastore: 0.6.1
42+
amplify_analytics_pinpoint: 0.6.2
43+
amplify_api: 0.6.2
44+
amplify_auth_cognito: 0.6.2
45+
amplify_datastore: 0.6.2
4646
amplify_lints: ^1.0.0
47-
amplify_storage_s3: 0.6.1
47+
amplify_storage_s3: 0.6.2
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.2 (2022-07-14)
2+
3+
- chore: upgrade amplify-android to 1.36.1 ([#1841](https://github.com/aws-amplify/amplify-flutter/pull/1841))
4+
15
## 0.6.1 (2022-06-30)
26

37
## 0.6.0 (2022-06-20)

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.1
3+
version: 0.6.2
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.6.2 (2022-07-14)
2+
13
## 0.6.1 (2022-06-30)
24

35
## 0.6.0 (2022-06-20)

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.1
3+
version: 0.6.2
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.1
13+
amplify_core: 0.6.2
1414
flutter:
1515
sdk: flutter
1616

packages/amplify_authenticator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.2.2 (2022-06-30)
2+
3+
- chore(authenticator): Update versions on the README ([#1854](https://github.com/aws-amplify/amplify-flutter/pull/1854))
4+
- fix(authenticator): fixes configure call in custom auth test and removes redundant test ([#1878](https://github.com/aws-amplify/amplify-flutter/pull/1878))
5+
- chore(authenticator): Fix typo in error message ([#1846](https://github.com/aws-amplify/amplify-flutter/pull/1846))
6+
- test(authenticator): add golden tests for new configs ([#1831](https://github.com/aws-amplify/amplify-flutter/pull/1831))
7+
- chore(deps): bump mocktail in /packages/amplify_authenticator ([#1582](https://github.com/aws-amplify/amplify-flutter/pull/1582))
8+
19
## 0.2.1 (2022-06-30)
210

311
- fix: authenticator phone OR email confirmation ([#1785](https://github.com/aws-amplify/amplify-flutter/pull/1785))

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.1
25+
amplify_auth_cognito: 0.6.2
2626
amplify_authenticator:
2727
path: ../
28-
amplify_flutter: 0.6.1
28+
amplify_flutter: 0.6.2
2929

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

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

packages/amplify_authenticator/pubspec.yaml

Lines changed: 4 additions & 4 deletions
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.1
3+
version: 0.2.2
44
homepage: https://ui.docs.amplify.aws/components/authenticator?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: ^0.6.1
14-
amplify_core: ^0.6.1
15-
amplify_flutter: ^0.6.1
13+
amplify_auth_cognito: ^0.6.2
14+
amplify_core: ^0.6.2
15+
amplify_flutter: ^0.6.2
1616
aws_common: ^0.1.1
1717
collection: ^1.15.0
1818
flutter:

0 commit comments

Comments
 (0)