stream-chat-react-native 5.4.1-beta.1 → 5.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,7 +26,6 @@
26
26
 
27
27
  ## Contents
28
28
 
29
- - [React Native Compatibility](#-react-native-compatibility)
30
29
  - [React Native Chat Tutorial](#-react-native-chat-tutorial)
31
30
  - [Example Apps](#-example-apps)
32
31
  - [Keep in mind](#-keep-in-mind)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native",
3
3
  "description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4
- "version": "5.4.1-beta.1",
4
+ "version": "5.4.1",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -11,7 +11,7 @@
11
11
  "types": "types/index.d.ts",
12
12
  "dependencies": {
13
13
  "es6-symbol": "^3.1.3",
14
- "stream-chat-react-native-core": "5.4.1-beta.1"
14
+ "stream-chat-react-native-core": "5.4.1"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@react-native-camera-roll/camera-roll": "^5.0.0",