diff --git a/flutter_custom_tabs_android/CHANGELOG.md b/flutter_custom_tabs_android/CHANGELOG.md index e1c281f..d6ceacf 100644 --- a/flutter_custom_tabs_android/CHANGELOG.md +++ b/flutter_custom_tabs_android/CHANGELOG.md @@ -1,4 +1,4 @@ -## NEXT +## 2.5.0 - Updates the minimum supported SDK version to Flutter 3.44/Dart 3.12. - Updates the minimum supported SDK version to Android SDK 23. @@ -7,6 +7,7 @@ - Migrates the build configuration from Groovy to Kotlin. - Updates minimum required `pigeon` version to 27.0.0. - Updates minimum required `flutter_lints` version to 6.0.0. +- Updates minimum required `flutter_custom_tabs_platform_interface` version to 2.5.0. - Updates minimum required `androidx.browser` version to 1.10.0. - Removes CustomTabsLauncher dependency and inline launcher helpers. diff --git a/flutter_custom_tabs_android/pubspec.yaml b/flutter_custom_tabs_android/pubspec.yaml index 7346df4..23b6a5c 100644 --- a/flutter_custom_tabs_android/pubspec.yaml +++ b/flutter_custom_tabs_android/pubspec.yaml @@ -1,10 +1,9 @@ name: flutter_custom_tabs_android description: Android platform implementation of flutter_custom_tabs. -version: 2.4.0 +version: 2.5.0 homepage: https://github.com/droibit/flutter_custom_tabs repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_android issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues -publish_to: 'none' environment: sdk: ^3.12.0 @@ -22,9 +21,7 @@ flutter: dependencies: flutter: sdk: flutter - # flutter_custom_tabs_platform_interface: ^2.4.0 - flutter_custom_tabs_platform_interface: - path: ../flutter_custom_tabs_platform_interface + flutter_custom_tabs_platform_interface: ^2.5.0 meta: ^1.10.0 dev_dependencies: diff --git a/flutter_custom_tabs_ios/CHANGELOG.md b/flutter_custom_tabs_ios/CHANGELOG.md index e118812..b6262f2 100644 --- a/flutter_custom_tabs_ios/CHANGELOG.md +++ b/flutter_custom_tabs_ios/CHANGELOG.md @@ -1,4 +1,4 @@ -## NEXT +## 2.6.0 - Updates the minimum supported SDK version to Flutter 3.44/Dart 3.12. - Updates minimum supported version to iOS 13. @@ -7,6 +7,7 @@ - Changes the presentation anchor of `SFSafariViewController` from the key window to the plugin registrar's view controller. - Updates minimum required `pigeon` version to 27.0.0. - Updates minimum required `flutter_lints` version to 6.0.0. +- Updates minimum required `flutter_custom_tabs_platform_interface` version to 2.5.0. ## 2.5.0 diff --git a/flutter_custom_tabs_ios/pubspec.yaml b/flutter_custom_tabs_ios/pubspec.yaml index acc1d42..4c934c9 100644 --- a/flutter_custom_tabs_ios/pubspec.yaml +++ b/flutter_custom_tabs_ios/pubspec.yaml @@ -1,10 +1,9 @@ name: flutter_custom_tabs_ios description: iOS platform implementation of flutter_custom_tabs. -version: 2.5.0 +version: 2.6.0 homepage: https://github.com/droibit/flutter_custom_tabs repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_ios issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues -publish_to: 'none' environment: sdk: ^3.12.0 @@ -13,9 +12,7 @@ environment: dependencies: flutter: sdk: flutter - # flutter_custom_tabs_platform_interface: ^2.4.0 - flutter_custom_tabs_platform_interface: - path: ../flutter_custom_tabs_platform_interface + flutter_custom_tabs_platform_interface: ^2.5.0 meta: ^1.10.0 dev_dependencies: diff --git a/flutter_custom_tabs_web/CHANGELOG.md b/flutter_custom_tabs_web/CHANGELOG.md index d803a27..a19f186 100644 --- a/flutter_custom_tabs_web/CHANGELOG.md +++ b/flutter_custom_tabs_web/CHANGELOG.md @@ -1,7 +1,8 @@ -## NEXT +## 2.5.0 - Updates the minimum supported SDK version to Flutter 3.44/Dart 3.12. - Updates minimum required `flutter_lints` version to 6.0.0. +- Updates minimum required `flutter_custom_tabs_platform_interface` version to 2.5.0. ## 2.4.0 diff --git a/flutter_custom_tabs_web/pubspec.yaml b/flutter_custom_tabs_web/pubspec.yaml index 6938d20..e6ca5fb 100644 --- a/flutter_custom_tabs_web/pubspec.yaml +++ b/flutter_custom_tabs_web/pubspec.yaml @@ -1,10 +1,9 @@ name: flutter_custom_tabs_web description: Web platform implementation of flutter_custom_tabs. -version: 2.4.0 +version: 2.5.0 homepage: https://github.com/droibit/flutter_custom_tabs repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_web issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues -publish_to: 'none' environment: sdk: ^3.12.0 @@ -23,9 +22,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - # flutter_custom_tabs_platform_interface: ^2.4.0 - flutter_custom_tabs_platform_interface: - path: ../flutter_custom_tabs_platform_interface + flutter_custom_tabs_platform_interface: ^2.5.0 meta: ^1.10.0 url_launcher_web: ^2.3.3 url_launcher_platform_interface: ^2.2.0