Skip to content

Commit 13bd07f

Browse files
chore(release): 5.33.1 [skip ci]
1 parent e94350c commit 13bd07f

File tree

7 files changed

+26
-14
lines changed

7 files changed

+26
-14
lines changed

package/CHANGELOG.md

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

3+
### [5.33.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.33.0...v5.33.1) (2024-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add borderRadius theme property for Gallery image ([#2580](https://github.com/GetStream/stream-chat-react-native/issues/2580)) ([8d0e5a4](https://github.com/GetStream/stream-chat-react-native/commit/8d0e5a435e9868e8a5010723563795e01702584b))
9+
* add copy and flag message action handler to actionHandlers ([#2573](https://github.com/GetStream/stream-chat-react-native/issues/2573)) ([f264bf0](https://github.com/GetStream/stream-chat-react-native/commit/f264bf0fde4ea287250b5833b114187bf57ff0bc))
10+
* channel preview update on new message when coming from BG to FG ([#2585](https://github.com/GetStream/stream-chat-react-native/issues/2585)) ([ea688c3](https://github.com/GetStream/stream-chat-react-native/commit/ea688c3096b368fb245b0d28671791b5c66b248e))
11+
* show parent thread message on navigation through message action if its empty ([#2577](https://github.com/GetStream/stream-chat-react-native/issues/2577)) ([a40facd](https://github.com/GetStream/stream-chat-react-native/commit/a40facd09a620138db9bb27ba4df00de875b7c81))
12+
* sound in silent mode for audio attachments ([87b32c5](https://github.com/GetStream/stream-chat-react-native/commit/87b32c5a3560d401fcc12e04382f8b8733d7f792))
13+
* thread reaction list rerender and add prop to enable/disable press on parent message ([#2575](https://github.com/GetStream/stream-chat-react-native/issues/2575)) ([abf6cd8](https://github.com/GetStream/stream-chat-react-native/commit/abf6cd80487e2bf02312339d40253dacac9355cb))
14+
315
## [5.33.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.32.1...v5.33.0) (2024-06-27)
416

517

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.33.0",
4+
"version": "5.33.1",
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.33.0"
13+
"stream-chat-react-native-core": "5.33.1"
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
@@ -2946,10 +2946,10 @@ [email protected]:
29462946
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
29472947
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
29482948

2949-
stream-chat-react-native-core@5.32.1:
2950-
version "5.32.1"
2951-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.32.1.tgz#bfc61cb37eb66ffe748984be38e1041b27a55d98"
2952-
integrity sha512-3HK9sqXv4I0XTiyMxee0HkvLyKgraE4SkiRYO4ReI0B+D465trl3Uch1OWHKYRcaji97Ne322BMP+rMIm2b4OA==
2949+
stream-chat-react-native-core@5.33.0:
2950+
version "5.33.0"
2951+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.0.tgz#14f04de90cbc8db011bab8db3fa84abe2dc2eaec"
2952+
integrity sha512-V9OJA9MrHzaCw5q16ZRbEktA1HamITbXPOkVZOjpDbb0OBcmedmOnD9C2NFIprc770lhllS/1MKBDr0GdQ9NXQ==
29532953
dependencies:
29542954
"@gorhom/bottom-sheet" "4.4.8"
29552955
dayjs "1.10.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.33.0",
4+
"version": "5.33.1",
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.33.0"
14+
"stream-chat-react-native-core": "5.33.1"
1515
},
1616
"peerDependencies": {
1717
"@react-native-camera-roll/camera-roll": ">=5.0.0",

package/native-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4254,10 +4254,10 @@ statuses@~1.5.0:
42544254
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
42554255
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
42564256

4257-
stream-chat-react-native-core@5.32.1:
4258-
version "5.32.1"
4259-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.32.1.tgz#bfc61cb37eb66ffe748984be38e1041b27a55d98"
4260-
integrity sha512-3HK9sqXv4I0XTiyMxee0HkvLyKgraE4SkiRYO4ReI0B+D465trl3Uch1OWHKYRcaji97Ne322BMP+rMIm2b4OA==
4257+
stream-chat-react-native-core@5.33.0:
4258+
version "5.33.0"
4259+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.0.tgz#14f04de90cbc8db011bab8db3fa84abe2dc2eaec"
4260+
integrity sha512-V9OJA9MrHzaCw5q16ZRbEktA1HamITbXPOkVZOjpDbb0OBcmedmOnD9C2NFIprc770lhllS/1MKBDr0GdQ9NXQ==
42614261
dependencies:
42624262
"@gorhom/bottom-sheet" "4.4.8"
42634263
dayjs "1.10.5"

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

0 commit comments

Comments
 (0)