Skip to content

Commit 048eff5

Browse files
chore(release): 5.8.0 [skip ci]
1 parent c1e7cb7 commit 048eff5

File tree

5 files changed

+29
-6
lines changed

5 files changed

+29
-6
lines changed

package/CHANGELOG.md

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

3+
## [5.8.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.7.0...v5.8.0) (2023-01-19)
4+
5+
6+
### Features
7+
8+
* add max file upload size limit of 100MB ([#1888](https://github.com/GetStream/stream-chat-react-native/issues/1888)) ([7ff1698](https://github.com/GetStream/stream-chat-react-native/commit/7ff169818e66cf9bbdf4b4de28fa804f48ea076b))
9+
* add resizeMode prop to the Video component and update native_handlers docs ([878caf0](https://github.com/GetStream/stream-chat-react-native/commit/878caf095995dfc391d2ea827d51b267f9bd0a5d))
10+
* add resizeMode prop to the Video component and update native_handlers docs ([b7379b9](https://github.com/GetStream/stream-chat-react-native/commit/b7379b9e67e85e023d342c491fa684c80be93264))
11+
* update expo example app to expo 47 ([#1892](https://github.com/GetStream/stream-chat-react-native/issues/1892)) ([e396ec0](https://github.com/GetStream/stream-chat-react-native/commit/e396ec09e281f659f63efa55a3f2499d6ce0d310))
12+
* upgrading stream-chat to v8.2.1 ([25e94e9](https://github.com/GetStream/stream-chat-react-native/commit/25e94e9b902e267ffd55bb6788d6b5d0cc2d5610))
13+
* upgrading stream-chat tov8.2.1 ([679bcc1](https://github.com/GetStream/stream-chat-react-native/commit/679bcc1df6cda9fa73564fb5aebcfdae4223fb26))
14+
* upgrading stream-chat tov8.2.1 ([6febba9](https://github.com/GetStream/stream-chat-react-native/commit/6febba919c06d9f70bda145e44e9861d02cf8177))
15+
16+
17+
### Bug Fixes
18+
19+
* add resizeMode support in expo package handlers ([715540f](https://github.com/GetStream/stream-chat-react-native/commit/715540ffe8d590d7c783e240999a9299f1eb7d05))
20+
* avoid double commas in generated channel names ([#1800](https://github.com/GetStream/stream-chat-react-native/issues/1800)) ([99dfee5](https://github.com/GetStream/stream-chat-react-native/commit/99dfee56b3078cc3937180fc34372081614e7b99))
21+
* commands with username must be replaced with userId ([#1890](https://github.com/GetStream/stream-chat-react-native/issues/1890)) ([8001e4d](https://github.com/GetStream/stream-chat-react-native/commit/8001e4dcb0436e4dc0c6402b98246945098ac3ea))
22+
* do not fixate on unnecessary peer dependency versions ([#1903](https://github.com/GetStream/stream-chat-react-native/issues/1903)) ([6cc5bde](https://github.com/GetStream/stream-chat-react-native/commit/6cc5bdebd00860e581f6c8432763424f6137be1f))
23+
* do render images twice on markdown ([#1897](https://github.com/GetStream/stream-chat-react-native/issues/1897)) ([72c80f6](https://github.com/GetStream/stream-chat-react-native/commit/72c80f61fff48df7a500abdc6b845a6dc98dad02))
24+
* trimmed mentioned user text in messages when special characters used ([#1909](https://github.com/GetStream/stream-chat-react-native/issues/1909)) ([e64b1d6](https://github.com/GetStream/stream-chat-react-native/commit/e64b1d6b4abac8fcf5c6002d7657ab6dd6b53417))
25+
326
## [5.7.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.6.1...v5.7.0) (2022-12-23)
427

528

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

0 commit comments

Comments
 (0)