Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap committed Jan 20, 2020
1 parent fa5e2b6 commit 18a06ef
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.1",
"version": "0.6.2",
"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": "0.6.1"
"stream-chat-react-native-core": "0.6.2"
},
"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@v0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.0.tgz#77a55d27ebdc513b196475f923359ba660b671c8"
integrity sha512-4Ag/Npmn5ak3xKYDSTO4CpP2CBsP5lVDFXyZ+xK9rnRW6iC/1O7KETAN4IzH8B5uIQBzIyroZ4zoOM7JIk2qyg==
stream-chat-react-native-core@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.1.tgz#a71cbe9e8b2395d9dbee9beb601f98a3cb4a5ee9"
integrity sha512-TdRKRNLT7X5SRsu5rpJXM576uyu2DUgKipr/oZ6STfcm9H+el/U1p+O9zNX3PV6m/rmExcfxBjXShzJKaZQxvQ==
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.1",
"version": "0.6.2",
"author": {
"company": "Stream.io Inc"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"es6-symbol": "^3.1.1",
"stream-chat-react-native-core": "0.6.1"
"stream-chat-react-native-core": "0.6.2"
},
"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@v0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.0.tgz#77a55d27ebdc513b196475f923359ba660b671c8"
integrity sha512-4Ag/Npmn5ak3xKYDSTO4CpP2CBsP5lVDFXyZ+xK9rnRW6iC/1O7KETAN4IzH8B5uIQBzIyroZ4zoOM7JIk2qyg==
stream-chat-react-native-core@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.1.tgz#a71cbe9e8b2395d9dbee9beb601f98a3cb4a5ee9"
integrity sha512-TdRKRNLT7X5SRsu5rpJXM576uyu2DUgKipr/oZ6STfcm9H+el/U1p+O9zNX3PV6m/rmExcfxBjXShzJKaZQxvQ==
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.1",
"version": "0.6.2",
"author": {
"company": "Stream.io Inc"
},
Expand Down

0 comments on commit 18a06ef

Please sign in to comment.