Skip to content

Commit ac44959

Browse files
chore(release): 5.9.0 [skip ci]
1 parent a6ecd67 commit ac44959

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.9.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.8.0...v5.9.0) (2023-01-26)
4+
5+
6+
### Features
7+
8+
* Override `message.new` event function ([#1913](https://github.com/GetStream/stream-chat-react-native/issues/1913)) ([77f218a](https://github.com/GetStream/stream-chat-react-native/commit/77f218abb022dfa0c1f2cc0273f4557eeefbbd8a))
9+
10+
11+
### Bug Fixes
12+
13+
* improve ChannelList performance by improving threshold calls and rerenders of Header ([#1919](https://github.com/GetStream/stream-chat-react-native/issues/1919)) ([6ebabb6](https://github.com/GetStream/stream-chat-react-native/commit/6ebabb609f1cea748762ce01f472a84109b0efdf))
14+
* messageAction type ([#1924](https://github.com/GetStream/stream-chat-react-native/issues/1924)) ([b90cabf](https://github.com/GetStream/stream-chat-react-native/commit/b90cabf64d0b62bea946472112af219bb71f0d95))
15+
* selected video attachment in attachment picker isn't recognized as selected and upload issues on android ([#1931](https://github.com/GetStream/stream-chat-react-native/issues/1931)) ([f1603ff](https://github.com/GetStream/stream-chat-react-native/commit/f1603ff2d7f127fa688d59494fe621854fc46eec))
16+
17+
18+
### Reverts
19+
20+
* Revert "fix: show appropriate channel according to filter type defined when new message received (#1920)" (#1926) ([a73fa86](https://github.com/GetStream/stream-chat-react-native/commit/a73fa8676a2070e3e7131273fdc46ff47fa98140)), closes [#1920](https://github.com/GetStream/stream-chat-react-native/issues/1920) [#1926](https://github.com/GetStream/stream-chat-react-native/issues/1926)
21+
322
## [5.8.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.7.0...v5.8.0) (2023-01-19)
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.8.0",
4+
"version": "5.9.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.8.0"
13+
"stream-chat-react-native-core": "5.9.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.8.0",
4+
"version": "5.9.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.8.0"
14+
"stream-chat-react-native-core": "5.9.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.8.0",
4+
"version": "5.9.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.8.0"
2+
"version": "5.9.0"
33
}

0 commit comments

Comments
 (0)