Skip to content

Commit 448c495

Browse files
chore(release): 5.32.0 [skip ci]
1 parent edb7586 commit 448c495

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

package/CHANGELOG.md

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

3+
## [5.32.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.31.1...v5.32.0) (2024-06-17)
4+
5+
6+
### Features
7+
8+
* global date time formatting through i18n ([#2552](https://github.com/GetStream/stream-chat-react-native/issues/2552)) ([0ad7016](https://github.com/GetStream/stream-chat-react-native/commit/0ad70167956d0392fd8d9d8af07a8c9bc7664790))
9+
* use queryReactions to fetch and show reactions in OverlayReactions. ([#2532](https://github.com/GetStream/stream-chat-react-native/issues/2532)) ([d7c8243](https://github.com/GetStream/stream-chat-react-native/commit/d7c82433c5ff6f483ae8b513565b4bb3adc05411))
10+
11+
12+
### Bug Fixes
13+
14+
* add expo-clipboard to peer deps of expo-package ([#2537](https://github.com/GetStream/stream-chat-react-native/issues/2537)) ([ae279a1](https://github.com/GetStream/stream-chat-react-native/commit/ae279a1f8096d90a10c749441eb9d9acadd1c01d))
15+
* Correct japanese translation ([#2540](https://github.com/GetStream/stream-chat-react-native/issues/2540)) ([64b2f78](https://github.com/GetStream/stream-chat-react-native/commit/64b2f7817ce2516e9586f92be98102cde3a6b697))
16+
* derive reaction list from reaction_groups and show reaction count while maintaining the order ([#2523](https://github.com/GetStream/stream-chat-react-native/issues/2523)) ([46de441](https://github.com/GetStream/stream-chat-react-native/commit/46de441719fbac90ba099efa4b96467057b4fb2e))
17+
* empty message list UI and scrolling issue ([#2533](https://github.com/GetStream/stream-chat-react-native/issues/2533)) ([95e9dc5](https://github.com/GetStream/stream-chat-react-native/commit/95e9dc5e71f3860d196f3dad8ddd0c780052964e))
18+
* message edited label edited time stamp ([#2547](https://github.com/GetStream/stream-chat-react-native/issues/2547)) ([95abb46](https://github.com/GetStream/stream-chat-react-native/commit/95abb46a89d50f41755e94d2e612d11496bf6c5b))
19+
* store message_text_updated_at field in the offline DB ([#2548](https://github.com/GetStream/stream-chat-react-native/issues/2548)) ([ff86bca](https://github.com/GetStream/stream-chat-react-native/commit/ff86bcae435f1c2322981297559dde458cc49fbf))
20+
* use i18n-parser for build-translations and improve related scripts ([#2553](https://github.com/GetStream/stream-chat-react-native/issues/2553)) ([6037c4d](https://github.com/GetStream/stream-chat-react-native/commit/6037c4dfb258e6581faa1e525d22dfd8f1079ac5))
21+
322
### [5.31.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.31.0...v5.31.1) (2024-05-28)
423

524

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.31.1",
4+
"version": "5.32.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.31.1"
13+
"stream-chat-react-native-core": "5.32.0"
1414
},
1515
"peerDependencies": {
1616
"@react-native-community/netinfo": ">=6.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.31.1",
4+
"version": "5.32.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.31.1"
14+
"stream-chat-react-native-core": "5.32.0"
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.31.1",
4+
"version": "5.32.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.31.1"
2+
"version": "5.32.0"
33
}

0 commit comments

Comments
 (0)