Skip to content

Commit 8099152

Browse files
Updated Nuke dependency
1 parent 5726709 commit 8099152

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### 🔄 Changed
1010
- Public init for `DefaultChannelListHeaderModifier`
11+
- Updated Nuke dependency
1112

1213
### 🐞 Fixed
1314
- Scroll to bottom when return key is pressed in the composer input view

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.23.0"),
21-
.package(url: "https://github.com/kean/Nuke.git", .exact("11.3.0"))
21+
.package(url: "https://github.com/kean/Nuke.git", .exact("11.3.1"))
2222
],
2323
targets: [
2424
.target(

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@
26852685
repositoryURL = "https://github.com/kean/Nuke.git";
26862686
requirement = {
26872687
kind = exactVersion;
2688-
version = 11.3.0;
2688+
version = 11.3.1;
26892689
};
26902690
};
26912691
8465FCB227468A8D00AF091E /* XCRemoteSwiftPackageReference "stream-chat-swift" */ = {

0 commit comments

Comments
 (0)