8000 Bump 4.75.0 · GetStream/stream-chat-swift@7da5e66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7da5e66

Browse files
Stream BotStream Bot
authored andcommitted
Bump 4.75.0
1 parent 0096f03 commit 7da5e66

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
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.75.0](https://github.com/GetStream/stream-chat-swift/releases/tag/4.75.0)
9+
_March 26, 2025_
10+
611
## StreamChat
712
### 🐞 Fixed
813
- Fix draft local attachments erased when the draft updated event is triggered [#3625](https://github.com/GetStream/stream-chat-swift/pull/3625)

Sources/StreamChat/Generated/SystemEnvironment+Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import Foundation
77

88
extension SystemEnvironment {
99
/// A Stream Chat version.
10-
public static let version: String = "4.74.0-SNAPSHOT"
10+
public static let version: String = "4.75.0"
1111
}

Sources/StreamChat/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.74.0</string>
18+
<string>4.75.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

Sources/StreamChatUI/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.74.0</string>
18+
<string>4.75.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

StreamChat-XCFramework.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 = "StreamChat-XCFramework"
3-
spec.version = "4.74.0"
3+
spec.version = "4.75.0"
44
spec.summary = "StreamChat iOS Client"
55
spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications."
66

StreamChat.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 = "StreamChat"
3-
spec.version = "4.74.0"
3+
spec.version = "4.75.0"
44
spec.summary = "StreamChat iOS Chat Client"
55
spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications."
66

StreamChatArtifacts.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

StreamChatUI-XCFramework.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 = "StreamChatUI-XCFramework"
3-
spec.version = "4.74.0"
3+
spec.version = "4.75.0"
44
spec.summary = "StreamChat UI Components"
55
spec.description = "StreamChatUI SDK offers flexible UI components able to display data provided by StreamChat SDK."
66

StreamChatUI.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 = "StreamChatUI"
3-
spec.version = "4.74.0"
3+
spec.version = "4.75.0"
44
spec.summary = "StreamChat UI Components"
55
spec.description = "StreamChatUI SDK offers flexible UI components able to display data provided by StreamChat SDK."
66

0 commit comments

Comments
 (0)
0