Skip to content

Commit 6eb8290

Browse files
chore(release): 4.12.0 [skip ci]
1 parent 399c735 commit 6eb8290

File tree

5 files changed

+26
-6
lines changed

5 files changed

+26
-6
lines changed

package/CHANGELOG.md

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

3+
## [4.12.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.11.0...v4.12.0) (2022-07-29)
4+
5+
6+
### Features
7+
8+
* show audio attachments in message list ([#1582](https://github.com/GetStream/stream-chat-react-native/issues/1582)) ([d2bc714](https://github.com/GetStream/stream-chat-react-native/commit/d2bc714a13bacd7656c439250211811c368d8456))
9+
* support playing audio attachments from message input ([#1489](https://github.com/GetStream/stream-chat-react-native/issues/1489)) ([d7dd0f7](https://github.com/GetStream/stream-chat-react-native/commit/d7dd0f7926e99199c8eee421f27e4727dcd32fe5))
10+
11+
12+
### Bug Fixes
13+
14+
* add pathFill to the image and file upload Close icon ([#1573](https://github.com/GetStream/stream-chat-react-native/issues/1573)) ([b51a71e](https://github.com/GetStream/stream-chat-react-native/commit/b51a71e80623b8fcc5bb8379486c4e3ff2609ddb))
15+
* added condition to render only the video thumbnail in video reply and fix styles and theming ([#1565](https://github.com/GetStream/stream-chat-react-native/issues/1565)) ([d4d7fd2](https://github.com/GetStream/stream-chat-react-native/commit/d4d7fd2a06d53fdbce815dc599d9c02c9a24d593))
16+
* allow pound sign in link paths ([#1581](https://github.com/GetStream/stream-chat-react-native/issues/1581)) ([6711b7d](https://github.com/GetStream/stream-chat-react-native/commit/6711b7dbe2c01b73a1c7947541634b79990ff9c9))
17+
* center align the image loading indicator ([#1593](https://github.com/GetStream/stream-chat-react-native/issues/1593)) ([db4248f](https://github.com/GetStream/stream-chat-react-native/commit/db4248fbe3e88988f4a845eb56f7351dfb5fdc60))
18+
* erroneous usage of AudioAttachment and its props from message input context ([#1588](https://github.com/GetStream/stream-chat-react-native/issues/1588)) ([75561fd](https://github.com/GetStream/stream-chat-react-native/commit/75561fdc2d59732a6b8a35dd12d3a0f2b6a56126))
19+
* ignore thread response from latest message preview on channel list ([#1580](https://github.com/GetStream/stream-chat-react-native/issues/1580)) ([07c6f89](https://github.com/GetStream/stream-chat-react-native/commit/07c6f894b4596b69dcecff5b1da9933749b92e53))
20+
* image sharing in android ([#1575](https://github.com/GetStream/stream-chat-react-native/issues/1575)) ([b638eec](https://github.com/GetStream/stream-chat-react-native/commit/b638eecf3a26b03ae9cd1a6826c8f4c310f2db49))
21+
* reposition image error indicator ([#1577](https://github.com/GetStream/stream-chat-react-native/issues/1577)) ([edfd8ca](https://github.com/GetStream/stream-chat-react-native/commit/edfd8cac42284cc08afa46e249cbe66debddb111))
22+
323
## [4.11.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.10.0...v4.11.0) (2022-07-20)
424

525

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.11.0",
4+
"version": "4.12.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.11.0"
13+
"stream-chat-react-native-core": "4.12.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.11.0",
4+
"version": "4.12.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.11.0"
14+
"stream-chat-react-native-core": "4.12.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.11.0",
4+
"version": "4.12.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.11.0"
2+
"version": "4.12.0"
33
}

0 commit comments

Comments
 (0)