Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Jun 15, 2020
1 parent 671319f commit 62005ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions expo-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat-expo",
"version": "0.11.0",
"version": "0.12.0",
"author": {
"company": "Stream.io Inc"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"react-native-unimodules": "^0.5.4",
"stream-chat-react-native-core": "v0.11.0"
"stream-chat-react-native-core": "v0.12.0"
},
"peerDependencies": {
"expo": "^32.0.0",
Expand Down
4 changes: 2 additions & 2 deletions native-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat-react-native",
"version": "0.11.0",
"version": "0.12.0",
"author": {
"company": "Stream.io Inc"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"es6-symbol": "^3.1.1",
"stream-chat-react-native-core": "v0.11.0"
"stream-chat-react-native-core": "v0.12.0"
},
"peerDependencies": {
"@react-native-community/netinfo": ">=2.0.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat-react-native-core",
"version": "0.11.0",
"version": "0.12.0",
"author": {
"company": "Stream.io Inc"
},
Expand Down

0 comments on commit 62005ca

Please sign in to comment.