Skip to content

Commit 01d794a

Browse files
chore(release): 5.16.0 [skip ci]
1 parent 3cc6efa commit 01d794a

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
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.16.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.15.3...v5.16.0) (2023-08-07)
4+
5+
6+
### Features
7+
8+
* add ability to autoplay videos in gallery ([#2195](https://github.com/GetStream/stream-chat-react-native/issues/2195)) ([88dca0c](https://github.com/GetStream/stream-chat-react-native/commit/88dca0c5da13b05a1e07566d0d805169f765a248))
9+
10+
11+
### Bug Fixes
12+
13+
* android picker loop on refuse permission ([#2130](https://github.com/GetStream/stream-chat-react-native/issues/2130)) ([133affc](https://github.com/GetStream/stream-chat-react-native/commit/133affc427c5a9efb49304bbea6edd29c8d4bedf))
14+
* date separators were not visible if previous message was same day of the week ([#2200](https://github.com/GetStream/stream-chat-react-native/issues/2200)) ([e359465](https://github.com/GetStream/stream-chat-react-native/commit/e3594656cf7bdb655831dfdc5de6f8554acc45a5))
15+
* issue with picking files through filePicker with recent version of expo-document-picker ([#2203](https://github.com/GetStream/stream-chat-react-native/issues/2203)) ([b7d1fa6](https://github.com/GetStream/stream-chat-react-native/commit/b7d1fa690a5138e89cfacf63b11be6af28d45747))
16+
* video upload issue through image picker ([#2204](https://github.com/GetStream/stream-chat-react-native/issues/2204)) ([8dbd9a8](https://github.com/GetStream/stream-chat-react-native/commit/8dbd9a868873f4b64ae3772a0af73c2a1daef719))
17+
318
### [5.15.3](https://github.com/GetStream/stream-chat-react-native/compare/v5.15.2...v5.15.3) (2023-07-18)
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.15.3",
4+
"version": "5.16.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.15.3"
13+
"stream-chat-react-native-core": "5.16.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.15.3",
4+
"version": "5.16.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.15.3"
14+
"stream-chat-react-native-core": "5.16.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.15.3",
4+
"version": "5.16.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.15.3"
2+
"version": "5.16.0"
33
}

0 commit comments

Comments
 (0)