Skip to content

Commit 8233d63

Browse files
author
Jaap
committed
0.6.1
1 parent 442ec8c commit 8233d63

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.0",
3+
"version": "0.6.1",
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.0"
63+
"stream-chat-react-native-core": "0.6.1"
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@v0.5.1:
8824-
version "0.5.1"
8825-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.5.1.tgz#cf48163d879b9df42fceac01e4709045b288f8ac"
8826-
integrity sha512-un5U1cIBUw+xxSxEVEZRUR2fSFdY1tSn27RVUA7s3WmMF248tSnKMF+Iett/4P+6IrvVt9/tkPxKWX9gU1BNlA==
8823+
stream-chat-react-native-core@v0.6.0:
8824+
version "0.6.0"
8825+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.0.tgz#77a55d27ebdc513b196475f923359ba660b671c8"
8826+
integrity sha512-4Ag/Npmn5ak3xKYDSTO4CpP2CBsP5lVDFXyZ+xK9rnRW6iC/1O7KETAN4IzH8B5uIQBzIyroZ4zoOM7JIk2qyg==
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.0",
3+
"version": "0.6.1",
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.0"
57+
"stream-chat-react-native-core": "0.6.1"
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@v0.5.1:
6197-
version "0.5.1"
6198-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.5.1.tgz#cf48163d879b9df42fceac01e4709045b288f8ac"
6199-
integrity sha512-un5U1cIBUw+xxSxEVEZRUR2fSFdY1tSn27RVUA7s3WmMF248tSnKMF+Iett/4P+6IrvVt9/tkPxKWX9gU1BNlA==
6196+
stream-chat-react-native-core@v0.6.0:
6197+
version "0.6.0"
6198+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.0.tgz#77a55d27ebdc513b196475f923359ba660b671c8"
6199+
integrity sha512-4Ag/Npmn5ak3xKYDSTO4CpP2CBsP5lVDFXyZ+xK9rnRW6iC/1O7KETAN4IzH8B5uIQBzIyroZ4zoOM7JIk2qyg==
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.0",
3+
"version": "0.6.1",
44
"author": {
55
"company": "Stream.io Inc"
66
},

0 commit comments

Comments
 (0)