Skip to content

Commit bb84095

Browse files
chore(release): 5.36.0 [skip ci]
1 parent 076d023 commit bb84095

File tree

7 files changed

+32
-14
lines changed

7 files changed

+32
-14
lines changed

package/CHANGELOG.md

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

3+
## [5.36.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.35.0...v5.36.0) (2024-08-29)
4+
5+
6+
### Features
7+
8+
* Implement SDK Size analysis on CI ([#2612](https://github.com/GetStream/stream-chat-react-native/issues/2612)) ([8812be4](https://github.com/GetStream/stream-chat-react-native/commit/8812be4dc32f3fb1c2da1d7fa07ae1df576ab85d))
9+
10+
11+
### Bug Fixes
12+
13+
* appSettings rerender issue in the ChatContext ([#2620](https://github.com/GetStream/stream-chat-react-native/issues/2620)) ([190be2f](https://github.com/GetStream/stream-chat-react-native/commit/190be2f6a4f12d11918a0d9a6917abbe7af49d29))
14+
* giphy lightning icon in giphy attachments ([0a385db](https://github.com/GetStream/stream-chat-react-native/commit/0a385dba4b0a8d96f3d7555c74a7b72c290a81b9))
15+
* image gallery footer safe area view theme style order ([4832f10](https://github.com/GetStream/stream-chat-react-native/commit/4832f10c3634b9e0571519ea81b03b47dfa5ee2d))
16+
* inability to cancel file uploads ([#2632](https://github.com/GetStream/stream-chat-react-native/issues/2632)) ([b9e904b](https://github.com/GetStream/stream-chat-react-native/commit/b9e904b10360805f96c45ec28338553a21ec26ad))
17+
* issue closing native attachment picker icons when attach button is tapped ([e139a53](https://github.com/GetStream/stream-chat-react-native/commit/e139a53200fbf3c8e63cc98aa5b5c33a8a875496))
18+
* memory leak during remount or user change ([#2639](https://github.com/GetStream/stream-chat-react-native/issues/2639)) ([338d445](https://github.com/GetStream/stream-chat-react-native/commit/338d445f648cbcd9d274a371c1f3689308d38fa3))
19+
* targeting message outside bounds ([#2630](https://github.com/GetStream/stream-chat-react-native/issues/2630)) ([ec9ea53](https://github.com/GetStream/stream-chat-react-native/commit/ec9ea537b7a3bc2dd265b1f7c07974689eac4e76))
20+
321
## [5.35.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.34.0...v5.35.0) (2024-08-19)
422

523

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

package/expo-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2929,10 +2929,10 @@ [email protected]:
29292929
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
29302930
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
29312931

2932-
stream-chat-react-native-core@5.34.0:
2933-
version "5.34.0"
2934-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.34.0.tgz#afafe8694809231b8b4355908068aa28f744e5f7"
2935-
integrity sha512-4MOh/ZpQgMsaE2TNZM6QsGQp5lFxNeFB3JNkuoZGXJxVVFaMG+ow+rlyorABZTGxnxVnZtgbNWqJqvU2eUFPcA==
2932+
stream-chat-react-native-core@5.35.0:
2933+
version "5.35.0"
2934+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.35.0.tgz#fe12428400edf715e2ff9ef567b1233d35b9d357"
2935+
integrity sha512-botPziAoRY7SE/XdLECCKdYAcYiRuQFj0IeUWj2HNkEwCU0bpjQT9y+wpHKC0gKX57VUksPJsoV9ZBQT0KclTQ==
29362936
dependencies:
29372937
"@gorhom/bottom-sheet" "4.4.8"
29382938
dayjs "1.10.5"

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

package/native-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4244,10 +4244,10 @@ statuses@~1.5.0:
42444244
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
42454245
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
42464246

4247-
stream-chat-react-native-core@5.34.0:
4248-
version "5.34.0"
4249-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.34.0.tgz#afafe8694809231b8b4355908068aa28f744e5f7"
4250-
integrity sha512-4MOh/ZpQgMsaE2TNZM6QsGQp5lFxNeFB3JNkuoZGXJxVVFaMG+ow+rlyorABZTGxnxVnZtgbNWqJqvU2eUFPcA==
4247+
stream-chat-react-native-core@5.35.0:
4248+
version "5.35.0"
4249+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.35.0.tgz#fe12428400edf715e2ff9ef567b1233d35b9d357"
4250+
integrity sha512-botPziAoRY7SE/XdLECCKdYAcYiRuQFj0IeUWj2HNkEwCU0bpjQT9y+wpHKC0gKX57VUksPJsoV9ZBQT0KclTQ==
42514251
dependencies:
42524252
"@gorhom/bottom-sheet" "4.4.8"
42534253
dayjs "1.10.5"

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.35.0",
4+
"version": "5.36.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.35.0"
2+
"version": "5.36.0"
33
}

0 commit comments

Comments
 (0)