Skip to content

Commit 211bfb1

Browse files
chore(release): 5.4.2 [skip ci]
1 parent e3ec237 commit 211bfb1

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

package/CHANGELOG.md

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

3+
### [5.4.2](https://github.com/GetStream/stream-chat-react-native/compare/v5.4.1...v5.4.2) (2022-10-21)
4+
5+
6+
### Bug Fixes
7+
8+
* check-pr and next-release GH actions are broken after bottomsheet upgrade ([#1764](https://github.com/GetStream/stream-chat-react-native/issues/1764)) ([affd3c7](https://github.com/GetStream/stream-chat-react-native/commit/affd3c75f4bf63ca2d69d3db3536ea1367354e63))
9+
* only autofocus when giphy is active ([#1770](https://github.com/GetStream/stream-chat-react-native/issues/1770)) ([3e07b61](https://github.com/GetStream/stream-chat-react-native/commit/3e07b61d73d04bcb5f3a9065d02e689bc4311253))
10+
* **android:** various attachment picker issues ([#1760](https://github.com/GetStream/stream-chat-react-native/issues/1760)) ([ad25f20](https://github.com/GetStream/stream-chat-react-native/commit/ad25f205797a53c5ee78c8c6fae38d4b949dac75))
11+
* messages rendered in correct order when message list is not inve… ([#1751](https://github.com/GetStream/stream-chat-react-native/issues/1751)) ([c603cad](https://github.com/GetStream/stream-chat-react-native/commit/c603cade2f72e0a56a208a851538a61441534c09))
12+
* type of image parameter in MessageInputContext's uploadNewImage prop to Partial<Asset> ([#1762](https://github.com/GetStream/stream-chat-react-native/issues/1762)) ([6d76e3f](https://github.com/GetStream/stream-chat-react-native/commit/6d76e3fccc14d6ca4d0dc061fd8b066b0e45257f))
13+
314
### [5.4.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.4.0...v5.4.1) (2022-10-12)
415

516

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

0 commit comments

Comments
 (0)