Skip to content

Commit

Permalink
Bump to 4.15.10 (#4955)
Browse files Browse the repository at this point in the history
* Bump [email protected]

* 4.15.10

* 4.15.10
  • Loading branch information
compulim authored Nov 16, 2023
1 parent 58ec6cd commit b5f0308
Show file tree
Hide file tree
Showing 9 changed files with 390 additions and 76 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.15.10] - 2023-11-16

### Breaking changes

- `useTextBoxValue` setter will no longer replace emoticon with emoji, in PR [#4861](https://github.com/microsoft/BotFramework-WebChat/issues/pull/4861)
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botframework-webchat-root",
"version": "4.15.10-0",
"version": "4.15.10",
"private": true,
"files": [
"lib/**/*"
Expand Down
173 changes: 153 additions & 20 deletions packages/bundle/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/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"dependencies": {
"@babel/runtime": "7.19.0",
"adaptivecards": "2.11.1",
"botframework-directlinejs": "0.15.4",
"botframework-directlinejs": "0.15.5",
"botframework-directlinespeech-sdk": "0.0.0-0",
"botframework-webchat-api": "0.0.0-0",
"botframework-webchat-component": "0.0.0-0",
Expand Down
Loading

0 comments on commit b5f0308

Please sign in to comment.