Skip to content

Commit 7bf691d

Browse files
chore(release): 5.3.1 [skip ci]
1 parent 4e761f1 commit 7bf691d

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

package/CHANGELOG.md

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

3+
### [5.3.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.3.0...v5.3.1) (2022-09-22)
4+
5+
6+
### Bug Fixes
7+
8+
* display date separators before visible messages ([#1733](https://github.com/GetStream/stream-chat-react-native/issues/1733)) ([a5ff69d](https://github.com/GetStream/stream-chat-react-native/commit/a5ff69d04f45173106e2affdb20e188735b03221))
9+
* don't parse [@user](https://github.com/user).name as URLs ([ed05ebc](https://github.com/GetStream/stream-chat-react-native/commit/ed05ebc996562fb4952d05653ff254f8b529bf39))
10+
* don't parse [@user](https://github.com/user).name as URLs ([758d938](https://github.com/GetStream/stream-chat-react-native/commit/758d93817b951457e244a7fade73d510612d81dd))
11+
* remove lookbehind, strip user names from the input instead ([2ccb577](https://github.com/GetStream/stream-chat-react-native/commit/2ccb5773e7dfca30ebeb5d8ec77bbf6de834459a))
12+
313
## [5.3.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.2.0...v5.3.0) (2022-09-13)
414

515

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": "5.3.0",
4+
"version": "5.3.1",
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": "5.3.0"
13+
"stream-chat-react-native-core": "5.3.1"
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": "5.3.0",
4+
"version": "5.3.1",
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": "5.3.0"
14+
"stream-chat-react-native-core": "5.3.1"
1515
},
1616
"peerDependencies": {
1717
"@react-native-camera-roll/camera-roll": "^5.0.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": "5.3.0",
4+
"version": "5.3.1",
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": "5.3.0"
2+
"version": "5.3.1"
33
}

0 commit comments

Comments
 (0)