Skip to content

Commit fdc1f51

Browse files
chore(release): 5.33.0 [skip ci]
1 parent 3871c18 commit fdc1f51

File tree

7 files changed

+31
-14
lines changed

7 files changed

+31
-14
lines changed

package/CHANGELOG.md

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

3+
## [5.33.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.32.1...v5.33.0) (2024-06-27)
4+
5+
6+
### Features
7+
8+
* configure ReactionList reaction theme ([#2561](https://github.com/GetStream/stream-chat-react-native/issues/2561)) ([e89fa89](https://github.com/GetStream/stream-chat-react-native/commit/e89fa897a2c9ce0edb342e69938f0bcf0146e344))
9+
10+
11+
### Bug Fixes
12+
13+
* .eslintrc.json warning ([dadce56](https://github.com/GetStream/stream-chat-react-native/commit/dadce5675ce2f7d348bbace19055926e97618d31))
14+
* audio for the video muted when the silent mode is on for iOS ([#2564](https://github.com/GetStream/stream-chat-react-native/issues/2564)) ([abf6f2a](https://github.com/GetStream/stream-chat-react-native/commit/abf6f2a7b0aae829fbf37d337d77da8237f762ac))
15+
* i18n in message rerender issue for MessageText component ([#2566](https://github.com/GetStream/stream-chat-react-native/issues/2566)) ([d8fecbd](https://github.com/GetStream/stream-chat-react-native/commit/d8fecbdb459796889109dc2998eccd3dac4b7182))
16+
* memoization check for i18n translations ([ab5ca71](https://github.com/GetStream/stream-chat-react-native/commit/ab5ca7151961feae4cdcb2796b34391fc7a50b2b))
17+
* memoization issue for ReactionList count ([#2571](https://github.com/GetStream/stream-chat-react-native/issues/2571)) ([99816a4](https://github.com/GetStream/stream-chat-react-native/commit/99816a4df09632ffa684489c45be52671364ae5d))
18+
* upload image issue when clicking a photo using expo-image-picker on Expo 51 ([#2559](https://github.com/GetStream/stream-chat-react-native/issues/2559)) ([d4b90fc](https://github.com/GetStream/stream-chat-react-native/commit/d4b90fc0720afc9d64e0fd99c8dd4ceebf3e2560))
19+
320
### [5.32.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.32.0...v5.32.1) (2024-06-18)
421

522

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.32.1",
4+
"version": "5.33.0",
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.32.1"
13+
"stream-chat-react-native-core": "5.33.0"
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-
2950-
version "5.32.0"
2951-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.32.0.tgz#38587416dffca198d8d39499bf24342926e82894"
2952-
integrity sha512-/dL5h6En5dF/oehKOK88PZur14tH99856F+JW8BAuLpg1CNIitrwSGf9DMuLWDxoZBksxIxunJfMVSDAKjhnYg==
2949+
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==
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.32.1",
4+
"version": "5.33.0",
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.32.1"
14+
"stream-chat-react-native-core": "5.33.0"
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-
4258-
version "5.32.0"
4259-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.32.0.tgz#38587416dffca198d8d39499bf24342926e82894"
4260-
integrity sha512-/dL5h6En5dF/oehKOK88PZur14tH99856F+JW8BAuLpg1CNIitrwSGf9DMuLWDxoZBksxIxunJfMVSDAKjhnYg==
4257+
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==
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.32.1",
4+
"version": "5.33.0",
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.32.1"
2+
"version": "5.33.0"
33
}

0 commit comments

Comments
 (0)