Skip to content

Commit

Permalink
[flutter_appauth][flutter_appauth_platform_interface] bump for 2.4.0 …
Browse files Browse the repository at this point in the history
…release (#302)

* bump platform interface

* bump cross-platform facing plugin to 2.4.0
  • Loading branch information
MaikuB authored Feb 20, 2022
1 parent 63692f8 commit 1bc028c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.4.0

* Added `scopes` property to `TokenResponse` class and `AuthorizationTokenResponse` class that inherits from it. Thanks to PR from [leoshusar](https://github.com/leoshusar)
* [Android] applied fix to a scenario where skipping https check on the issuer wasn't done for refreshing tokens. Thanks to the PR from [Javier Puerto](https://github.com/jpuerto)

## 2.3.0

* [Android] `claims` can now be passed as part of the `additionalParameters` included with requests without triggering an exception by the AppAuth Android SDK. Thanks to the PR from [Garry Jeromson](https://github.com/garry-jeromson)
Expand Down
4 changes: 2 additions & 2 deletions flutter_appauth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_appauth
description: This plugin provides an abstraction around the Android and iOS AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID Connect providers
version: 2.3.0
version: 2.4.0
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_appauth_platform_interface: ^4.0.0
flutter_appauth_platform_interface: ^4.1.0

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions flutter_appauth_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.1.0]

* Added `scopes` property to `TokenResponse` class and `AuthorizationTokenResponse` class that inherits from it. Thanks to PR from [leoshusar](https://github.com/leoshusar)

## [4.0.0]

* **Breaking change** `AuthorizationServiceConfiguration` constructor has changed to take named parameters
Expand Down
6 changes: 3 additions & 3 deletions flutter_appauth_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: flutter_appauth_platform_interface
description: A common platform interface for the flutter_appauth plugin.
version: 4.0.0
version: 4.1.0
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.10.0'
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"

dependencies:
flutter:
Expand Down

0 comments on commit 1bc028c

Please sign in to comment.