Skip to content

Commit dc7fe79

Browse files
zoyi-jindanivelop
andauthored
0.11.1 (#147)
* feat: �typescript migration (#138) * feat: 타입스크립트 마이그레이션 * enhance: model 타입 정의 및 일부 타입 명확하게 보충 * feat: 주요 타입 export * feat: 누락된 타입 추가 * feat: 문서 베이스로 누락된 타입 추가 * feat: RNChannelIO 타입 추가 * feat: api 인터페이스 타입은 export 하지 않도록 변경 * refactor: index.js 제거 * fix: replaceSubscriber에서 newSubscriber를 null로 넘길때 set되지 않는문제 수정 * type: subscribe nullable 처리 * 0.10.0 * 0.11.0 * 0.11.1 (#146) * 0.11.0 (#144) * feat: �typescript migration (#138) * feat: 타입스크립트 마이그레이션 * enhance: model 타입 정의 및 일부 타입 명확하게 보충 * feat: 주요 타입 export * feat: 누락된 타입 추가 * feat: 문서 베이스로 누락된 타입 추가 * feat: RNChannelIO 타입 추가 * feat: api 인터페이스 타입은 export 하지 않도록 변경 * refactor: index.js 제거 * fix: replaceSubscriber에서 newSubscriber를 null로 넘길때 set되지 않는문제 수정 * type: subscribe nullable 처리 * 0.10.0 * 0.11.0 --------- Co-authored-by: danivelop <[email protected]> * 0.11.1 --------- Co-authored-by: danivelop <[email protected]> --------- Co-authored-by: danivelop <[email protected]>
1 parent 5d57247 commit dc7fe79

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.11.1
2+
3+
## Update
4+
* support android channel-io 12.6.0
5+
* support iOS channel-io 12.6.0
6+
17
# 0.11.0
28

39
## Update

RNChannelIO.podspec

+3-3
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.0"
3+
s.version = "0.5.1"
44
s.summary = "RNChannelIO"
55
s.description = "channel plugin for react native"
66
s.homepage = "https://channel.io"
@@ -12,8 +12,8 @@ Pod::Spec.new do |s|
1212
s.requires_arc = true
1313
s.swift_version = '5.0'
1414

15-
s.ios.deployment_target = '12.0'
15+
s.ios.deployment_target = '15.0'
1616

1717
s.dependency "React"
18-
s.dependency "ChannelIOSDK", '12.5.0'
18+
s.dependency "ChannelIOSDK", '12.6.0'
1919
end

android/build.gradle

+1-1
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.3.4'
60+
api 'io.channel:plugin-android:12.6.0'
6161
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-channel-plugin",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "react native module for channel io",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)