Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Mar 27, 2020
1 parent 5aea3b7 commit 0136e86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 37 deletions.

Large diffs are not rendered by default.

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

/*! exports provided: emojiIndex, NimbleEmojiIndex, store, frequently, getEmojiDataFromNative, Picker, NimblePicker, Emoji, NimbleEmoji, Category */

/*! exports provided: emojiSetDef, commonEmoji, defaultMinimalEmojis, emojiData, isOnlyEmojis, isPromise, byDate, formatArray, renderText, generateRandomId, smartRender, MESSAGE_ACTIONS */
/*! exports provided: emojiSetDef, commonEmoji, defaultMinimalEmojis, emojiData, isOnlyEmojis, isPromise, byDate, formatArray, renderText, generateRandomId, smartRender, MESSAGE_ACTIONS, filterEmoji */

/*! exports provided: enTranslations, nlTranslations, ruTranslations, trTranslations, frTranslations, hiTranslations, itTranslations */

Expand Down Expand Up @@ -3136,10 +3136,6 @@
!*** ./node_modules/cross-fetch/dist/browser-ponyfill.js ***!
\***********************************************************/

/*!***********************************************************!*\
!*** ./node_modules/emoji-mart/dist-es/polyfills/keys.js ***!
\***********************************************************/

/*!***********************************************************!*\
!*** ./node_modules/htmlparser2/lib/CollectingHandler.js ***!
\***********************************************************/
Expand Down Expand Up @@ -3412,10 +3408,6 @@
!*** ./node_modules/emoji-mart/dist-es/components/search.js ***!
\**************************************************************/

/*!**************************************************************!*\
!*** ./node_modules/emoji-mart/dist-es/polyfills/extends.js ***!
\**************************************************************/

/*!**************************************************************!*\
!*** ./node_modules/function.name-polyfill/Function.name.js ***!
\**************************************************************/
Expand Down Expand Up @@ -3536,10 +3528,6 @@
!*** ./node_modules/emoji-mart/dist-es/components/preview.js ***!
\***************************************************************/

/*!***************************************************************!*\
!*** ./node_modules/emoji-mart/dist-es/polyfills/inherits.js ***!
\***************************************************************/

/*!***************************************************************!*\
!*** ./node_modules/emoji-mart/dist-es/utils/shared-props.js ***!
\***************************************************************/
Expand Down Expand Up @@ -3632,10 +3620,6 @@
!*** ./node_modules/emoji-mart/dist-es/components/category.js ***!
\****************************************************************/

/*!****************************************************************!*\
!*** ./node_modules/emoji-mart/dist-es/vendor/raf-polyfill.js ***!
\****************************************************************/

/*!****************************************************************!*\
!*** ./node_modules/react-dom/cjs/react-dom.production.min.js ***!
\****************************************************************/
Expand Down Expand Up @@ -3748,10 +3732,6 @@
!*** ./node_modules/core-js/internals/object-define-property.js ***!
\******************************************************************/

/*!******************************************************************!*\
!*** ./node_modules/emoji-mart/dist-es/polyfills/createClass.js ***!
\******************************************************************/

/*!******************************************************************!*\
!*** ./node_modules/react-markdown/lib/plugins/disallow-node.js ***!
\******************************************************************/
Expand Down Expand Up @@ -4016,10 +3996,6 @@
!*** ./node_modules/emoji-mart/dist-es/components/picker/picker.js ***!
\*********************************************************************/

/*!*********************************************************************!*\
!*** ./node_modules/emoji-mart/dist-es/polyfills/classCallCheck.js ***!
\*********************************************************************/

/*!*********************************************************************!*\
!*** ./node_modules/html-to-react/lib/is-valid-node-definitions.js ***!
\*********************************************************************/
Expand Down Expand Up @@ -4648,10 +4624,6 @@
!*** ./node_modules/core-js/internals/object-get-own-property-symbols.js ***!
\***************************************************************************/

/*!***************************************************************************!*\
!*** ./node_modules/emoji-mart/dist-es/polyfills/objectGetPrototypeOf.js ***!
\***************************************************************************/

/*!***************************************************************************!*\
!*** ./node_modules/html-to-react/lib/should-process-node-definitions.js ***!
\***************************************************************************/
Expand Down Expand Up @@ -4968,10 +4940,6 @@
!*** ./node_modules/unicode-match-property-value-ecmascript/data/mappings.js ***!
\*******************************************************************************/

/*!********************************************************************************!*\
!*** ./node_modules/emoji-mart/dist-es/polyfills/possibleConstructorReturn.js ***!
\********************************************************************************/

/*!********************************************************************************!*\
!*** ./node_modules/react-styleguidist/lib/client/rsg-components/Slot/Slot.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.131180bb.js"></script>
<script src="build/bundle.d32db7d0.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": "0.10.2",
"version": "0.11.0",
"description": "React components to create chat conversations or livestream style chat",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand Down

0 comments on commit 0136e86

Please sign in to comment.