Skip to content

Commit

Permalink
Preparing for release 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmitrevski committed Apr 26, 2022
1 parent 9182a32 commit 7ff00e1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
# Upcoming

### ✅ Added
- Animations for reactions overlay
- Possibility to customize message transitions
- Config for changing reaction colors
- Config for becoming first responder in chat channel
- Config for double tap message overlay
- Config for custom width / count of trailing items in swiped channel
- Config for updating composer frames

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

### 🔄 Changed

# [4.13.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.13.0)
_March 30, 2022_

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/GetStream/stream-chat-swift.git", .branch("develop")),
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.14.0"),
.package(url: "https://github.com/kean/Nuke.git", from: "10.0.0"),
.package(url: "https://github.com/kean/NukeUI.git", from: "0.7.0")
],
Expand Down
2 changes: 1 addition & 1 deletion StreamChatSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |spec|

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

spec.dependency "StreamChat", "~> 4.13.0"
spec.dependency "StreamChat", "~> 4.14.0"
spec.dependency "Nuke", "~> 10.0"
spec.dependency "SwiftyGif", "~> 5.0"
spec.dependency "NukeUI", "~> 0.7.0"
Expand Down
4 changes: 2 additions & 2 deletions StreamChatSwiftUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2172,8 +2172,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
requirement = {
branch = develop;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 4.14.0;
};
};
848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/GetStream/stream-chat-swift.git",
"state" : {
"branch" : "develop",
"revision" : "e148f4872e5e5cabcfa8d9f25655a7ca33a6e133"
"revision" : "0c2505d576253c378b3f8a4c27e8b250f0f1c044",
"version" : "4.14.0"
}
},
{
Expand Down

0 comments on commit 7ff00e1

Please sign in to comment.