Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Carbonell committed Dec 9, 2020
1 parent 2cbd507 commit 87b8ec5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 29 deletions.

Large diffs are not rendered by default.

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

/*! exports provided: useUserRole */

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

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

Expand Down Expand Up @@ -2326,10 +2326,6 @@
!*** ./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 @@ -2650,14 +2646,6 @@
!*** ./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 @@ -2950,10 +2938,6 @@
!*** ./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 @@ -3122,10 +3106,6 @@
!*** ./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 @@ -3314,10 +3294,6 @@
!*** ./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 @@ -3654,6 +3630,10 @@
!*** ./node_modules/react-view-pager/lib/PagerElement.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.92ffa502.js"></script>
<script src="build/bundle.1f18f17b.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.3.0",
"version": "3.3.1",
"description": "React components to create chat conversations or livestream style chat",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand Down

0 comments on commit 87b8ec5

Please sign in to comment.