diff --git a/expo-package/package.json b/expo-package/package.json index e7b6bb8087..0ce528e434 100644 --- a/expo-package/package.json +++ b/expo-package/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat-expo", - "version": "0.12.2", + "version": "0.12.3", "author": { "company": "Stream.io Inc" }, @@ -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", diff --git a/expo-package/yarn.lock b/expo-package/yarn.lock index 00f13a0dcf..c786b69567 100644 --- a/expo-package/yarn.lock +++ b/expo-package/yarn.lock @@ -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= -stream-chat-react-native-core@v0.12.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== +stream-chat-react-native-core@v0.12.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" diff --git a/native-package/package.json b/native-package/package.json index e4e16c5c7b..122695ef85 100644 --- a/native-package/package.json +++ b/native-package/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat-react-native", - "version": "0.12.2", + "version": "0.12.3", "author": { "company": "Stream.io Inc" }, @@ -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", diff --git a/native-package/yarn.lock b/native-package/yarn.lock index 998b667f9f..00bb335d01 100644 --- a/native-package/yarn.lock +++ b/native-package/yarn.lock @@ -6266,10 +6266,10 @@ stream-browserify@^2.0.1: inherits "~2.0.1" readable-stream "^2.0.2" -stream-chat-react-native-core@v0.12.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== +stream-chat-react-native-core@v0.12.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" diff --git a/package.json b/package.json index cf952bd9c0..8e82727bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat-react-native-core", - "version": "0.12.2", + "version": "0.12.3", "author": { "company": "Stream.io Inc" },