Skip to content

Commit

Permalink
chore(version): amplify 0.61, amplify_authenticator 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Noyes authored and haverchuck committed Jul 14, 2022
1 parent 963bd2b commit b15c98c
Show file tree
Hide file tree
Showing 41 changed files with 139 additions and 55 deletions.
16 changes: 16 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.6.2 (2022-07-14)

- fix(datastore): delete test fix ([#1880](https://github.com/aws-amplify/amplify-flutter/pull/1880))
- chore(authenticator): Update versions on the README ([#1854](https://github.com/aws-amplify/amplify-flutter/pull/1854))
- fix(authenticator): fixes configure call in custom auth test and removes redundant test ([#1878](https://github.com/aws-amplify/amplify-flutter/pull/1878))
- feat(auth): runtime authFlow attribute ([#1687](https://github.com/aws-amplify/amplify-flutter/pull/1687))
- chore: enable integration tests in gh actions ([#1754](https://github.com/aws-amplify/amplify-flutter/pull/1754))
- chore(authenticator): Fix typo in error message ([#1846](https://github.com/aws-amplify/amplify-flutter/pull/1846))
- test(authenticator): add golden tests for new configs ([#1831](https://github.com/aws-amplify/amplify-flutter/pull/1831))
- chore: add meta to storage deps ([#1856](https://github.com/aws-amplify/amplify-flutter/pull/1856))
- chore: fix various integ test issues ([#1838](https://github.com/aws-amplify/amplify-flutter/pull/1838))
- chore: upgrade amplify-android to 1.36.1 ([#1841](https://github.com/aws-amplify/amplify-flutter/pull/1841))
- chore(deps): bump mocktail in /packages/amplify_authenticator ([#1582](https://github.com/aws-amplify/amplify-flutter/pull/1582))
- chore: Update line endings to LF ([#1836](https://github.com/aws-amplify/amplify-flutter/pull/1836))
- chore(repo): Update mono_repo ([#1821](https://github.com/aws-amplify/amplify-flutter/pull/1821))

## 0.6.1 (2022-06-30)

- fix(authenticator): authenticator phone OR email confirmation ([#1785](https://github.com/aws-amplify/amplify-flutter/pull/1785))
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter/lib/src/amplify_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ abstract class AmplifyClass {
static AmplifyClass instance = AmplifyClass();

/// The library version.
String get version => '0.6.1';
String get version => '0.6.2';

/// Resets the Amplify implementation, removing all traces of Amplify from
/// the device.
Expand Down
20 changes: 10 additions & 10 deletions packages/amplify/amplify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_flutter
description: The top level Flutter package for the AWS Amplify libraries.
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,10 +10,10 @@ environment:
flutter: ">=2.10.0"

dependencies:
amplify_core: 0.6.1
amplify_datastore_plugin_interface: 0.6.1
amplify_flutter_android: 0.6.1
amplify_flutter_ios: 0.6.1
amplify_core: 0.6.2
amplify_datastore_plugin_interface: 0.6.2
amplify_flutter_android: 0.6.2
amplify_flutter_ios: 0.6.2
aws_common: ^0.1.1
collection: ^1.15.0
flutter:
Expand All @@ -39,12 +39,12 @@ dependencies:
# path: ../amplify_storage_s3

dev_dependencies:
amplify_analytics_pinpoint: 0.6.1
amplify_api: 0.6.1
amplify_auth_cognito: 0.6.1
amplify_datastore: 0.6.1
amplify_analytics_pinpoint: 0.6.2
amplify_api: 0.6.2
amplify_auth_cognito: 0.6.2
amplify_datastore: 0.6.2
amplify_lints: ^1.0.0
amplify_storage_s3: 0.6.1
amplify_storage_s3: 0.6.2
amplify_test:
path: ../../amplify_test
build_runner: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify/amplify_flutter_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.2 (2022-07-14)

- chore: upgrade amplify-android to 1.36.1 ([#1841](https://github.com/aws-amplify/amplify-flutter/pull/1841))

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_flutter_android
description: The method channel implementation for amplify_flutter on Android
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
2 changes: 2 additions & 0 deletions packages/amplify/amplify_flutter_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.6.2 (2022-07-14)

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify/amplify_flutter_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_flutter_ios
description: The method channel implementation for amplify_flutter on iOS
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=2.10.0"

dependencies:
amplify_core: 0.6.1
amplify_core: 0.6.2
flutter:
sdk: flutter

Expand Down
8 changes: 8 additions & 0 deletions packages/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.2.2 (2022-06-30)

- chore(authenticator): Update versions on the README ([#1854](https://github.com/aws-amplify/amplify-flutter/pull/1854))
- fix(authenticator): fixes configure call in custom auth test and removes redundant test ([#1878](https://github.com/aws-amplify/amplify-flutter/pull/1878))
- chore(authenticator): Fix typo in error message ([#1846](https://github.com/aws-amplify/amplify-flutter/pull/1846))
- test(authenticator): add golden tests for new configs ([#1831](https://github.com/aws-amplify/amplify-flutter/pull/1831))
- chore(deps): bump mocktail in /packages/amplify_authenticator ([#1582](https://github.com/aws-amplify/amplify-flutter/pull/1582))

## 0.2.1 (2022-06-30)

- fix: authenticator phone OR email confirmation ([#1785](https://github.com/aws-amplify/amplify-flutter/pull/1785))
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_authenticator/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ environment:
flutter: ">=2.10.0"

dependencies:
amplify_auth_cognito: 0.6.1
amplify_auth_cognito: 0.6.2
amplify_authenticator:
path: ../
amplify_flutter: 0.6.1
amplify_flutter: 0.6.2

flutter:
sdk: flutter
Expand All @@ -38,7 +38,7 @@ dependencies:
sdk: flutter

dev_dependencies:
amplify_api: 0.6.1
amplify_api: 0.6.2
amplify_lints: ^1.0.0
amplify_test:
path: ../../amplify_test
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_authenticator
description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category
version: 0.2.1
version: 0.2.2
homepage: https://ui.docs.amplify.aws/components/authenticator?platform=flutter
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,9 +10,9 @@ environment:
flutter: ">=2.10.0"

dependencies:
amplify_auth_cognito: ^0.6.1
amplify_core: ^0.6.1
amplify_flutter: ^0.6.1
amplify_auth_cognito: ^0.6.2
amplify_core: ^0.6.2
amplify_flutter: ^0.6.2
aws_common: ^0.1.1
collection: ^1.15.0
flutter:
Expand Down
5 changes: 5 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.2 (2022-07-14)

- chore: upgrade amplify-android to 1.36.1 ([#1841](https://github.com/aws-amplify/amplify-flutter/pull/1841))
- chore: Update line endings to LF ([#1836](https://github.com/aws-amplify/amplify-flutter/pull/1836))

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_core
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
6 changes: 6 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.2 (2022-07-14)

- fix(datastore): delete test fix ([#1880](https://github.com/aws-amplify/amplify-flutter/pull/1880))
- chore: upgrade amplify-android to 1.36.1 ([#1841](https://github.com/aws-amplify/amplify-flutter/pull/1841))
- chore: Update line endings to LF ([#1836](https://github.com/aws-amplify/amplify-flutter/pull/1836))

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_datastore/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -12,8 +12,8 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_datastore_plugin_interface: 0.6.1
amplify_core: 0.6.1
amplify_datastore_plugin_interface: 0.6.2
amplify_core: 0.6.2
plugin_platform_interface: ^2.0.0
meta: ^1.7.0
collection: ^1.14.13
Expand Down
2 changes: 2 additions & 0 deletions packages/amplify_datastore_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.6.2 (2022-07-14)

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore_plugin_interface
description: The platform interface for the DataStore module of Amplify Flutter.
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=2.10.0"

dependencies:
amplify_core: 0.6.1
amplify_core: 0.6.2
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ environment:
flutter: ">=2.10.0"

dependencies:
amplify_api: 0.6.1
amplify_auth_cognito: 0.6.1
amplify_core: 0.6.1
amplify_flutter: 0.6.1
amplify_api: 0.6.2
amplify_auth_cognito: 0.6.2
amplify_core: 0.6.2
amplify_flutter: 0.6.2
aws_common: ^0.1.1
collection: ^1.15.0
flutter:
Expand Down
2 changes: 2 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.6.2 (2022-07-14)

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
dependencies:
amplify_analytics_pinpoint_android: 0.6.1
amplify_analytics_pinpoint_ios: 0.6.1
amplify_core: 0.6.1
amplify_core: 0.6.2
aws_common: ^0.1.1
flutter:
sdk: flutter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.2 (2022-07-14)

- chore: upgrade amplify-android to 1.36.1 ([#1841](https://github.com/aws-amplify/amplify-flutter/pull/1841))

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint_android
description: The method channel implementation for amplify_analytics_pinpoint on Android
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.6.2 (2022-07-14)

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint_ios
description: The method channel implementation for amplify_analytics_pinpoint on iOS
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
2 changes: 2 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.6.2 (2022-07-14)

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
10 changes: 5 additions & 5 deletions packages/api/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,10 +10,10 @@ environment:
flutter: ">=2.10.0"

dependencies:
amplify_api_android: 0.6.1
amplify_api_ios: 0.6.1
amplify_core: 0.6.1
amplify_flutter: 0.6.1
amplify_api_android: 0.6.2
amplify_api_ios: 0.6.2
amplify_core: 0.6.2
amplify_flutter: 0.6.2
aws_common: ^0.1.1
collection: ^1.15.0
flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/api/amplify_api_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.2 (2022-07-14)

- chore: upgrade amplify-android to 1.36.1 ([#1841](https://github.com/aws-amplify/amplify-flutter/pull/1841))

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
2 changes: 1 addition & 1 deletion packages/api/amplify_api_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api_android
description: The method channel implementation for amplify_api on Android
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
2 changes: 2 additions & 0 deletions packages/api/amplify_api_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.6.2 (2022-07-14)

## 0.6.1 (2022-06-30)

## 0.6.0 (2022-06-20)
Expand Down
4 changes: 2 additions & 2 deletions packages/api/amplify_api_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api_ios
description: The method channel implementation for amplify_api on iOS
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=2.10.0"

dependencies:
amplify_core: 0.6.1
amplify_core: 0.6.2
flutter:
sdk: flutter

Expand Down
6 changes: 6 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.2 (2022-07-14)

- fix(authenticator): fixes configure call in custom auth test and removes redundant test ([#1878](https://github.com/aws-amplify/amplify-flutter/pull/1878))
- feat(auth): runtime authFlow attribute ([#1687](https://github.com/aws-amplify/amplify-flutter/pull/1687))
- chore: fix various integ test issues ([#1838](https://github.com/aws-amplify/amplify-flutter/pull/1838))

## 0.6.1 (2022-06-30)
- fix: add toString override of AuthProvider ([#1826](https://github.com/aws-amplify/amplify-flutter/pull/1826))
- fix: add sub and identities attributes ([#1825](https://github.com/aws-amplify/amplify-flutter/pull/1825))
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/amplify_auth_cognito/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
version: 0.6.1
version: 0.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,9 +10,9 @@ environment:
flutter: ">=2.10.0"

dependencies:
amplify_auth_cognito_android: 0.6.1
amplify_auth_cognito_ios: 0.6.1
amplify_core: 0.6.1
amplify_auth_cognito_android: 0.6.2
amplify_auth_cognito_ios: 0.6.2
amplify_core: 0.6.2
aws_common: ^0.1.1
collection: ^1.15.0
flutter:
Expand Down
Loading

0 comments on commit b15c98c

Please sign in to comment.