Skip to content

Commit b5f0308

Browse files
authored
Bump to 4.15.10 (#4955)
* Bump [email protected] * 4.15.10 * 4.15.10
1 parent 58ec6cd commit b5f0308

File tree

9 files changed

+390
-76
lines changed

9 files changed

+390
-76
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2222

2323
## [Unreleased]
2424

25+
## [4.15.10] - 2023-11-16
26+
2527
### Breaking changes
2628

2729
- `useTextBoxValue` setter will no longer replace emoticon with emoji, in PR [#4861](https://github.com/microsoft/BotFramework-WebChat/issues/pull/4861)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botframework-webchat-root",
3-
"version": "4.15.10-0",
3+
"version": "4.15.10",
44
"private": true,
55
"files": [
66
"lib/**/*"

packages/bundle/package-lock.json

Lines changed: 153 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"dependencies": {
9292
"@babel/runtime": "7.19.0",
9393
"adaptivecards": "2.11.1",
94-
"botframework-directlinejs": "0.15.4",
94+
"botframework-directlinejs": "0.15.5",
9595
"botframework-directlinespeech-sdk": "0.0.0-0",
9696
"botframework-webchat-api": "0.0.0-0",
9797
"botframework-webchat-component": "0.0.0-0",

0 commit comments

Comments
 (0)