Skip to content

Commit 7ff00e1

Browse files
Preparing for release 4.14.0
1 parent 9182a32 commit 7ff00e1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44
# Upcoming
55

66
### ✅ Added
7+
- Animations for reactions overlay
78
- Possibility to customize message transitions
89
- Config for changing reaction colors
910
- Config for becoming first responder in chat channel
1011
- Config for double tap message overlay
1112
- Config for custom width / count of trailing items in swiped channel
13+
- Config for updating composer frames
1214

1315
### 🐞 Fixed
1416
- Issue with resizing composer with large text
1517
- Updating channel list before coming back to the screen
1618
- Disable the send button when there's only whitespace
1719

18-
### 🔄 Changed
19-
2020
# [4.13.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.13.0)
2121
_March 30, 2022_
2222

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/GetStream/stream-chat-swift.git", .branch("develop")),
20+
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.14.0"),
2121
.package(url: "https://github.com/kean/Nuke.git", from: "10.0.0"),
2222
.package(url: "https://github.com/kean/NukeUI.git", from: "0.7.0")
2323
],

StreamChatSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |spec|
1919

2020
spec.framework = "Foundation", "UIKit", "SwiftUI"
2121

22-
spec.dependency "StreamChat", "~> 4.13.0"
22+
spec.dependency "StreamChat", "~> 4.14.0"
2323
spec.dependency "Nuke", "~> 10.0"
2424
spec.dependency "SwiftyGif", "~> 5.0"
2525
spec.dependency "NukeUI", "~> 0.7.0"

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,8 +2172,8 @@
21722172
isa = XCRemoteSwiftPackageReference;
21732173
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
21742174
requirement = {
2175-
branch = develop;
2176-
kind = branch;
2175+
kind = upToNextMajorVersion;
2176+
minimumVersion = 4.14.0;
21772177
};
21782178
};
21792179
848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {

StreamChatSwiftUI.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)