Skip to content

Commit 0414729

Browse files
authored
Merge pull request #46 from Kommunicate-io/v2.2.1
release changes for v2.2.1
2 parents d7fc26f + 11ce342 commit 0414729

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## React Native Kommunicate Chat v2.2.1
2+
- UI/UX changes to match Android and iOS
3+
- Added support for Custom Input Field - Android
4+
- Bug fixes and optimizations
5+
16
## React Native Kommunicate Chat v2.2.0
27
- Added support for Default Settings -
38
```javascript

RNKommunicateChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.requires_arc = true
1616

1717
s.dependency 'React'
18-
s.dependency 'Kommunicate', '~> 6.8.9'
18+
s.dependency 'Kommunicate', '~> 6.9.3'
1919
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ repositories {
3535

3636
dependencies {
3737
implementation 'com.facebook.react:react-native:+'
38-
api 'io.kommunicate.sdk:kommunicateui:2.7.0'
38+
api 'io.kommunicate.sdk:kommunicateui:2.7.4'
3939
}

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.2.0",
3+
"version": "2.2.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)