Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Nov 16, 2020
1 parent 6d47d9c commit 8ca2ef0
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": "2.0.0",
"version": "2.0.1",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -9,7 +9,7 @@
"main": "src/index.js",
"types": "types/index.d.ts",
"dependencies": {
"stream-chat-react-native-core": "v2.0.0"
"stream-chat-react-native-core": "v2.0.1"
},
"peerDependencies": {
"expo": "^39.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": "2.0.0",
"version": "2.0.1",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -10,7 +10,7 @@
"types": "types/index.d.ts",
"dependencies": {
"es6-symbol": "^3.1.3",
"stream-chat-react-native-core": "v2.0.0"
"stream-chat-react-native-core": "v2.0.1"
},
"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": "2.0.0",
"version": "2.0.1",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand Down

0 comments on commit 8ca2ef0

Please sign in to comment.