Skip to content

Commit c5bcda2

Browse files
PodUpdate/1.5.3
1 parent 90f5b72 commit c5bcda2

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## [1.5.3] 2025-12-16
6+
- Fixed SPM Build Issue
7+
58
## [1.5.2] 2025-10-22
69
- Fixed the glass effect bug with iOS 26 versions.
710
- Fixed dark icon issue with iOS 26 versions.

Demo/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ PODS:
1515
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
1616
- iOSSnapshotTestCase/Core
1717
- Kingfisher (7.10.2)
18-
- KommunicateChatUI-iOS-SDK (1.5.2):
19-
- KommunicateChatUI-iOS-SDK/Complete (= 1.5.2)
20-
- KommunicateChatUI-iOS-SDK/Complete (1.5.2):
18+
- KommunicateChatUI-iOS-SDK (1.5.3):
19+
- KommunicateChatUI-iOS-SDK/Complete (= 1.5.3)
20+
- KommunicateChatUI-iOS-SDK/Complete (1.5.3):
2121
- iOSDropDown
2222
- Kingfisher (~> 7.10.0)
2323
- KommunicateChatUI-iOS-SDK/RichMessageKit
2424
- KommunicateCore-iOS-SDK (= 1.3.1)
2525
- SwipeCellKit (~> 2.7.1)
26-
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.5.2)
26+
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.5.3)
2727
- KommunicateCore-iOS-SDK (1.3.1)
2828
- Nimble (13.7.1):
2929
- CwlPreconditionTesting (~> 2.2.0)
@@ -76,7 +76,7 @@ SPEC CHECKSUMS:
7676
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
7777
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
7878
Kingfisher: 99edc495d3b7607e6425f0d6f6847b2abd6d716d
79-
KommunicateChatUI-iOS-SDK: 58362240dfcd580de4f8ac6fb04a32b83bf49df5
79+
KommunicateChatUI-iOS-SDK: 1a694f36d48183cc74320c4309277aaa6577458c
8080
KommunicateCore-iOS-SDK: 90a88f9bd76a4fc53984e925027ae80d60b04ea3
8181
Nimble: 317d713c30c3336dd8571da1889f7ec3afc626e8
8282
Nimble-Snapshots: 240ea76ee8e52dfc1387b8d0d9bf1db3420cabbd

KommunicateChatUI-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KommunicateChatUI-iOS-SDK'
3-
s.version = '1.5.2'
3+
s.version = '1.5.3'
44
s.license = { :type => "BSD 3-Clause", :file => "LICENSE" }
55
s.summary = 'KommunicateChatUI-iOS-SDK Kit'
66
s.homepage = 'https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK'

0 commit comments

Comments
 (0)