Skip to content

Commit 14b7a85

Browse files
authored
0.11.6
# 0.11.6 ## Update * support android channel-io 12.11.0 * support iOS channel-io 12.10.1
2 parents 1e85cdf + 4738634 commit 14b7a85

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.11.6
2+
3+
## Update
4+
* support android channel-io 12.11.0
5+
* support iOS channel-io 12.10.1
6+
17
# 0.11.5
28

39
## Update
@@ -15,7 +21,6 @@
1521
* support android channel-io 12.8.1
1622
* support iOS channel-io 12.9.0
1723

18-
1924
## Bug Fixes
2025
* react-native 0.76.0 or higher: Fixes an issue where an error occurs when using setPage.
2126

RNChannelIO.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RNChannelIO"
3-
s.version = "0.5.3"
3+
s.version = "0.5.4"
44
s.summary = "RNChannelIO"
55
s.description = "channel plugin for react native"
66
s.homepage = "https://channel.io"
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
1515
s.ios.deployment_target = '15.0'
1616

1717
s.dependency "React"
18-
s.dependency "ChannelIOSDK", '12.10.0'
18+
s.dependency "ChannelIOSDK", '12.10.1'
1919

2020
end

android/build.gradle

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

5858
dependencies {
5959
implementation 'com.facebook.react:react-native'
60-
api 'io.channel:plugin-android:12.9.0'
60+
api 'io.channel:plugin-android:12.11.0'
6161
}

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-channel-plugin",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"description": "react native module for channel io",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)