Skip to content

Commit

Permalink
Release flutter_custom_tabs_ios v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Jul 1, 2024
1 parent 91012f0 commit 33e9fab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions flutter_custom_tabs_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.1.0

- Updates minimum supported SDK version to Flutter 3.10/Dart 3 ([#189](https://github.com/droibit/flutter_custom_tabs/pull/189)).
- Updates minimum required `flutter_custom_tabs_platform_interface` version to 2.1.0.
- Updates minimum required `pigeon` version to 17.0.0 ([#189](https://github.com/droibit/flutter_custom_tabs/pull/189)).
- Adds privacy manifest ([#186](https://github.com/droibit/flutter_custom_tabs/pull/186)).
- Updates the CocoaPods dependency to version 1.15.2 ([#186](https://github.com/droibit/flutter_custom_tabs/pull/186)).
- Refactor `SFSafariViewController` dismissal handling ([#191](https://github.com/droibit/flutter_custom_tabs/pull/191)).

## 2.0.0

- Fixes the LICENSE file.
Expand Down
7 changes: 2 additions & 5 deletions flutter_custom_tabs_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: flutter_custom_tabs_ios
description: iOS platform implementation of flutter_custom_tabs.
version: 2.0.0
version: 2.1.0
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_ios
publish_to: none

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -11,9 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
# flutter_custom_tabs_platform_interface: ^2.0.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
flutter_custom_tabs_platform_interface: ^2.1.0
meta: ^1.10.0

dev_dependencies:
Expand Down

0 comments on commit 33e9fab

Please sign in to comment.