Skip to content

Commit a000c3d

Browse files
authoredApr 13, 2021
Bumped Web Chat to 4.13.0 (#2258)
* Bumped Web Chat to 4.13.0 * Added changelog entry
1 parent c520cc6 commit a000c3d

File tree

3 files changed

+79
-75
lines changed

3 files changed

+79
-75
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
## Added
9+
- [client] Bumped `botframework-webchat` to v4.13.0 in PR [2258](https://github.com/microsoft/BotFramework-Emulator/pull/2258)
10+
811
## Fixed
912
- [client] Added circular JSON handling to `forwardToMain.ts` which fixed a bug preventing the Emulator from connecting to Direct Line Speech bots in PR [2242](https://github.com/microsoft/BotFramework-Emulator/pull/2242)
1013
- [client/main] Fixed an issue where the Emulator was failing to detect the final redirect URL when trying to login to Azure in PR [2248](https://github.com/microsoft/BotFramework-Emulator/pull/2248)

‎package-lock.json

+74-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/app/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
"base64url": "3.0.0",
111111
"botframework-config": "4.4.0",
112112
"botframework-schema": "^4.3.4",
113-
"botframework-webchat": "4.12.0",
114-
"botframework-webchat-core": "4.12.0",
113+
"botframework-webchat": "4.13.0",
114+
"botframework-webchat-core": "4.13.0",
115115
"core-js": "^3.6.5",
116116
"eslint-plugin-react": "^7.12.3",
117117
"markdown-it": "^8.4.2",

0 commit comments

Comments
 (0)
Please sign in to comment.