Skip to content

Commit 63a5d1c

Browse files
chore(release): 4.15.0 [skip ci]
1 parent 2fbdf13 commit 63a5d1c

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

package/CHANGELOG.md

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

3+
## [4.15.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.14.0...v4.15.0) (2022-08-17)
4+
5+
6+
### Features
7+
8+
* add asset url for file attachment's press event emitter ([#1637](https://github.com/GetStream/stream-chat-react-native/issues/1637)) ([9df8e59](https://github.com/GetStream/stream-chat-react-native/commit/9df8e59c137e48d87da149e0dce8094addabd6b3))
9+
10+
11+
### Bug Fixes
12+
13+
* channel preview message only updates on the first last message ([#1636](https://github.com/GetStream/stream-chat-react-native/issues/1636)) ([920a776](https://github.com/GetStream/stream-chat-react-native/commit/920a776ade74cecf65a35b44f2cccc396f9b0410))
14+
* generics typing issues if js client is above 6.7.1 ([#1645](https://github.com/GetStream/stream-chat-react-native/issues/1645)) ([79296e0](https://github.com/GetStream/stream-chat-react-native/commit/79296e023d7f72c4c3ca6fe0951254ea2948cc72))
15+
* make onPressMessage possible to override for TextLink ([#1635](https://github.com/GetStream/stream-chat-react-native/issues/1635)) ([0a57442](https://github.com/GetStream/stream-chat-react-native/commit/0a574421a56aa0e536b6ad9043169b2f2f111d08))
16+
317
## [4.14.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.13.0...v4.14.0) (2022-08-10)
418

519

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

0 commit comments

Comments
 (0)