Skip to content

Commit

Permalink
Release 2.4.0 (#75)
Browse files Browse the repository at this point in the history
* Updated android and ios versions

* Updated version

* Fixed typo

---------

Co-authored-by: Prateek Singh <[email protected]>
  • Loading branch information
prateek-kommunicate and prateek-singh-3212 authored Dec 26, 2024
1 parent cc3bc34 commit 4ae2ec0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion RNKommunicateChat.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-kommunicate-chat",
"version": "2.3.8",
"version": "2.4.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4ae2ec0

Please sign in to comment.