Skip to content

Commit 20e8a5f

Browse files
0.12.1
1 parent a2cb083 commit 20e8a5f

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.12.0",
3+
"version": "0.12.1",
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.12.0"
60+
"stream-chat-react-native-core": "v0.12.1"
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
@@ -8827,10 +8827,10 @@ stream-buffers@~2.2.0:
88278827
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
88288828
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
88298829

8830-
stream-chat-react-native-core@v0.11.0:
8831-
version "0.11.0"
8832-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.11.0.tgz#650481578fcfc4993d5029bfcd76cd5069804d2f"
8833-
integrity sha512-L5ldN7e+tYAwoETWkkBAtP8DF4tJ7JQtiG/Ve1/T66fNuZ2NxcWu9kOU8AmU9ePr5znTVQAIYKsOEenEfjqZSQ==
8830+
stream-chat-react-native-core@v0.12.0:
8831+
version "0.12.0"
8832+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.12.0.tgz#f131c1132ca62b7315c24b641436c8eb859e1908"
8833+
integrity sha512-3C5VksBk7f/tUM0M7aiCHqJsLP64lmlNYnrU1Mp7cFLr8FfGK4lPvPuodNmKPDc6V8fDm8Tdi8dDHa3acN/A+g==
88348834
dependencies:
88358835
"@babel/runtime" "^7.1.2"
88368836
"@stream-io/react-native-simple-markdown" "^1.1.3"

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.12.0",
3+
"version": "0.12.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.12.0"
57+
"stream-chat-react-native-core": "v0.12.1"
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
@@ -6266,10 +6266,10 @@ stream-browserify@^2.0.1:
62666266
inherits "~2.0.1"
62676267
readable-stream "^2.0.2"
62686268

6269-
stream-chat-react-native-core@v0.11.0:
6270-
version "0.11.0"
6271-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.11.0.tgz#650481578fcfc4993d5029bfcd76cd5069804d2f"
6272-
integrity sha512-L5ldN7e+tYAwoETWkkBAtP8DF4tJ7JQtiG/Ve1/T66fNuZ2NxcWu9kOU8AmU9ePr5znTVQAIYKsOEenEfjqZSQ==
6269+
stream-chat-react-native-core@v0.12.0:
6270+
version "0.12.0"
6271+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.12.0.tgz#f131c1132ca62b7315c24b641436c8eb859e1908"
6272+
integrity sha512-3C5VksBk7f/tUM0M7aiCHqJsLP64lmlNYnrU1Mp7cFLr8FfGK4lPvPuodNmKPDc6V8fDm8Tdi8dDHa3acN/A+g==
62736273
dependencies:
62746274
"@babel/runtime" "^7.1.2"
62756275
"@stream-io/react-native-simple-markdown" "^1.1.3"

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.12.0",
3+
"version": "0.12.1",
44
"author": {
55
"company": "Stream.io Inc"
66
},

0 commit comments

Comments
 (0)