Skip to content

Commit 907c6fc

Browse files
authored
Merge pull request #805 from GetStream/built-package-json
add built to package json
2 parents 1eceae9 + 69651a7 commit 907c6fc

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

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

33

4+
## [5.0.2](https://github.com/GetStream/stream-chat-react/releases/tag/v5.0.2) 2021-03-23
5+
6+
### Bug
7+
8+
- Fix optimistic UI for mentions [#800](https://github.com/GetStream/stream-chat-react/pull/800)
9+
410
## [5.0.1](https://github.com/GetStream/stream-chat-react/releases/tag/v5.0.1) 2021-03-23
511

612
### Chore

examples/typescript-app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9504,10 +9504,10 @@ react-file-icon@^0.2.0:
95049504
react-dom "^16.2.0"
95059505
tinycolor2 "^1.4.1"
95069506

9507-
9508-
version "1.0.1"
9509-
resolved "https://registry.yarnpkg.com/react-file-utils/-/react-file-utils-1.0.1.tgz#59645dc48d94417b87767327ff8627e3943bfbfc"
9510-
integrity sha512-gk0zvYAprvdQnFDy2zI3IDy8/q6vDPrJ8bFzsYQKonPccov549t5zt96827cLov4mwySvAMaHnlpCifTymu0Gg==
9507+
9508+
version "1.0.2"
9509+
resolved "https://registry.yarnpkg.com/react-file-utils/-/react-file-utils-1.0.2.tgz#c2719584b79f551e12b2b56457ce8bdd3155aeb1"
9510+
integrity sha512-nMLe+Lrebq+Nr9Fk8LmgQ8ofl5uwKFx2vwwoT0Gbe1B+EP95PBivC6kxt8IB5KyD7hYSWt4IHYm12RiXQ60uiw==
95119511
dependencies:
95129512
"@fortawesome/fontawesome-svg-core" "^1.2.13"
95139513
"@fortawesome/free-regular-svg-icons" "^5.7.0"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353
"stream-chat": "3.1.x"
5454
},
5555
"files": [
56+
"built",
5657
"dist",
57-
"/types",
58+
"types",
5859
"README.md"
5960
],
6061
"devDependencies": {

0 commit comments

Comments
 (0)