Skip to content

Commit

Permalink
Merge pull request #335 from Kommunicate-io/chatui/1.1.5
Browse files Browse the repository at this point in the history
Upgraded ChatUI to 1.1.5
  • Loading branch information
joshi-kt authored Aug 23, 2023
2 parents 37a99e8 + 63c3f49 commit 8143598
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

The changelog for [Kommunicate-iOS-SDK](https://github.com/Kommunicate-io/Kommunicate-iOS-SDK). Also see the [releases](https://github.com/Kommunicate-io/Kommunicate-iOS-SDK/releases) on Github.

## Unreleased
## [6.9.8] 2023-08-23
- Fixed keyboard overlapping in Rating Screen.

## Unreleased
- Fixed Away Message & Rating message overlapping
- Bug Fixes

## [6.9.7] 2023-08-11
- Improved UI of multiple language selection & make it similar to android
Expand Down
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ PODS:
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
- iOSSnapshotTestCase/Core
- Kingfisher (7.6.2)
- Kommunicate (6.9.7):
- KommunicateChatUI-iOS-SDK (~> 1.1.4)
- KommunicateChatUI-iOS-SDK (1.1.4):
- KommunicateChatUI-iOS-SDK/Complete (= 1.1.4)
- KommunicateChatUI-iOS-SDK/Complete (1.1.4):
- Kommunicate (6.9.8):
- KommunicateChatUI-iOS-SDK (~> 1.1.5)
- KommunicateChatUI-iOS-SDK (1.1.5):
- KommunicateChatUI-iOS-SDK/Complete (= 1.1.5)
- KommunicateChatUI-iOS-SDK/Complete (1.1.5):
- iOSDropDown
- Kingfisher (~> 7.6.2)
- KommunicateChatUI-iOS-SDK/RichMessageKit
- KommunicateCore-iOS-SDK (~> 1.1.1)
- SwipeCellKit (~> 2.7.1)
- ZendeskChatProvidersSDK (~> 3.0.0)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.1.4)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.1.5)
- KommunicateCore-iOS-SDK (1.1.1)
- Nimble (10.0.0)
- Nimble-Snapshots (9.4.0):
Expand Down Expand Up @@ -57,8 +57,8 @@ SPEC CHECKSUMS:
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
Kommunicate: d5d6ce2d8f25a1470dcec6fe01a8cffa8d980c0f
KommunicateChatUI-iOS-SDK: ec334b8a1921e5ddf424e42a0a4e20c4f8a34ed5
Kommunicate: 134927452d134c74186443d2a530f954f7892c23
KommunicateChatUI-iOS-SDK: 47dd750674c0f4e2c9fa19845013b035656e6ec5
KommunicateCore-iOS-SDK: d8e2b02da96522708a8d3cb395f9616522e219dc
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Nimble-Snapshots: ef281b908c604f78c8313587e25ea92c8ab513d7
Expand Down
4 changes: 2 additions & 2 deletions Kommunicate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Kommunicate'
s.version = '6.9.7'
s.version = '6.9.8'
s.summary = 'Kommunicate iOS SDK for customer support.'
s.homepage = 'https://github.com/Kommunicate-io/Kommunicate-iOS-SDK'
s.license = { :type => 'BSD-3-Clause', :file => 'LICENSE' }
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'
s.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
s.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.1.4'
s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.1.5'
end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git",
"state": {
"branch": null,
"revision": "94a59a877d1e0e01509d9a0d61b953026de2f134",
"version": "1.1.4"
"revision": "36ce185e072f812416a6cb010452cb1af74d6f67",
"version": "1.1.5"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
),
],
dependencies: [
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.1.4"),
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.1.5"),
],
targets: [
.target(
Expand Down

0 comments on commit 8143598

Please sign in to comment.