Skip to content

Commit

Permalink
0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Jun 17, 2020
1 parent e08607a commit 870c018
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.12.2",
"version": "0.12.3",
"author": {
"company": "Stream.io Inc"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"react-native-unimodules": "^0.5.4",
"stream-chat-react-native-core": "v0.12.2"
"stream-chat-react-native-core": "v0.12.3"
},
"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 @@ -8827,10 +8827,10 @@ stream-buffers@~2.2.0:
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=

[email protected].1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.12.1.tgz#5a7a0b458f9106d05f60c9256d1b758070bba734"
integrity sha512-ld6q7Z3tM9QVZheq1ddvOO4GWJFtgheWp2DdYPDmc+5Rs9xlQII55lIp3W9IWh4LlwF3RxGrNzQvXX3GmKY81w==
[email protected].2:
version "0.12.2"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.12.2.tgz#130f1416cff05dceb6bd6b0603f62dd954c91a0b"
integrity sha512-dgnUXgjNlA0WjmzsPHu0lDH/9blIv3JrwG9P6HpnSppEFddoK2lvq0Q7KrC+YTH1xBA68rYM9VT1Mgy2nqahQQ==
dependencies:
"@babel/runtime" "^7.1.2"
"@stream-io/react-native-simple-markdown" "^1.1.3"
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.12.2",
"version": "0.12.3",
"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.12.2"
"stream-chat-react-native-core": "v0.12.3"
},
"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 @@ -6266,10 +6266,10 @@ stream-browserify@^2.0.1:
inherits "~2.0.1"
readable-stream "^2.0.2"

[email protected].1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.12.1.tgz#5a7a0b458f9106d05f60c9256d1b758070bba734"
integrity sha512-ld6q7Z3tM9QVZheq1ddvOO4GWJFtgheWp2DdYPDmc+5Rs9xlQII55lIp3W9IWh4LlwF3RxGrNzQvXX3GmKY81w==
[email protected].2:
version "0.12.2"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.12.2.tgz#130f1416cff05dceb6bd6b0603f62dd954c91a0b"
integrity sha512-dgnUXgjNlA0WjmzsPHu0lDH/9blIv3JrwG9P6HpnSppEFddoK2lvq0Q7KrC+YTH1xBA68rYM9VT1Mgy2nqahQQ==
dependencies:
"@babel/runtime" "^7.1.2"
"@stream-io/react-native-simple-markdown" "^1.1.3"
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.12.2",
"version": "0.12.3",
"author": {
"company": "Stream.io Inc"
},
Expand Down

0 comments on commit 870c018

Please sign in to comment.