Skip to content

Commit 71b477b

Browse files
chore(release): 8.1.0 [skip ci]
1 parent aa744a2 commit 71b477b

File tree

6 files changed

+49
-26
lines changed

6 files changed

+49
-26
lines changed

package/CHANGELOG.md

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

3+
## [8.1.0](https://github.com/GetStream/stream-chat-react-native/compare/v8.0.0...v8.1.0) (2025-07-09)
4+
5+
6+
### Features
7+
8+
* add reminders implementation ([#3141](https://github.com/GetStream/stream-chat-react-native/issues/3141)) ([11c3307](https://github.com/GetStream/stream-chat-react-native/commit/11c33075954be074a702ac84a96c83b6e299b9b5))
9+
10+
11+
### Bug Fixes
12+
13+
* add export for message composer api context ([#3153](https://github.com/GetStream/stream-chat-react-native/issues/3153)) ([ed4d6ae](https://github.com/GetStream/stream-chat-react-native/commit/ed4d6aed3074d42b9b2124a598f7df90d33bcbaf))
14+
* add missing translations export from the SDK ([#3146](https://github.com/GetStream/stream-chat-react-native/issues/3146)) ([f526037](https://github.com/GetStream/stream-chat-react-native/commit/f5260370cbf439ae9be43cb8795cd0fee37b79fc))
15+
* add reaction button bg theme for filled and unfilled case ([#3147](https://github.com/GetStream/stream-chat-react-native/issues/3147)) ([6541b5e](https://github.com/GetStream/stream-chat-react-native/commit/6541b5e8bae2e26f94ef02a7f5c8a5d17ca6a910))
16+
* channel preview message display in channel preview ([#3143](https://github.com/GetStream/stream-chat-react-native/issues/3143)) ([1452240](https://github.com/GetStream/stream-chat-react-native/commit/145224000d11c48e7669aa1930a684e3eccb4fd5))
17+
* thread messages not being autoscrolled on initial load ([#3158](https://github.com/GetStream/stream-chat-react-native/issues/3158)) ([7ff1c06](https://github.com/GetStream/stream-chat-react-native/commit/7ff1c067ad19b9098dee333c48eee7d062d528e0))
18+
* unread underlay display for own messages ([#3145](https://github.com/GetStream/stream-chat-react-native/issues/3145)) ([a6d7dd3](https://github.com/GetStream/stream-chat-react-native/commit/a6d7dd39208e71f2e1805d316692d3f36d2b1307))
19+
320
## [8.0.0](https://github.com/GetStream/stream-chat-react-native/compare/v7.2.1...v8.0.0) (2025-06-26)
421

522

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": "8.0.0",
4+
"version": "8.1.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
"mime": "^4.0.7",
14-
"stream-chat-react-native-core": "8.0.0"
14+
"stream-chat-react-native-core": "8.1.0"
1515
},
1616
"peerDependencies": {
1717
"expo": ">=51.0.0",

package/expo-package/yarn.lock

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,18 +1058,18 @@
10581058
"@babel/plugin-transform-modules-commonjs" "^7.24.7"
10591059
"@babel/plugin-transform-typescript" "^7.24.7"
10601060

1061-
"@babel/runtime@^7.17.2":
1062-
version "7.27.6"
1063-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
1064-
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
1065-
10661061
"@babel/runtime@^7.20.0":
10671062
version "7.24.7"
10681063
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12"
10691064
integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==
10701065
dependencies:
10711066
regenerator-runtime "^0.14.0"
10721067

1068+
"@babel/runtime@^7.27.6":
1069+
version "7.27.6"
1070+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
1071+
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
1072+
10731073
"@babel/runtime@^7.8.4":
10741074
version "7.26.9"
10751075
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433"
@@ -1747,6 +1747,11 @@
17471747
dependencies:
17481748
"@types/node" "*"
17491749

1750+
"@ungap/structured-clone@^1.3.0":
1751+
version "1.3.0"
1752+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
1753+
integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==
1754+
17501755
"@urql/core@^5.0.6", "@urql/core@^5.1.1":
17511756
version "5.1.1"
17521757
resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.1.1.tgz#d83c405451806a5936dabbd3f10a22967199e2f5"
@@ -2699,12 +2704,12 @@ [email protected]:
26992704
statuses "2.0.1"
27002705
toidentifier "1.0.1"
27012706

2702-
i18next@^21.10.0:
2703-
version "21.10.0"
2704-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.10.0.tgz#85429af55fdca4858345d0e16b584ec29520197d"
2705-
integrity sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==
2707+
i18next@^25.2.1:
2708+
version "25.3.2"
2709+
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.3.2.tgz#3d6a7d1dc058caa1b9bdca47fd585483e2e7a637"
2710+
integrity sha512-JSnbZDxRVbphc5jiptxr3o2zocy5dEqpVm9qCGdJwRNO+9saUJS0/u4LnM/13C23fUEWxAylPqKU/NpMV/IjqA==
27062711
dependencies:
2707-
"@babel/runtime" "^7.17.2"
2712+
"@babel/runtime" "^7.27.6"
27082713

27092714
ieee754@^1.1.13:
27102715
version "1.2.1"
@@ -3844,29 +3849,30 @@ [email protected]:
38443849
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
38453850
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
38463851

3847-
stream-chat-react-native-core@7.2.1:
3848-
version "7.2.1"
3849-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-7.2.1.tgz#3e6f0d59852c7090541cc07684c02947cb6bf88b"
3850-
integrity sha512-PSAQZSBS00d4KQ68maMV8DEzo0qSQLfIDKrnczPwFH5Cg503JZcbgghWpdJl54LX05cp3Ighhpen6CTIumERDw==
3852+
stream-chat-react-native-core@8.0.0:
3853+
version "8.0.0"
3854+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-8.0.0.tgz#2e2ff0bb578e6144276d6a585ff1ede251194646"
3855+
integrity sha512-WpaG57BUxGb84XI82GXy8115El2I4B2j7dnkHvlTNUJEOqUxGQ8Q+oCuYjKgh0ZRBmoHHp8ly+K01bo4e8Z5fA==
38513856
dependencies:
38523857
"@gorhom/bottom-sheet" "^5.1.6"
3858+
"@ungap/structured-clone" "^1.3.0"
38533859
dayjs "1.11.13"
38543860
emoji-regex "^10.4.0"
3855-
i18next "^21.10.0"
3861+
i18next "^25.2.1"
38563862
intl-pluralrules "^2.0.1"
38573863
linkifyjs "^4.3.1"
38583864
lodash-es "4.17.21"
38593865
mime-types "^2.1.35"
38603866
path "0.12.7"
38613867
react-native-markdown-package "1.8.2"
38623868
react-native-url-polyfill "^2.0.0"
3863-
stream-chat "^9.7.0"
3869+
stream-chat "^9.9.0"
38643870
use-sync-external-store "^1.5.0"
38653871

3866-
stream-chat@^9.7.0:
3867-
version "9.9.0"
3868-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.9.0.tgz#59ac996e6e0ca6b3e3a0041954ae99a43541ec13"
3869-
integrity sha512-4tqedL7NfDhwJIKRBKGdvNu4x0ifKO+qxyc9TEWe+LLaW3Qed4txKysrVKnDfj/rx3iZuIwrMV7VeW5yxZfP5w==
3872+
stream-chat@^9.9.0:
3873+
version "9.10.1"
3874+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.10.1.tgz#d460faeacfc55159bce0caf16067d4dec344b474"
3875+
integrity sha512-JwiM/iqaU16SlyG90eAezayKGnVmhNjrPfRKATlriwvGEaO8kgZfCUg5It4hIqXgdIAHFbrwHF6OHexWVXpY8w==
38703876
dependencies:
38713877
"@types/jsonwebtoken" "^9.0.8"
38723878
"@types/ws" "^8.5.14"

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": "8.0.0",
4+
"version": "8.1.0",
55
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
66
"author": {
77
"company": "Stream.io Inc",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"es6-symbol": "^3.1.3",
2323
"mime": "^4.0.7",
24-
"stream-chat-react-native-core": "8.0.0"
24+
"stream-chat-react-native-core": "8.1.0"
2525
},
2626
"peerDependencies": {
2727
"@react-native-camera-roll/camera-roll": ">=7.8.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": "8.0.0",
4+
"version": "8.1.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": "8.0.0"
2+
"version": "8.1.0"
33
}

0 commit comments

Comments
 (0)