Skip to content

Commit 0b2c75d

Browse files
committed
Merge branch 'master' into mentions-optimistic-UI-fix
2 parents 9b0d121 + d769a9c commit 0b2c75d

File tree

6 files changed

+20
-21
lines changed

6 files changed

+20
-21
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
4+
## [5.0.1](https://github.com/GetStream/stream-chat-react/releases/tag/v5.0.1) 2021-03-23
5+
6+
### Chore
7+
8+
- Upgrade `react-file-utils` to v1.0.2
9+
310
## [5.0.0](https://github.com/GetStream/stream-chat-react/releases/tag/v5.0.0) 2021-03-22
411

512
### 🎉 TYPESCRIPT 🎉

docs/build/bundle.54763d78.js renamed to docs/build/bundle.a3c24e03.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/bundle.54763d78.js.LICENSE.txt renamed to docs/build/bundle.a3c24e03.js.LICENSE.txt

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,10 +1448,6 @@
14481448
!*** ./node_modules/react-group/index.js ***!
14491449
\*******************************************/
14501450

1451-
/*!*******************************************!*\
1452-
!*** ./node_modules/react/jsx-runtime.js ***!
1453-
\*******************************************/
1454-
14551451
/*!*******************************************!*\
14561452
!*** ./node_modules/regjsgen/regjsgen.js ***!
14571453
\*******************************************/
@@ -1460,6 +1456,10 @@
14601456
!*** ./src/components/Reactions/index.ts ***!
14611457
\*******************************************/
14621458

1459+
/*!********************************************!*\
1460+
!*** ../stream-chat-js/dist/browser.es.js ***!
1461+
\********************************************/
1462+
14631463
/*!********************************************!*\
14641464
!*** ./node_modules/axios/lib/defaults.js ***!
14651465
\********************************************/
@@ -2808,10 +2808,6 @@
28082808
!*** ./node_modules/regenerator-runtime/runtime.js ***!
28092809
\*****************************************************/
28102810

2811-
/*!*****************************************************!*\
2812-
!*** ./node_modules/stream-chat/dist/browser.es.js ***!
2813-
\*****************************************************/
2814-
28152811
/*!*****************************************************!*\
28162812
!*** ./node_modules/use-sidecar/dist/es2015/env.js ***!
28172813
\*****************************************************/
@@ -5032,10 +5028,6 @@
50325028
!*** ./node_modules/react-styleguidist/lib/client/utils/getUrl.js ***!
50335029
\********************************************************************/
50345030

5035-
/*!********************************************************************!*\
5036-
!*** ./node_modules/react/cjs/react-jsx-runtime.production.min.js ***!
5037-
\********************************************************************/
5038-
50395031
/*!********************************************************************!*\
50405032
!*** ./node_modules/regenerate-unicode-properties/Script/Adlam.js ***!
50415033
\********************************************************************/

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="rsg-root"></div>
12-
<script src="build/bundle.54763d78.js"></script>
12+
<script src="build/bundle.a3c24e03.js"></script>
1313
</body>
1414
</html>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-react",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "React components to create chat conversations or livestream style chat",
55
"author": "GetStream",
66
"homepage": "https://getstream.io/chat/",
@@ -37,7 +37,7 @@
3737
"pretty-bytes": "^5.4.1",
3838
"prop-types": "^15.7.2",
3939
"react-fast-compare": "^3.2.0",
40-
"react-file-utils": "1.0.1",
40+
"react-file-utils": "1.0.2",
4141
"react-images": "^1.1.7",
4242
"react-is": "^17.0.1",
4343
"react-markdown": "^5.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9930,10 +9930,10 @@ react-file-icon@^0.2.0:
99309930
react-dom "^16.2.0"
99319931
tinycolor2 "^1.4.1"
99329932

9933-
9934-
version "1.0.1"
9935-
resolved "https://registry.yarnpkg.com/react-file-utils/-/react-file-utils-1.0.1.tgz#59645dc48d94417b87767327ff8627e3943bfbfc"
9936-
integrity sha512-gk0zvYAprvdQnFDy2zI3IDy8/q6vDPrJ8bFzsYQKonPccov549t5zt96827cLov4mwySvAMaHnlpCifTymu0Gg==
9933+
9934+
version "1.0.2"
9935+
resolved "https://registry.yarnpkg.com/react-file-utils/-/react-file-utils-1.0.2.tgz#c2719584b79f551e12b2b56457ce8bdd3155aeb1"
9936+
integrity sha512-nMLe+Lrebq+Nr9Fk8LmgQ8ofl5uwKFx2vwwoT0Gbe1B+EP95PBivC6kxt8IB5KyD7hYSWt4IHYm12RiXQ60uiw==
99379937
dependencies:
99389938
"@fortawesome/fontawesome-svg-core" "^1.2.13"
99399939
"@fortawesome/free-regular-svg-icons" "^5.7.0"

0 commit comments

Comments
 (0)