Skip to content

Commit

Permalink
prepare for 9.0.0 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Mar 3, 2025
1 parent 25d31a4 commit 2b69280
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [9.0.0-dev.1]
## [9.0.0]

* **Breaking change** updated minimum supported SDK version to Flutter 3.19/Dart 3.3
* [Android] **Breaking changes** updated `compileSdkVersion` to 33 and AGP to 8.0.1 to align with what's used by the AppAuth Android SDK
Expand All @@ -12,7 +12,6 @@

## [8.0.2]


* [iOS][macOS] bumped AppAuth iOS dependency to 1.7.6
* [iOS][macOS] **BAD** added Swift Package Manager support but "local" testing didn't uncover. This has been reverted by 8.0.3

Expand Down
4 changes: 2 additions & 2 deletions flutter_appauth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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: 9.0.0-dev.1
version: 9.0.0
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth

environment:
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_appauth_platform_interface: ^9.0.0-dev.1
flutter_appauth_platform_interface: ^9.0.0

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion flutter_appauth_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [9.0.0-dev.1]
## [9.0.0]

* **Breaking change** updated minimum supported SDK version to Flutter 3.19/Dart 3.3
* Bumped `flutter_lints` dev dependency
Expand Down
2 changes: 1 addition & 1 deletion flutter_appauth_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_appauth_platform_interface
description: A common platform interface for the flutter_appauth plugin.
version: 9.0.0-dev.1
version: 9.0.0
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface

environment:
Expand Down

0 comments on commit 2b69280

Please sign in to comment.