Skip to content

Commit

Permalink
Bumps botframework-directlinejs in playground package (#1511)
Browse files Browse the repository at this point in the history
* Bump botframework-directlinejs dependency in /packages/playground
* Updates CHANGELOG.md
  • Loading branch information
cwhitten authored Dec 19, 2018
1 parent 2a2b3b9 commit 77d941a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Bumps [`botframework-directlinejs`](https://github.com/Microsoft/BotFramework-DirectLineJS/) dependency in playground package to `0.10.0`, in PR [#1511](https://github.com/Microsoft/BotFramework-WebChat/pull/1511)
- Fix [#1383](https://github.com/Microsoft/BotFramework-WebChat/issues/1383). Added options to hide upload button, by [@compulim](https://github.com/compulim) in PR [#1491](https://github.com/Microsoft/BotFramework-WebChat/pull/1491)
- Added support of avatar image, thru `styleOptions.botAvatarImage` and `styleOptions.userAvatarImage`, in PR [#1486](https://github.com/Microsoft/BotFramework-WebChat/pull/1486)

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 @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"adaptivecards": "^1.0.0",
"botframework-directlinejs": "0.9.18-master.3cece81",
"botframework-directlinejs": "^0.10.0",
"botframework-webchat": "^0.0.0-0",
"botframework-webchat-component": "^0.0.0-0",
"botframework-webchat-core": "^0.0.0-0",
Expand Down

0 comments on commit 77d941a

Please sign in to comment.