Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mahboubii committed Oct 12, 2020
1 parent 16f8c0c commit eb552e0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 29 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@

/*! exports provided: useUserRole */

/*! exports provided: v1, v3, v4, v5 */
/*! exports provided: v1, v3, v4, v5, NIL, version, validate, stringify, parse */

/*! exports provided: validateAndGetMessage, isUserMuted, MESSAGE_ACTIONS, getMessageActions, areMessagePropsEqual, shouldMessageComponentUpdate, messageHasReactions, messageHasAttachments, getImages, getNonImageAttachments, getReadByTooltipText, MessagePropTypes */

Expand Down Expand Up @@ -554,10 +554,6 @@
!*** ./src/i18n/Streami18n.js ***!
\********************************/

/*!*********************************!*\
!*** ./node_modules/uuid/v4.js ***!
\*********************************/

/*!*********************************!*\
!*** ./src/components/index.js ***!
\*********************************/
Expand Down Expand Up @@ -678,10 +674,6 @@
!*** ./node_modules/trough/index.js ***!
\**************************************/

/*!**************************************!*\
!*** ./node_modules/uuid/dist/v4.js ***!
\**************************************/

/*!**************************************!*\
!*** ./src/components/Chat/index.js ***!
\**************************************/
Expand Down Expand Up @@ -818,10 +810,6 @@
!*** ./node_modules/tabbable/index.js ***!
\****************************************/

/*!****************************************!*\
!*** ./node_modules/uuid/deprecate.js ***!
\****************************************/

/*!****************************************!*\
!*** ./src/components/Avatar/index.js ***!
\****************************************/
Expand Down Expand Up @@ -1882,14 +1870,6 @@
!*** ./node_modules/unist-util-is/convert.js ***!
\***********************************************/

/*!***********************************************!*\
!*** ./node_modules/uuid/dist/bytesToUuid.js ***!
\***********************************************/

/*!***********************************************!*\
!*** ./node_modules/uuid/dist/rng-browser.js ***!
\***********************************************/

/*!***********************************************!*\
!*** ./src/components/Channel/hooks/index.js ***!
\***********************************************/
Expand Down Expand Up @@ -2394,6 +2374,10 @@
!*** ./node_modules/uuid/dist/esm-browser/md5.js ***!
\***************************************************/

/*!***************************************************!*\
!*** ./node_modules/uuid/dist/esm-browser/nil.js ***!
\***************************************************/

/*!***************************************************!*\
!*** ./node_modules/uuid/dist/esm-browser/rng.js ***!
\***************************************************/
Expand Down Expand Up @@ -2442,6 +2426,10 @@
!*** ./node_modules/axios/lib/core/createError.js ***!
\****************************************************/

/*!****************************************************!*\
!*** ./node_modules/axios/lib/core/mergeConfig.js ***!
\****************************************************/

/*!****************************************************!*\
!*** ./node_modules/axios/lib/helpers/buildURL.js ***!
\****************************************************/
Expand Down Expand Up @@ -2714,6 +2702,14 @@
!*** ./node_modules/uuid/dist/esm-browser/index.js ***!
\*****************************************************/

/*!*****************************************************!*\
!*** ./node_modules/uuid/dist/esm-browser/parse.js ***!
\*****************************************************/

/*!*****************************************************!*\
!*** ./node_modules/uuid/dist/esm-browser/regex.js ***!
\*****************************************************/

/*!*****************************************************!*\
!*** ./src/components/Attachment/FileAttachment.js ***!
\*****************************************************/
Expand Down Expand Up @@ -2750,6 +2746,10 @@
!*** ./node_modules/axios/lib/cancel/CancelToken.js ***!
\******************************************************/

/*!******************************************************!*\
!*** ./node_modules/axios/lib/core/buildFullPath.js ***!
\******************************************************/

/*!******************************************************!*\
!*** ./node_modules/axios/lib/core/transformData.js ***!
\******************************************************/
Expand Down Expand Up @@ -3006,6 +3006,10 @@
!*** ./node_modules/use-sidecar/dist/es2015/index.js ***!
\*******************************************************/

/*!*******************************************************!*\
!*** ./node_modules/uuid/dist/esm-browser/version.js ***!
\*******************************************************/

/*!*******************************************************!*\
!*** ./src/assets/Poweredby_100px-White_VertText.png ***!
\*******************************************************/
Expand Down Expand Up @@ -3174,6 +3178,10 @@
!*** ./node_modules/use-sidecar/dist/es2015/medium.js ***!
\********************************************************/

/*!********************************************************!*\
!*** ./node_modules/uuid/dist/esm-browser/validate.js ***!
\********************************************************/

/*!********************************************************!*\
!*** ./src/components/Attachment/AttachmentActions.js ***!
\********************************************************/
Expand Down Expand Up @@ -3350,6 +3358,10 @@
!*** ./node_modules/use-sidecar/dist/es2015/exports.js ***!
\*********************************************************/

/*!*********************************************************!*\
!*** ./node_modules/uuid/dist/esm-browser/stringify.js ***!
\*********************************************************/

/*!*********************************************************!*\
!*** ./src/components/AutoCompleteTextarea/Textarea.js ***!
\*********************************************************/
Expand Down Expand Up @@ -3678,10 +3690,6 @@
!*** ./node_modules/remark-parse/lib/tokenize/newline.js ***!
\***********************************************************/

/*!***********************************************************!*\
!*** ./node_modules/uuid/dist/esm-browser/bytesToUuid.js ***!
\***********************************************************/

/*!***********************************************************!*\
!*** ./src/components/MessageInput/MessageInputSimple.js ***!
\***********************************************************/
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<div id="rsg-root"></div>
<script src="build/bundle.c5d1f9d9.js"></script>
<script src="build/bundle.4aa925cc.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat-react",
"version": "3.0.1",
"version": "3.0.2",
"description": "React components to create chat conversations or livestream style chat",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand Down

0 comments on commit eb552e0

Please sign in to comment.