From fd0a576215a1627950a03a85eddf631d4a9f483a Mon Sep 17 00:00:00 2001 From: vishtree Date: Tue, 22 Jun 2021 20:25:10 +0200 Subject: [PATCH] 3.6.0 --- expo-package/package.json | 4 ++-- native-package/package.json | 4 ++-- package.json | 2 +- src/version.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/expo-package/package.json b/expo-package/package.json index 288c6469f2..ab4dfb8ee3 100644 --- a/expo-package/package.json +++ b/expo-package/package.json @@ -1,7 +1,7 @@ { "name": "stream-chat-expo", "description": "The official Expo SDK for Stream Chat, a service for building chat applications", - "version": "3.6.0-rc.0", + "version": "3.6.0", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" @@ -10,7 +10,7 @@ "main": "src/index.js", "types": "types/index.d.ts", "dependencies": { - "stream-chat-react-native-core": "v3.6.0-rc.0" + "stream-chat-react-native-core": "v3.6.0" }, "peerDependencies": { "@react-native-community/netinfo": "^6.0.0", diff --git a/native-package/package.json b/native-package/package.json index 031a825af2..e51827c07c 100644 --- a/native-package/package.json +++ b/native-package/package.json @@ -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.6.0-rc.0", + "version": "3.6.0", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" @@ -11,7 +11,7 @@ "types": "types/index.d.ts", "dependencies": { "es6-symbol": "^3.1.3", - "stream-chat-react-native-core": "v3.6.0-rc.0" + "stream-chat-react-native-core": "v3.6.0" }, "peerDependencies": { "@react-native-community/blur": ">=3.6.0", diff --git a/package.json b/package.json index 0ad23a6d73..86f27e1a82 100644 --- a/package.json +++ b/package.json @@ -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.6.0-rc.0", + "version": "3.6.0", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" diff --git a/src/version.json b/src/version.json index ea310d0f04..7f6ce85e4e 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "version": "v3.6.0-rc.0" + "version": "v3.6.0" }