Skip to content

Commit c664cdc

Browse files
Merge pull request #91 from Kommunicate-io/release-2.5.6
Release v2.5.6 with iOS 26 bug fixes
2 parents 7b0600e + 9cbf669 commit c664cdc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# React Native Kommunicate Chat v2.5.6
2+
- [iOS] Fixed the glass effect bug with iOS 26 versions.
3+
- [iOS] Fixed dark icon issue with iOS 26 versions.
14
# React Native Kommunicate Chat v2.5.5
25
- [Android] Fixed Runtime Exception Bug. Added proactive checks to avoid NPE.
36
# React Native Kommunicate Chat v2.5.4

RNKommunicateChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.source_files = "ios/*.{h,m,swift}"
1515
s.requires_arc = true
1616
s.dependency 'React'
17-
s.dependency 'Kommunicate', '7.3.1'
17+
s.dependency 'Kommunicate', '7.3.2'
1818
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-kommunicate-chat",
3-
"version": "2.5.5",
3+
"version": "2.5.6",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)