File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 0.11.6
2
+
3
+ ## Update
4
+ * support android channel-io 12.11.0
5
+ * support iOS channel-io 12.10.1
6
+
1
7
# 0.11.5
2
8
3
9
## Update
15
21
* support android channel-io 12.8.1
16
22
* support iOS channel-io 12.9.0
17
23
18
-
19
24
## Bug Fixes
20
25
* react-native 0.76.0 or higher: Fixes an issue where an error occurs when using setPage.
21
26
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RNChannelIO"
3
- s . version = "0.5.3 "
3
+ s . version = "0.5.4 "
4
4
s . summary = "RNChannelIO"
5
5
s . description = "channel plugin for react native"
6
6
s . homepage = "https://channel.io"
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
15
15
s . ios . deployment_target = '15.0'
16
16
17
17
s . dependency "React"
18
- s . dependency "ChannelIOSDK" , '12.10.0 '
18
+ s . dependency "ChannelIOSDK" , '12.10.1 '
19
19
20
20
end
Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ repositories {
57
57
58
58
dependencies {
59
59
implementation ' com.facebook.react:react-native'
60
- api ' io.channel:plugin-android:12.9 .0'
60
+ api ' io.channel:plugin-android:12.11 .0'
61
61
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-channel-plugin" ,
3
- "version" : " 0.11.5 " ,
3
+ "version" : " 0.11.6 " ,
4
4
"description" : " react native module for channel io" ,
5
5
"main" : " index.ts" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments