Skip to content

Commit 2cc7eb0

Browse files
chore(release): 5.15.2 [skip ci]
1 parent 232d257 commit 2cc7eb0

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

package/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
### [5.15.2](https://github.com/GetStream/stream-chat-react-native/compare/v5.15.1...v5.15.2) (2023-07-03)
4+
5+
6+
### Bug Fixes
7+
8+
* do not sync if last sync is too old ([#2161](https://github.com/GetStream/stream-chat-react-native/issues/2161)) ([3b5e2ff](https://github.com/GetStream/stream-chat-react-native/commit/3b5e2ffe0e836bba86e186ca642317e5626de811))
9+
* double check whether we scroll to an existing index when messageId is… ([#2148](https://github.com/GetStream/stream-chat-react-native/issues/2148)) ([a87b095](https://github.com/GetStream/stream-chat-react-native/commit/a87b0951dc3a8868ec4481f438d312bedaaad4a5))
10+
* message status failed shows sent check mark ([#2127](https://github.com/GetStream/stream-chat-react-native/issues/2127)) ([00941e7](https://github.com/GetStream/stream-chat-react-native/commit/00941e776cfcb6d82d5e444fa3cc4295e40435b5))
11+
312
### [5.15.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.15.0...v5.15.1) (2023-06-12)
413

514

package/expo-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-expo",
33
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
4-
"version": "5.15.1",
4+
"version": "5.15.2",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -10,7 +10,7 @@
1010
"main": "src/index.js",
1111
"types": "types/index.d.ts",
1212
"dependencies": {
13-
"stream-chat-react-native-core": "5.15.1"
13+
"stream-chat-react-native-core": "5.15.2"
1414
},
1515
"peerDependencies": {
1616
"@react-native-community/netinfo": ">=6.0.0",

package/expo-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,10 +3036,10 @@ [email protected]:
30363036
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
30373037
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
30383038

3039-
3040-
version "5.15.0"
3041-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.15.0.tgz#e4d52ca3b492b7a3f2550049fccd85e025bfed2e"
3042-
integrity sha512-MJf9qV1MZf0r4HTt0afZGxF5/HytbY+Sap/8QTDNE6OucWmxa44kOY7SfHmfdkxOLTUPHMeK7Glc+wCmYZVVLA==
3039+
3040+
version "5.15.1"
3041+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.15.1.tgz#a7f8f3a5f2998bdd3f779d3dc82e3a0a8e0fec22"
3042+
integrity sha512-UnybqEl9nqDrTrvb8CU4gxDamr73Iv0M56rwxhPrTtPiWiVGpG4gddkfJVGpVGYTyCBm9CKKeNmYBktuEbeW8Q==
30433043
dependencies:
30443044
"@babel/runtime" "^7.12.5"
30453045
"@gorhom/bottom-sheet" "4.4.5"

package/native-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native",
33
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4-
"version": "5.15.1",
4+
"version": "5.15.2",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -11,7 +11,7 @@
1111
"types": "types/index.d.ts",
1212
"dependencies": {
1313
"es6-symbol": "^3.1.3",
14-
"stream-chat-react-native-core": "5.15.1"
14+
"stream-chat-react-native-core": "5.15.2"
1515
},
1616
"peerDependencies": {
1717
"@react-native-camera-roll/camera-roll": ">=5.0.0",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native-core",
33
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4-
"version": "5.15.1",
4+
"version": "5.15.2",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

package/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.15.1"
2+
"version": "5.15.2"
33
}

0 commit comments

Comments
 (0)