Skip to content

Commit 3b271d8

Browse files
chore(release): 5.34.0 [skip ci]
1 parent 54b4f92 commit 3b271d8

File tree

6 files changed

+25
-10
lines changed

6 files changed

+25
-10
lines changed

package/CHANGELOG.md

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

3+
## [5.34.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.33.1...v5.34.0) (2024-07-29)
4+
5+
6+
### Features
7+
8+
* add timezone option to Streami18n instance using moment-timezone ([#2595](https://github.com/GetStream/stream-chat-react-native/issues/2595)) ([a7387a2](https://github.com/GetStream/stream-chat-react-native/commit/a7387a2f87fc04585950a2894b04c4d367563016))
9+
10+
11+
### Bug Fixes
12+
13+
* card play icon theme and dark mode appearance ([#2593](https://github.com/GetStream/stream-chat-react-native/issues/2593)) ([1eb12c4](https://github.com/GetStream/stream-chat-react-native/commit/1eb12c48d5ac9e08f2baedfd933a0c62ccce7877))
14+
* delete message action UI and resend icon ([#2597](https://github.com/GetStream/stream-chat-react-native/issues/2597)) ([6cd283b](https://github.com/GetStream/stream-chat-react-native/commit/6cd283ba26131a33206f1b7fd7eff8bcea93d8b0))
15+
* do not show reactions bubble on deleted message ([#2594](https://github.com/GetStream/stream-chat-react-native/issues/2594)) ([ef677b8](https://github.com/GetStream/stream-chat-react-native/commit/ef677b84343c878d516eed397879b9a056a9cc8b))
16+
* upgrade react-native-video to a stable version 6.4.2 from the previously beta version ([#2601](https://github.com/GetStream/stream-chat-react-native/issues/2601)) ([9f03aa4](https://github.com/GetStream/stream-chat-react-native/commit/9f03aa4843b1a6535026088178eb590a5ef64400))
17+
318
### [5.33.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.33.0...v5.33.1) (2024-07-08)
419

520

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.1",
4+
"version": "5.34.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.33.1"
13+
"stream-chat-react-native-core": "5.34.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.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==
2949+
2950+
version "5.33.1"
2951+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.1.tgz#d9e7847469d3ffb6e7fd35fbb7b720f2e25d172e"
2952+
integrity sha512-TCDmChJe07cYyL3sErc6qycRFMA+HbflCKRGrFvVvpU0RdWJljaqiOo3avFSauciSnQxx9WxzTkMism8YsFHcQ==
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.1",
4+
"version": "5.34.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.33.1"
14+
"stream-chat-react-native-core": "5.34.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.33.1",
4+
"version": "5.34.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.33.1"
2+
"version": "5.34.0"
33
}

0 commit comments

Comments
 (0)