Skip to content

Commit bdb0782

Browse files
committed
Prepare release
1 parent 7290e23 commit bdb0782

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
66

77
### Fixed
88

9+
### Added
10+
11+
### Changed
12+
13+
### Removed
14+
15+
## 3.6.0
16+
17+
### Fixed
18+
919
- Fixes an issue with Scroll problem on new messages with keyboard open [#1529](https://github.com/MessageKit/MessageKit/pull/1529) by [@politan8](https://github.com/politan8)
1020

1121
- Fixes time stamp vertical alignment so labels align with messages when showMessageTimestampOnSwipeLeft is true.
@@ -17,6 +27,8 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
1727

1828
### Changed
1929

30+
- Changed `resource_bundle` back to `resources` in MessageKit.podspec [#1565](https://github.com/MessageKit/MessageKit/pull/1565) by [@kaspik](https://github.com/kaspik)
31+
2032
### Removed
2133

2234
## 3.5.1

MessageKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MessageKit'
3-
s.version = '3.5.1'
3+
s.version = '3.6.0'
44
s.license = { :type => "MIT", :file => "LICENSE.md" }
55

66
s.summary = 'An elegant messages UI library for iOS.'
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.ios.deployment_target = '12.0'
1717
s.ios.resources = 'Sources/Assets.xcassets'
1818

19-
s.dependency 'InputBarAccessoryView', '~> 5.3.0'
19+
s.dependency 'InputBarAccessoryView', '~> 5.3.1'
2020

2121
end

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: "5.3.0"))
35+
.package(url: "https://github.com/nathantannar4/InputBarAccessoryView", .upToNextMajor(from: "5.3.1"))
3636
],
3737
targets: [
3838
.target(

0 commit comments

Comments
 (0)