Skip to content

Commit 26c2745

Browse files
Bump 4.32.0
1 parent f2860ef commit 26c2745

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.32.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.32.0)
9+
_May 26, 2023_
10+
611
### 🐞 Fixed
712
- Fixed the text input cursor when a message is being edited
813
- Fixed channel list view model always not using passed channel type for deletion

Sources/StreamChatSwiftUI/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.31.0</string>
18+
<string>4.32.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPhotoLibraryUsageDescription</key>

StreamChatSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "StreamChatSwiftUI"
3-
spec.version = "4.31.0"
3+
spec.version = "4.32.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

0 commit comments

Comments
 (0)