Skip to content

Commit bbc63f1

Browse files
chore(release): 5.36.1 [skip ci]
1 parent b5d59a8 commit bbc63f1

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.36.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.36.0...v5.36.1) (2024-09-04)
4+
5+
6+
### Bug Fixes
7+
8+
* audio recording variety bugs ([#2648](https://github.com/GetStream/stream-chat-react-native/issues/2648)) ([2011eb2](https://github.com/GetStream/stream-chat-react-native/commit/2011eb24ece9895fe9dc8eadc49660cf019c311f))
9+
* change Block user action to Ban user action and UI cookbook for blocking users ([#2649](https://github.com/GetStream/stream-chat-react-native/issues/2649)) ([327aeac](https://github.com/GetStream/stream-chat-react-native/commit/327aeacfd024f88f41630fafce57a991771f2426))
10+
* loading skeleton in the Channel List unnecessary display ([#2645](https://github.com/GetStream/stream-chat-react-native/issues/2645)) ([08fc71b](https://github.com/GetStream/stream-chat-react-native/commit/08fc71b7e42ca2ea0fcd72517a7a46a7b0aecddd))
11+
* multiple image upload issue using native image picker and generic improvements for upload ([#2638](https://github.com/GetStream/stream-chat-react-native/issues/2638)) ([0b9f18a](https://github.com/GetStream/stream-chat-react-native/commit/0b9f18a69484ca7c0087bd0bec56b7fb44dcdbbf))
12+
* overlay provider crash issue due to bug in bottom sheet ([#2644](https://github.com/GetStream/stream-chat-react-native/issues/2644)) ([9330cf5](https://github.com/GetStream/stream-chat-react-native/commit/9330cf58e1ec639bd9bc0333133226c844cf473a))
13+
314
## [5.36.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.35.0...v5.36.0) (2024-08-29)
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.36.0",
4+
"version": "5.36.1",
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.36.0"
13+
"stream-chat-react-native-core": "5.36.1"
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.36.0",
4+
"version": "5.36.1",
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.36.0"
14+
"stream-chat-react-native-core": "5.36.1"
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.36.0",
4+
"version": "5.36.1",
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.36.0"
2+
"version": "5.36.1"
33
}

0 commit comments

Comments
 (0)