Skip to content

Commit f380df7

Browse files
committed
认证rn插件升级修改版本号和change log。
1 parent e1b79c8 commit f380df7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
3+
### v 2.4.5
4+
- android和iOS sdk更新到2.6.7 ,支持cheockBox未选中回调。补充相关认证授权页API说明文档。
5+
6+
17
### v 2.4.4
28
- android增加弹窗自定义关闭按钮
39

@@ -17,4 +23,4 @@
1723
### v 2.3.0
1824
1.由于RN-JCore1.6.0存在编译问题,从RN-JCore1.7.0开始,还是需要在AndroidManifest.xml中添加配置代码,具体参考 配置-2.1 Android
1925

20-
2.修复添加自定义布局问题
26+
2.修复添加自定义布局问题

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"jcore-react-native": "^1.7.0",
1111
"react": "16.8.6",
1212
"react-native": "0.63.4",
13-
"jverification-react-native": "2.4.4"
13+
"jverification-react-native": "2.4.5"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "^7.5.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"license": "ISC",
77
"author": "wicked.tc130",
8-
"version": "2.4.4",
8+
"version": "2.4.5",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/jpush/jverification-react-native"

0 commit comments

Comments
 (0)