Skip to content

Commit

Permalink
Bump react-say (#1849)
Browse files Browse the repository at this point in the history
* Bump react-say

* Update CHANGELOG.md
  • Loading branch information
Corina authored Mar 27, 2019
1 parent 1fc6ab4 commit 4968998
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix [#1423](https://github.com/Microsoft/BotFramework-WebChat/issues/1423). Added sample for hosting WebChat in Angular, by [@omarsourour](https://github.com/omarsourour) in PR [#1813](https://github.com/Microsoft/BotFramework-WebChat/pull/1813)
- Fix [#1767](https://github.com/Microsoft/BotFramework-WebChat/issues/1767). Remove `cursor: pointer` from buttons, by [@corinagum](https://github.com/corinagum) in PR [#1819](https://github.com/Microsoft/BotFramework-WebChat/pull/1819)
- Fix [#1774](https://github.com/Microsoft/BotFramework-WebChat/issues/1774). Add `styleSetOption` to allow word break. Default to `break-word`, by [@corinagum](https://github.com/corinagum) in PR [#1832](https://github.com/Microsoft/BotFramework-WebChat/pull/1832)
- Fix [#1847](https://github.com/Microsoft/BotFramework-WebChat/issues/1847). Bump react-say, which adds babel-runtime dependency, by [@corinagum](https://github.com/corinagum) in PR [#1849](https://github.com/Microsoft/BotFramework-WebChat/pull/1849)

## [4.3.0] - 2019-03-04

Expand Down
20 changes: 9 additions & 11 deletions packages/component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-dictate-button": "^1.1.3",
"react-film": "~1.1.2",
"react-redux": "^5.0.7",
"react-say": "^1.1.1",
"react-say": "^1.1.2-master.453bced",
"react-scroll-to-bottom": "~1.3.1",
"redux": "^4.0.0",
"sanitize-html": "^1.18.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dictate-button": "1.1.3-master.97bc9a2",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-say": "1.0.1-master.1d32161",
"react-say": "1.1.2-master.453bced",
"react-scripts": "2.1.1",
"redux": "^4.0.0",
"rxjs": "5",
Expand Down

0 comments on commit 4968998

Please sign in to comment.