Skip to content

Commit 4bf7cf7

Browse files
chore(release): 5.5.0 [skip ci]
1 parent e81ef7b commit 4bf7cf7

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

package/CHANGELOG.md

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

3+
## [5.5.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.4.3...v5.5.0) (2022-11-18)
4+
5+
6+
### Features
7+
8+
* make the clipboard dependency optional ([#1781](https://github.com/GetStream/stream-chat-react-native/issues/1781)) ([1179a94](https://github.com/GetStream/stream-chat-react-native/commit/1179a94bee7b4bcbc9f32c1b51ff4215b3d32c39))
9+
10+
11+
### Bug Fixes
12+
13+
* close db function is broken ([1781bbc](https://github.com/GetStream/stream-chat-react-native/commit/1781bbc4c29d385daaa918eef0bdfb28f85c3a97))
14+
* don't allow empty cids for sync api call ([#1814](https://github.com/GetStream/stream-chat-react-native/issues/1814)) ([a31d899](https://github.com/GetStream/stream-chat-react-native/commit/a31d899025b42cdc0e34c3b21813fa19b59b3cda))
15+
* drop unnecessary react-art dependency ([#1806](https://github.com/GetStream/stream-chat-react-native/issues/1806)) ([92ba10e](https://github.com/GetStream/stream-chat-react-native/commit/92ba10e9988f5674de03d0c7d7f46d83e32df169))
16+
* event handlers when channels is null on channel list component ([#1812](https://github.com/GetStream/stream-chat-react-native/issues/1812)) ([be7c6c0](https://github.com/GetStream/stream-chat-react-native/commit/be7c6c03654e81e3d3f5dfbcd739aff6db8935dc))
17+
* read receipts should not be removed due to message update ([#1808](https://github.com/GetStream/stream-chat-react-native/issues/1808)) ([9da4dba](https://github.com/GetStream/stream-chat-react-native/commit/9da4dba35dd06364cd1c8082b6b010f713508acd))
18+
319
### [5.4.3](https://github.com/GetStream/stream-chat-react-native/compare/v5.4.2...v5.4.3) (2022-11-15)
420

521

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.4.3",
4+
"version": "5.5.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": "5.4.3"
13+
"stream-chat-react-native-core": "5.5.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": "5.4.3",
4+
"version": "5.5.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": "5.4.3"
14+
"stream-chat-react-native-core": "5.5.0"
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.4.3",
4+
"version": "5.5.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": "5.4.3"
2+
"version": "5.5.0"
33
}

0 commit comments

Comments
 (0)