From f83ac92ca3f116a4b86fa7262b0c6a7416aa04c2 Mon Sep 17 00:00:00 2001 From: Shinya Kumagai Date: Sat, 27 Jan 2024 19:14:59 +0900 Subject: [PATCH] Release `flutter_custom_tabs_platform_interface` v2.0.0 --- flutter_custom_tabs_platform_interface/CHANGELOG.md | 4 ++++ flutter_custom_tabs_platform_interface/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/flutter_custom_tabs_platform_interface/CHANGELOG.md b/flutter_custom_tabs_platform_interface/CHANGELOG.md index f4f239b..7cae5ea 100644 --- a/flutter_custom_tabs_platform_interface/CHANGELOG.md +++ b/flutter_custom_tabs_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 + +- No changes except for version bump. + ## 2.0.0-beta.2 - Adds `PlatformOptions` as a base option for platform packages ([#150](https://github.com/droibit/flutter_custom_tabs/pull/150)). diff --git a/flutter_custom_tabs_platform_interface/pubspec.yaml b/flutter_custom_tabs_platform_interface/pubspec.yaml index ea96ea5..0276acb 100644 --- a/flutter_custom_tabs_platform_interface/pubspec.yaml +++ b/flutter_custom_tabs_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_custom_tabs_platform_interface description: A common platform interface for the flutter_custom_tabs plugin. -version: 2.0.0-beta.2 -repository: https://github.com/droibit/flutter_custom_tabs/tree/flutter_custom_tabs_2.0/flutter_custom_tabs_platform_interface +version: 2.0.0 +repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_platform_interface environment: sdk: ">=2.17.0 <4.0.0"