File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Sources/StreamChatSwiftUI Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33
44# Upcoming
55
6+ ### π Changed
7+
8+ # [ 4.26.0] ( https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.26.0 )
9+ _ January 16, 2023_
10+
611### β
Added
712- Config to change the scrolling anchor (top/bottom) on messages
813- Pass extra data in attachments
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >4.25 .0 </string >
18+ <string >4.26 .0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPhotoLibraryUsageDescription </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "StreamChatSwiftUI"
3- spec . version = "4.25 .0"
3+ spec . version = "4.26 .0"
44 spec . summary = "StreamChat SwiftUI Chat Components"
55 spec . description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."
66
You canβt perform that action at this time.
0 commit comments