Skip to content

Commit 7b395eb

Browse files
chore(release): 9.8.2 [skip ci]
1 parent 3baccde commit 7b395eb

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

package/CHANGELOG.md

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

3+
## [9.8.2](https://github.com/GetStream/stream-chat-react-native/compare/v9.8.1...v9.8.2) (2026-08-27)
4+
5+
### Bug Fixes
6+
7+
* disable LayoutAnimation in KeyboardCompatibleView ([#3789](https://github.com/GetStream/stream-chat-react-native/issues/3789)) ([3baccde](https://github.com/GetStream/stream-chat-react-native/commit/3baccdeb950ead49853673f70e6324ede1f23684))
8+
* disable LayoutAnimation in KeyboardCompatibleView ([#3789](https://github.com/GetStream/stream-chat-react-native/issues/3789)) ([bf16ccc](https://github.com/GetStream/stream-chat-react-native/commit/bf16cccd49e95dc46725444a40d88948e5d0088a))
9+
310
## [9.8.1](https://github.com/GetStream/stream-chat-react-native/compare/v9.8.0...v9.8.1) (2026-08-27)
411

512
### Bug Fixes

package/expo-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-expo",
33
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
4-
"version": "9.8.1",
4+
"version": "9.8.2",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

package/native-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",
33
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4-
"version": "9.8.1",
4+
"version": "9.8.2",
55
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
66
"author": {
77
"company": "Stream.io Inc",

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": "9.8.1",
4+
"version": "9.8.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": "9.8.1"
2+
"version": "9.8.2"
33
}

0 commit comments

Comments
 (0)