5.0.0
Breaking change from 4.2.1
- #33: Rename the SwiftPM package to "FINNBottomSheet"
Migration guide
This breaking change only affects users that use this package through the swift-package-manager.
Previously, when using SPM, you would import like:
import BottomSheet
To make it consistent with the way the package is imported when using it with Cocoapods, we just do now:
import FINNBottomSheet
That's it.