Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `component`: Move `Composer` to React hooks and functional components, by [@compulim](https://github.com), in PR [#2308](https://github.com/microsoft/BotFramework-WebChat/pull/2308)
- `component`: Fix [#1818](https://github.com/microsoft/BotFramework-WebChat/issues/1818) Move to functional components by [@corinagum](https://github.com/corinagum), in PR [#2322](https://github.com/microsoft/BotFramework-WebChat/pull/2322)
- Fix [#2292](https://github.com/microsoft/BotFramework-WebChat/issues/2292). Added function to select voice to props, `selectVoice()`, by [@compulim](https://github.com/compulim), in PR [#2338](https://github.com/microsoft/BotFramework-WebChat/pull/2338)
- Bumping dependencies, by [@compulim](https://github.com/compulim), in PR [#2500](https://github.com/microsoft/BotFramework-WebChat/pull/2500)
- `*`: [`web-speech-cognitive-services@5.0.1`](https://www.npmjs.com/package/web-speech-cognitive-services)
- `bundle`: [`botframework-directlinejs@0.11.6`](https://www.npmjs.com/package/botframework-directlinejs)
- `component`: [`react-film@1.3.0`](https://www.npmjs.com/package/react-film)

### Fixed

Expand Down
135 changes: 12 additions & 123 deletions packages/bundle/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@babel/runtime": "^7.5.4",
"adaptivecards": "1.2.0",
"botframework-directlinejs": "^0.11.5",
"botframework-directlinejs": "^0.11.6",
"botframework-webchat-component": "0.0.0-0",
"botframework-webchat-core": "0.0.0-0",
"core-js": "^3.1.4",
Expand All @@ -46,7 +46,7 @@
"prop-types": "^15.7.2",
"sanitize-html": "^1.19.0",
"url-search-params-polyfill": "^5.0.0",
"web-speech-cognitive-services": "4.0.1-master.6b2b9e3",
"web-speech-cognitive-services": "^5.0.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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 @@ -53,7 +53,7 @@
"memoize-one": "^5.0.2",
"prop-types": "^15.7.2",
"react-dictate-button": "^1.1.3",
"react-film": "1.2.1-master.db29968",
"react-film": "^1.3.0",
"react-redux": "^7.1.0",
"react-say": "^1.2.0",
"react-scroll-to-bottom": "~1.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/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/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^12.6.2",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"botframework-directlinejs": "^0.11.5",
"botframework-directlinejs": "^0.11.6",
"concurrently": "^4.1.1",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^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 @@ -10,7 +10,7 @@
],
"dependencies": {
"adaptivecards": "1.2.0",
"botframework-directlinejs": "^0.11.5",
"botframework-directlinejs": "^0.11.6",
"botframework-webchat": "0.0.0-0",
"classnames": "^2.2.6",
"glamor": "^2.20.40",
Expand Down