Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packages/smithy/goldens/lib",
"packages/smithy/goldens/lib2"
],
"dart.onlyAnalyzeProjectsWithOpenFiles": true,
"dart.onlyAnalyzeProjectsWithOpenFiles": false,
"files.insertFinalNewline": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
Expand Down
19 changes: 19 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 2.8.0

### Features
- feat(auth): add support for cognito oidc parameters in managed login ([#6442](https://github.com/aws-amplify/amplify-flutter/pull/6442))

### Chores
- chore(all): bumped analyzer to ^9.0.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped built_collection to ^5.1.1 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped collection to ^1.18.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped crypto: ^3.0.7 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped grpc to ^5.0.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped json_serializable to ^6.11.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped meta to ^1.16.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped pigeon to ^26.0.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped protobuf to ^5.0.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped shelf to ^1.4.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped source_gen to ^4.0.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))
- chore(all): bumped stream_transform to ^2.1.0 ([#6457](https://github.com/aws-amplify/amplify-flutter/pull/6457))

## 2.7.0

### Features
Expand Down
8 changes: 4 additions & 4 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: 2.7.0
version: 2.8.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,9 +19,9 @@ platforms:
web:

dependencies:
amplify_core: ">=2.7.0 <2.8.0"
amplify_secure_storage: ">=0.5.13 <0.6.0"
aws_common: ">=0.7.11 <0.8.0"
amplify_core: ">=2.8.0 <2.9.0"
amplify_secure_storage: ">=0.5.14 <0.6.0"
aws_common: ">=0.7.12 <0.8.0"
collection: ^1.18.0
flutter:
sdk: 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 @@
## 2.8.0

### Features
- feat(auth): add support for cognito oidc parameters in managed login ([#6442](https://github.com/aws-amplify/amplify-flutter/pull/6442))

## 2.7.0

### Features
Expand Down
11 changes: 5 additions & 6 deletions packages/amplify_core/lib/src/config/amplify_config.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 16 additions & 26 deletions packages/amplify_core/lib/src/config/auth/cognito/auth.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions packages/amplify_core/lib/src/config/auth/cognito/oauth.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 8 additions & 14 deletions packages/amplify_core/lib/src/config/auth/cognito_config.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading