Skip to content

Commit 8686c3a

Browse files
0.15.2
1 parent 39fcbe8 commit 8686c3a

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

expo-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-expo",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"author": {
55
"company": "Stream.io Inc"
66
},
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"react-native-unimodules": "^0.5.4",
60-
"stream-chat-react-native-core": "v0.15.1"
60+
"stream-chat-react-native-core": "v0.15.2"
6161
},
6262
"peerDependencies": {
6363
"expo": "^32.0.0",

expo-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8838,10 +8838,10 @@ stream-buffers@~2.2.0:
88388838
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
88398839
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
88408840

8841-
8842-
version "0.15.0"
8843-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.15.0.tgz#2041b2986f2233e2635181abbf40971c194cd531"
8844-
integrity sha512-pCzua3KwzkT3b6SSrx/4P/RIu68aArP00Z9Sb9ZJ+4DiAdfGAbOsHVGOGHytmtOcTm/bBY1bpj5eXl98T35zxw==
8841+
8842+
version "0.15.1"
8843+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.15.1.tgz#8f72d66921e716bc01c833c2263173f2b9cdaaa4"
8844+
integrity sha512-aA//yX4g70KrIICii6fcJNKnKQXu3DVl9GeuxUArUcRY/HrtmIDqj3ced/9ZQ6W7DopBfs4m/qqlPxOMYnHLAQ==
88458845
dependencies:
88468846
"@babel/runtime" "^7.1.2"
88478847
"@stream-io/react-native-simple-markdown" "^1.2.1"

native-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-react-native",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
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.15.1"
57+
"stream-chat-react-native-core": "v0.15.2"
5858
},
5959
"peerDependencies": {
6060
"@react-native-community/netinfo": ">=2.0.7",

native-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6272,10 +6272,10 @@ stream-browserify@^2.0.1:
62726272
inherits "~2.0.1"
62736273
readable-stream "^2.0.2"
62746274

6275-
6276-
version "0.15.0"
6277-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.15.0.tgz#2041b2986f2233e2635181abbf40971c194cd531"
6278-
integrity sha512-pCzua3KwzkT3b6SSrx/4P/RIu68aArP00Z9Sb9ZJ+4DiAdfGAbOsHVGOGHytmtOcTm/bBY1bpj5eXl98T35zxw==
6275+
6276+
version "0.15.1"
6277+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.15.1.tgz#8f72d66921e716bc01c833c2263173f2b9cdaaa4"
6278+
integrity sha512-aA//yX4g70KrIICii6fcJNKnKQXu3DVl9GeuxUArUcRY/HrtmIDqj3ced/9ZQ6W7DopBfs4m/qqlPxOMYnHLAQ==
62796279
dependencies:
62806280
"@babel/runtime" "^7.1.2"
62816281
"@stream-io/react-native-simple-markdown" "^1.2.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-react-native-core",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"author": {
55
"company": "Stream.io Inc"
66
},

0 commit comments

Comments
 (0)