Skip to content

Commit e7bae91

Browse files
chore(release): 4.11.0 [skip ci]
1 parent 9929170 commit e7bae91

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
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+
## [4.11.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.10.0...v4.11.0) (2022-07-20)
4+
5+
6+
### Features
7+
8+
* upgrade react-native-reanimated to 2.7.0 ([#1560](https://github.com/GetStream/stream-chat-react-native/issues/1560)) ([602f728](https://github.com/GetStream/stream-chat-react-native/commit/602f7282eed3ee18b58432329c79defc5f889344))
9+
10+
11+
### Bug Fixes
12+
13+
* added translation for Video label in Reply and changed ImageGalleryOverlay header text ([ad6c9f9](https://github.com/GetStream/stream-chat-react-native/commit/ad6c9f97cc2b45a6b9162a9972f8fac865ddb51b))
14+
* added translation for Video label in Reply and changed ImageGalleryOverlay header text ([559c9ca](https://github.com/GetStream/stream-chat-react-native/commit/559c9cacb3c5b8f2433a92b20f4eb9e18b4d0d56))
15+
* avoid use of finally as redux middlewares remove it ([#1558](https://github.com/GetStream/stream-chat-react-native/issues/1558)) ([0a35e31](https://github.com/GetStream/stream-chat-react-native/commit/0a35e311098c6eb9d8e69c33ecde08225a268aad))
16+
* image gallery footer background color for dark mode ([19447f0](https://github.com/GetStream/stream-chat-react-native/commit/19447f02078c512247acd6170937cbefddfcb8c7))
17+
* image gallery footer background color for dark mode ([9631dd3](https://github.com/GetStream/stream-chat-react-native/commit/9631dd3caf71a6173a7a163a0e5ecfa556fc0e00))
18+
* update flat list mvcp lib in core ([#1557](https://github.com/GetStream/stream-chat-react-native/issues/1557)) ([72641c4](https://github.com/GetStream/stream-chat-react-native/commit/72641c4a56f3cba16fe3d672c5493740cc07e460))
19+
320
## [4.10.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.9.0...v4.10.0) (2022-07-13)
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": "4.10.0",
4+
"version": "4.11.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": "4.10.0"
13+
"stream-chat-react-native-core": "4.11.0"
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": "4.10.0",
4+
"version": "4.11.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": "4.10.0"
14+
"stream-chat-react-native-core": "4.11.0"
1515
},
1616
"peerDependencies": {
1717
"@react-native-community/cameraroll": ">=4.0.1",

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": "4.10.0",
4+
"version": "4.11.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": "4.10.0"
2+
"version": "4.11.0"
33
}

0 commit comments

Comments
 (0)