File tree 3 files changed +7
-2
lines changed
Sources/StreamChatSwiftUI
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/).
3
3
4
4
# Upcoming
5
5
6
+ ### 🔄 Changed
7
+
8
+ # [ 4.24.0] ( https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.24.0 )
9
+ _ November 16, 2022_
10
+
6
11
### ✅ Added
7
12
- Support for specifying whether ChatChannelListView is embedded in a NavigationView with ` embedInNavigationView `
8
13
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >4.23 .0 </string >
18
+ <string >4.24 .0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPhotoLibraryUsageDescription </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "StreamChatSwiftUI"
3
- spec . version = "4.23 .0"
3
+ spec . version = "4.24 .0"
4
4
spec . summary = "StreamChat SwiftUI Chat Components"
5
5
spec . description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."
6
6
You can’t perform that action at this time.
0 commit comments