Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 5f73ab2

Browse files
martinpucikPatrick-Kladek
authored andcommitted
Update IBAV to 6.1.0 (MessageKit#1716)
* chore: Update IBAV to 6.1.0 * chore: Update IBAV to 6.1.0 Changelog
1 parent fd12653 commit 5f73ab2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ See [MIGRATION_GUIDE.md](https://github.com/MessageKit/MessageKit/blob/main/Docu
3434
```swift
3535
MessageSizeCalculator.messageContainerSize(for message: MessageType, at indexPath: IndexPath) -> CGSize
3636
```
37+
- Updated InputBarAccessoryView to v6.1.0 [#1716](https://github.com/MessageKit/MessageKit/pull/1716) by [@martinpucik](https://github.com/martinpucik)
3738

3839
### Fixed
3940

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let package = Package(
3232
.library(name: "MessageKit", targets: ["MessageKit"]),
3333
],
3434
dependencies: [
35-
.package(url: "https://github.com/nathantannar4/InputBarAccessoryView", .upToNextMajor(from: "6.0.0"))
35+
.package(url: "https://github.com/nathantannar4/InputBarAccessoryView", .upToNextMajor(from: "6.1.0"))
3636
],
3737
targets: [
3838
.target(

0 commit comments

Comments
 (0)