Skip to content

Commit a631c50

Browse files
1.1.1
1 parent e0b2862 commit a631c50

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": "1.1.0",
3+
"version": "1.1.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": "v1.1.0"
60+
"stream-chat-react-native-core": "v1.1.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
@@ -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-
stream-chat-react-native-core@v1.0.0:
8842-
version "1.0.0"
8843-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-1.0.0.tgz#93438e62f617c00e68b1540c192524a7054a49d6"
8844-
integrity sha512-RhGb+a3npyXH0u/dIrkNKTY/t8XKnBbfLssBCIMsaLcx2HdoZy/aVnWXqYv75taoZccLhmwHC67llbnI4ur48Q==
8841+
stream-chat-react-native-core@v1.1.0:
8842+
version "1.1.0"
8843+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-1.1.0.tgz#c9d4eb9009258c17d3111b0ca1970800f0c1db76"
8844+
integrity sha512-dIU9RZrbPGf6MFl4bbsx1KSej5+9pVHDVYMTrWu+s3M9h6obFw0SYo8mqN6SqJWa+iwSFFii121gp4WJLBXgjg==
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": "1.1.0",
3+
"version": "1.1.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": "v1.1.0"
57+
"stream-chat-react-native-core": "v1.1.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
@@ -6272,10 +6272,10 @@ stream-browserify@^2.0.1:
62726272
inherits "~2.0.1"
62736273
readable-stream "^2.0.2"
62746274

6275-
stream-chat-react-native-core@v1.0.0:
6276-
version "1.0.0"
6277-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-1.0.0.tgz#93438e62f617c00e68b1540c192524a7054a49d6"
6278-
integrity sha512-RhGb+a3npyXH0u/dIrkNKTY/t8XKnBbfLssBCIMsaLcx2HdoZy/aVnWXqYv75taoZccLhmwHC67llbnI4ur48Q==
6275+
stream-chat-react-native-core@v1.1.0:
6276+
version "1.1.0"
6277+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-1.1.0.tgz#c9d4eb9009258c17d3111b0ca1970800f0c1db76"
6278+
integrity sha512-dIU9RZrbPGf6MFl4bbsx1KSej5+9pVHDVYMTrWu+s3M9h6obFw0SYo8mqN6SqJWa+iwSFFii121gp4WJLBXgjg==
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": "1.1.0",
3+
"version": "1.1.1",
44
"author": {
55
"company": "Stream.io Inc"
66
},

0 commit comments

Comments
 (0)