Skip to content

Commit c17e542

Browse files
committed
Merge branch 'develop' of github.com:GetStream/stream-chat-react-native into v6.0.0
2 parents 457c694 + c72efaf commit c17e542

File tree

7 files changed

+22
-7
lines changed

7 files changed

+22
-7
lines changed

examples/SampleApp/CHANGELOG.md

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

3+
### [1.30.5](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v1.30.5) (2024-10-24)
4+
5+
6+
### Workspaces
7+
8+
* Following linked packages updated: [stream-chat-react-native]
9+
310
### [1.30.4](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v1.30.4) (2024-10-21)
411

512

examples/SampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sampleapp",
3-
"version": "1.30.4",
3+
"version": "1.30.5",
44
"private": true,
55
"repository": {
66
"type": "git",

package/CHANGELOG.md

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

3+
### [5.39.5](https://github.com/GetStream/stream-chat-react-native/compare/v5.39.4...v5.39.5) (2024-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* add theme for overlay reaction list icon and introduce shouldShowUnreadOverlay for message bubble ([#2722](https://github.com/GetStream/stream-chat-react-native/issues/2722)) ([2a7cee3](https://github.com/GetStream/stream-chat-react-native/commit/2a7cee35be31546028dc45b6c6659b9e93220df4))
9+
* inline date separator not being rendered for deleted message appropriately ([#2716](https://github.com/GetStream/stream-chat-react-native/issues/2716)) ([9f2bb15](https://github.com/GetStream/stream-chat-react-native/commit/9f2bb15e8c52f3d8b4011108c84608e37ab90667))
10+
311
### [5.39.4](https://github.com/GetStream/stream-chat-react-native/compare/v5.39.3...v5.39.4) (2024-10-21)
412

513

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.39.4",
4+
"version": "5.39.5",
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.39.4"
13+
"stream-chat-react-native-core": "5.39.5"
1414
},
1515
"peerDependencies": {
1616
"expo": ">=51.0.0",

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.39.4",
4+
"version": "5.39.5",
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.39.4"
14+
"stream-chat-react-native-core": "5.39.5"
1515
},
1616
"peerDependencies": {
1717
"@bam.tech/react-native-image-resizer": ">=3.0.10",

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.39.4",
4+
"version": "5.39.5",
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.39.4"
2+
"version": "5.39.5"
33
}

0 commit comments

Comments
 (0)