Skip to content

Commit 5d57247

Browse files
zoyi-jindanivelop
andauthored
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]>
1 parent 1388462 commit 5d57247

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.11.0
2+
3+
## Update
4+
* support iOS channel-io 12.5.0
5+
16
# 0.10.0
27

38
## Update

RNChannelIO.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "RNChannelIO"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "RNChannelIO"
55
s.description = "channel plugin for react native"
66
s.homepage = "https://channel.io"
77
s.license = { :type => "SDK", :file => "LICENSE" }
88
s.author = { 'Channel Corp.' => '[email protected]', 'Channel Corp. iOS' => '[email protected]' }
9-
s.platform = :ios, "12.0"
9+
s.platform = :ios, "15.0"
1010
s.source = { :git => "https://github.com/zoyi/react-native-channel-io.git" }
1111
s.source_files = "ios/**/*.{h,m}"
1212
s.requires_arc = true
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.ios.deployment_target = '12.0'
1616

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

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

0 commit comments

Comments
 (0)