Skip to content

Commit 0c46465

Browse files
chore(release): 5.17.0 [skip ci]
1 parent 0df4e6e commit 0c46465

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

package/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [5.17.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.16.0...v5.17.0) (2023-08-30)
4+
5+
6+
### Features
7+
8+
* introduce ability to add theme for the gallery image thumbnail ([#2216](https://github.com/GetStream/stream-chat-react-native/issues/2216)) ([5ea9a76](https://github.com/GetStream/stream-chat-react-native/commit/5ea9a761e76f1e9e7881152286e50dc7342550b2))
9+
10+
11+
### Bug Fixes
12+
13+
* remove message from local state when the status is failed ([#2214](https://github.com/GetStream/stream-chat-react-native/issues/2214)) ([8c00f62](https://github.com/GetStream/stream-chat-react-native/commit/8c00f624171da52d72557d97064669af6ca00dea)), closes [#2215](https://github.com/GetStream/stream-chat-react-native/issues/2215)
14+
315
## [5.16.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.15.3...v5.16.0) (2023-08-07)
416

517

package/expo-package/package.json

+2-2
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.16.0",
4+
"version": "5.17.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.16.0"
13+
"stream-chat-react-native-core": "5.17.0"
1414
},
1515
"peerDependencies": {
1616
"@react-native-community/netinfo": ">=6.0.0",

package/native-package/package.json

+2-2
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.16.0",
4+
"version": "5.17.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.16.0"
14+
"stream-chat-react-native-core": "5.17.0"
1515
},
1616
"peerDependencies": {
1717
"@react-native-camera-roll/camera-roll": ">=5.0.0",

package/package.json

+1-1
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.16.0",
4+
"version": "5.17.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

package/src/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.16.0"
2+
"version": "5.17.0"
33
}

0 commit comments

Comments
 (0)