Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Feb 4, 2020
1 parent a174221 commit 9d68ea1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.6.3",
"version": "0.6.4",
"author": {
"company": "Stream.io Inc"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
"expo-image-picker": "^6.0.0",
"expo-permissions": "^6.0.0",
"react-native-unimodules": "^0.5.4",
"stream-chat-react-native-core": "v0.6.3"
"stream-chat-react-native-core": "v0.6.4"
},
"peerDependencies": {
"expo": "^32.0.0",
Expand Down
8 changes: 4 additions & 4 deletions expo-package/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8820,10 +8820,10 @@ stream-buffers@~2.2.0:
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=

stream-chat-react-native-core@0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.2.tgz#7681cad9788706967f0f11d91c564ea23d89c4bd"
integrity sha512-0Z6Cu5F9cUATuJ3UaC6ZGE0ARnX7VcCEuOrLqGn5qh4tODgG6BiMDzCNe46jicD7yOQJhVrp84jj4EwjXwBGIA==
stream-chat-react-native-core@v0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.3.tgz#ff56ec21d7f782cc5dbfd8d69b757e02c1b3cb76"
integrity sha512-KZNsFkmAAncvDoZwifcq524KMeMPuXCXa6zzDwB4rnSFBAUY2KGIKgXKVl9FXw55IkQPGfWznqXIep8h1PI3rA==
dependencies:
"@babel/runtime" "^7.1.2"
"@stream-io/react-native-simple-markdown" "^1.1.1"
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.6.3",
"version": "0.6.4",
"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.6.3"
"stream-chat-react-native-core": "v0.6.4"
},
"peerDependencies": {
"@react-native-community/netinfo": ">=2.0.7",
Expand Down
8 changes: 4 additions & 4 deletions native-package/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6193,10 +6193,10 @@ stream-browserify@^2.0.1:
inherits "~2.0.1"
readable-stream "^2.0.2"

stream-chat-react-native-core@0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.2.tgz#7681cad9788706967f0f11d91c564ea23d89c4bd"
integrity sha512-0Z6Cu5F9cUATuJ3UaC6ZGE0ARnX7VcCEuOrLqGn5qh4tODgG6BiMDzCNe46jicD7yOQJhVrp84jj4EwjXwBGIA==
stream-chat-react-native-core@v0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.3.tgz#ff56ec21d7f782cc5dbfd8d69b757e02c1b3cb76"
integrity sha512-KZNsFkmAAncvDoZwifcq524KMeMPuXCXa6zzDwB4rnSFBAUY2KGIKgXKVl9FXw55IkQPGfWznqXIep8h1PI3rA==
dependencies:
"@babel/runtime" "^7.1.2"
"@stream-io/react-native-simple-markdown" "^1.1.1"
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.6.3",
"version": "0.6.4",
"author": {
"company": "Stream.io Inc"
},
Expand Down

0 comments on commit 9d68ea1

Please sign in to comment.