Skip to content

Commit 233be1f

Browse files
authored
prepare for 11.0.0 release (#632)
1 parent a17d65c commit 233be1f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

flutter_appauth/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [11.0.0]
2+
3+
* Added `Prompt` class that exposes standard `prompt` string values as defined in the OIDC specification. Thanks to the PR from [Valentin Michalak](https://github.com/vmichalak)
4+
* **Potentiallu breaking change** [Android] plugin will now throw a `PlatformException` with a `null_activity` error code when plugin runs into a scenario where the bound Flutter activity has been detached/disposed. Thanks to the PR from [Sam Costa](https://github.com/SamCosta1)
5+
16
## [10.0.0]
27

38
* **Breaking change** updated minimum supported SDK version to Flutter 3.29/Dart 3.7

flutter_appauth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_appauth
22
description: This plugin provides an abstraction around the Android and iOS
33
AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID
44
Connect providers
5-
version: 10.0.0
5+
version: 11.0.0
66
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth
77

88
environment:
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
flutter_appauth_platform_interface: ^10.0.0
15+
flutter_appauth_platform_interface: ^11.0.0
1616

1717
flutter:
1818
plugin:

flutter_appauth_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [11.0.0]
2+
3+
* Added `Prompt` class that exposes standard `prompt` string values as defined in the OIDC specification. Thanks to the PR from [Valentin Michalak](https://github.com/vmichalak)
4+
15
## [10.0.0]
26

37
* **Breaking change** updated minimum supported SDK version to Flutter 3.29/Dart 3.7

flutter_appauth_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_appauth_platform_interface
22
description: A common platform interface for the flutter_appauth plugin.
3-
version: 10.0.0
3+
version: 11.0.0
44
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface
55

66
environment:

0 commit comments

Comments
 (0)