Skip to content

Commit

Permalink
Merge pull request #177 from droibit/feature/platform_interface_plugi…
Browse files Browse the repository at this point in the history
…n_v2.0.0

Release `flutter_custom_tabs_platform_interface` v2.0.0
  • Loading branch information
droibit authored Jan 27, 2024
2 parents d60f1b6 + f83ac92 commit 2c3941b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions flutter_custom_tabs_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down
4 changes: 2 additions & 2 deletions flutter_custom_tabs_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2c3941b

Please sign in to comment.