Skip to content

Commit dc8ffa6

Browse files
2.2.2
1 parent 2f66cd0 commit dc8ffa6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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": "2.2.1",
4+
"version": "2.2.2",
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": "v2.2.1"
13+
"stream-chat-react-native-core": "v2.2.2"
1414
},
1515
"peerDependencies": {
1616
"expo": "^39.0.0",

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": "2.2.1",
4+
"version": "2.2.2",
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": "v2.2.1"
14+
"stream-chat-react-native-core": "v2.2.2"
1515
},
1616
"peerDependencies": {
1717
"@react-native-community/netinfo": ">=2.0.7",

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": "2.2.1",
4+
"version": "2.2.2",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

0 commit comments

Comments
 (0)