Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaszischka committed Mar 28, 2022
1 parent 115c147 commit fd87c1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BottomSheetSwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'BottomSheetSwiftUI'
s.version = '2.6.0'
s.summary = 'A sliding Sheet from the bottom of the Screen with 3 States build with SwiftUI.'
s.version = '2.7.0'
s.summary = 'A sliding sheet from the bottom of the screen with custom states build with SwiftUI.'

s.homepage = 'https://github.com/lucaszischka/BottomSheet'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
BottomSheet Changelog
==================

#### v2.7.0
- Fix drag indicator not draggable #45
- Fix content not responding to tap gestures #51
- Reworked `.appleScrollBehavior` to fix #46, #47 (also closes #53)
- Redo explicit animation #59, #55

#### v2.6.0
- Fix critical bug with `.appleScrollBehavior` #40
- Update codestyle
Expand Down

0 comments on commit fd87c1d

Please sign in to comment.