Skip to content

Commit

Permalink
3.6.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Jun 2, 2021
1 parent 7f631da commit eb6b35a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions expo-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-expo",
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
"version": "3.5.0",
"version": "3.6.0-rc.0",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -10,7 +10,7 @@
"main": "src/index.js",
"types": "types/index.d.ts",
"dependencies": {
"stream-chat-react-native-core": "v3.5.0"
"stream-chat-react-native-core": "v3.6.0-rc.0"
},
"peerDependencies": {
"@react-native-community/netinfo": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions native-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native",
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
"version": "3.5.0",
"version": "3.6.0-rc.0",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -11,7 +11,7 @@
"types": "types/index.d.ts",
"dependencies": {
"es6-symbol": "^3.1.3",
"stream-chat-react-native-core": "v3.5.0"
"stream-chat-react-native-core": "v3.6.0-rc.0"
},
"peerDependencies": {
"@react-native-community/blur": ">=3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native-core",
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
"version": "3.5.0",
"version": "3.6.0-rc.0",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v3.5.0"
"version": "v3.6.0-rc.0"
}

0 comments on commit eb6b35a

Please sign in to comment.