Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Jan 7, 2020
1 parent e946fb5 commit d1c3b54
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.5.1",
"version": "0.6.0",
"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": "v0.5.1"
"stream-chat-react-native-core": "v0.6.0"
},
"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=

[email protected].0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.5.0.tgz#73e729ffd428b5d5d9889621d8254ac686aeeaf4"
integrity sha512-LdY1eMsXhYx/fts7a8DVXnr6rtE6jHl3ZJe0dCodlwMkdzKD9ZbMNrdLSYSitkUqXSnSJZ69e0pQq+SzBOLzTQ==
[email protected].1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.5.1.tgz#cf48163d879b9df42fceac01e4709045b288f8ac"
integrity sha512-un5U1cIBUw+xxSxEVEZRUR2fSFdY1tSn27RVUA7s3WmMF248tSnKMF+Iett/4P+6IrvVt9/tkPxKWX9gU1BNlA==
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.5.1",
"version": "0.6.0",
"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.5.1"
"stream-chat-react-native-core": "v0.6.0"
},
"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"

[email protected].0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.5.0.tgz#73e729ffd428b5d5d9889621d8254ac686aeeaf4"
integrity sha512-LdY1eMsXhYx/fts7a8DVXnr6rtE6jHl3ZJe0dCodlwMkdzKD9ZbMNrdLSYSitkUqXSnSJZ69e0pQq+SzBOLzTQ==
[email protected].1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.5.1.tgz#cf48163d879b9df42fceac01e4709045b288f8ac"
integrity sha512-un5U1cIBUw+xxSxEVEZRUR2fSFdY1tSn27RVUA7s3WmMF248tSnKMF+Iett/4P+6IrvVt9/tkPxKWX9gU1BNlA==
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.5.1",
"version": "0.6.0",
"author": {
"company": "Stream.io Inc"
},
Expand Down

0 comments on commit d1c3b54

Please sign in to comment.