Skip to content

Commit 4992454

Browse files
chore(release): 5.2.0 [skip ci]
1 parent b142a1a commit 4992454

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

package/CHANGELOG.md

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

3+
## [5.2.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.1.0...v5.2.0) (2022-09-06)
4+
5+
6+
### Features
7+
8+
* add debugcontext to send/receive data to/from the flipper plugin ([14d1e35](https://github.com/GetStream/stream-chat-react-native/commit/14d1e350c6db75fb630f3d737eed4149b4438fe7))
9+
* debug mode for SDK using Flipper plugin ([c5fc2a3](https://github.com/GetStream/stream-chat-react-native/commit/c5fc2a36894f2ab8c67673cb15b44460afee4e6b))
10+
* send client data to the desktop plugin ([268c99c](https://github.com/GetStream/stream-chat-react-native/commit/268c99cd88b5740e6e1f5eeb6a4d7e731d21289b))
11+
12+
13+
### Bug Fixes
14+
15+
* erroneous usage of AudioAttachment and its props from message input context ([9331343](https://github.com/GetStream/stream-chat-react-native/commit/93313432ae3e9f068a29b8715532e1dc0aa5e41c))
16+
* multiple video controls in ImageGallery ([29aab59](https://github.com/GetStream/stream-chat-react-native/commit/29aab59cbe51907e79f4a6523af74862e70ca789))
17+
* repeat memoization and support of new version of rn-video on android ([d0cd043](https://github.com/GetStream/stream-chat-react-native/commit/d0cd043c4f5e18199f7b2d9ebe664e55f0567346))
18+
* theming colors of image gallery video control's progress and duration text ([b6dcec6](https://github.com/GetStream/stream-chat-react-native/commit/b6dcec640e449750c463eab82a86ed10b0b059b6))
19+
* video controls for multiple videos in image gallery ([c5981df](https://github.com/GetStream/stream-chat-react-native/commit/c5981df9d139f4bab8d17835e8d3068753177f2d))
20+
321
## [5.1.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.0.0...v5.1.0) (2022-08-31)
422

523

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.1.0",
4+
"version": "5.2.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.1.0"
13+
"stream-chat-react-native-core": "5.2.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.1.0",
4+
"version": "5.2.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.1.0"
14+
"stream-chat-react-native-core": "5.2.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.1.0",
4+
"version": "5.2.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.1.0"
2+
"version": "5.2.0"
33
}

0 commit comments

Comments
 (0)