Skip to content

Commit 9d68ea1

Browse files
0.6.4
1 parent a174221 commit 9d68ea1

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

expo-package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-expo",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"author": {
55
"company": "Stream.io Inc"
66
},
@@ -60,7 +60,7 @@
6060
"expo-image-picker": "^6.0.0",
6161
"expo-permissions": "^6.0.0",
6262
"react-native-unimodules": "^0.5.4",
63-
"stream-chat-react-native-core": "v0.6.3"
63+
"stream-chat-react-native-core": "v0.6.4"
6464
},
6565
"peerDependencies": {
6666
"expo": "^32.0.0",

expo-package/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8820,10 +8820,10 @@ stream-buffers@~2.2.0:
88208820
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
88218821
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
88228822

8823-
stream-chat-react-native-core@0.6.2:
8824-
version "0.6.2"
8825-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.2.tgz#7681cad9788706967f0f11d91c564ea23d89c4bd"
8826-
integrity sha512-0Z6Cu5F9cUATuJ3UaC6ZGE0ARnX7VcCEuOrLqGn5qh4tODgG6BiMDzCNe46jicD7yOQJhVrp84jj4EwjXwBGIA==
8823+
stream-chat-react-native-core@v0.6.3:
8824+
version "0.6.3"
8825+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.3.tgz#ff56ec21d7f782cc5dbfd8d69b757e02c1b3cb76"
8826+
integrity sha512-KZNsFkmAAncvDoZwifcq524KMeMPuXCXa6zzDwB4rnSFBAUY2KGIKgXKVl9FXw55IkQPGfWznqXIep8h1PI3rA==
88278827
dependencies:
88288828
"@babel/runtime" "^7.1.2"
88298829
"@stream-io/react-native-simple-markdown" "^1.1.1"

native-package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-react-native",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"author": {
55
"company": "Stream.io Inc"
66
},
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"es6-symbol": "^3.1.1",
57-
"stream-chat-react-native-core": "v0.6.3"
57+
"stream-chat-react-native-core": "v0.6.4"
5858
},
5959
"peerDependencies": {
6060
"@react-native-community/netinfo": ">=2.0.7",

native-package/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6193,10 +6193,10 @@ stream-browserify@^2.0.1:
61936193
inherits "~2.0.1"
61946194
readable-stream "^2.0.2"
61956195

6196-
stream-chat-react-native-core@0.6.2:
6197-
version "0.6.2"
6198-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.2.tgz#7681cad9788706967f0f11d91c564ea23d89c4bd"
6199-
integrity sha512-0Z6Cu5F9cUATuJ3UaC6ZGE0ARnX7VcCEuOrLqGn5qh4tODgG6BiMDzCNe46jicD7yOQJhVrp84jj4EwjXwBGIA==
6196+
stream-chat-react-native-core@v0.6.3:
6197+
version "0.6.3"
6198+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.3.tgz#ff56ec21d7f782cc5dbfd8d69b757e02c1b3cb76"
6199+
integrity sha512-KZNsFkmAAncvDoZwifcq524KMeMPuXCXa6zzDwB4rnSFBAUY2KGIKgXKVl9FXw55IkQPGfWznqXIep8h1PI3rA==
62006200
dependencies:
62016201
"@babel/runtime" "^7.1.2"
62026202
"@stream-io/react-native-simple-markdown" "^1.1.1"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-react-native-core",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"author": {
55
"company": "Stream.io Inc"
66
},

0 commit comments

Comments
 (0)