From 4ae2ec0b9dad03471924ea95c6103d9f07b1ed2d Mon Sep 17 00:00:00 2001 From: Prateek Singh Date: Thu, 26 Dec 2024 11:04:00 +0530 Subject: [PATCH] Release 2.4.0 (#75) * Updated android and ios versions * Updated version * Fixed typo --------- Co-authored-by: Prateek Singh <76490368+prateek-singh-3212@users.noreply.github.com> --- CHANGELOG.md | 3 +++ RNKommunicateChat.podspec | 2 +- android/build.gradle | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbfea46b..c399bcd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# React Native Kommunicate Chat v2.4.0 +- Disable SSL Pinning in Android and IOS by default. +- Improved the CSAT 3 Star and 5 Star Ratings in Android # React Native Kommunicate Chat v2.3.8 - Added the functionality to send message using code. # React Native Kommunicate Chat v2.3.7 diff --git a/RNKommunicateChat.podspec b/RNKommunicateChat.podspec index 293673c3..b37b8ea5 100644 --- a/RNKommunicateChat.podspec +++ b/RNKommunicateChat.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.source_files = "ios/*.{h,m,swift}" s.requires_arc = true s.dependency 'React' - s.dependency 'Kommunicate', '~> 7.2.2' + s.dependency 'Kommunicate', '~> 7.2.5' end diff --git a/android/build.gradle b/android/build.gradle index 6bea8c04..ad56e7e0 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,5 +35,5 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.kommunicate.sdk:kommunicateui:2.10.5' + api 'io.kommunicate.sdk:kommunicateui:2.12.0' } diff --git a/package.json b/package.json index bbcd851c..720420ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-kommunicate-chat", - "version": "2.3.8", + "version": "2.4.0", "description": "", "main": "index.js", "scripts": {