Skip to content

Commit 31581b9

Browse files
authored
Merge pull request #184 from channel-io/develop
0.12.1
2 parents 9866edf + 0798dcf commit 31581b9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.12.1
2+
3+
## Update
4+
* Remove unused react-native-firebase peerDependency
5+
16
# 0.12.0
27

38
## Update

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-channel-plugin",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "react native module for channel io",
55
"main": "index.ts",
66
"scripts": {
@@ -17,8 +17,7 @@
1717
"license": "SDK",
1818
"homepage": "https://www.channel.io",
1919
"peerDependencies": {
20-
"react-native": ">=0.60.0",
21-
"react-native-firebase": ">=5.0.0"
20+
"react-native": ">=0.60.0"
2221
},
2322
"files": [
2423
"android/src",

0 commit comments

Comments
 (0)