Skip to content

Commit b45f06f

Browse files
authored
Merge branch 'main' into a11y/rich-card-title-as-heading-option
2 parents 44a5cf2 + 1ffc7bc commit b45f06f

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Legends:
2323

2424
- Added `styleOptions.richCardTitleAsHeading` (default `true`) to opt out of `style: 'heading'` on rich card titles, in PR [#5839](https://github.com/microsoft/BotFramework-WebChat/pull/5839), by [@cjennison](https://github.com/cjennison)
2525

26+
## [4.19.1] - 2026-06-09
27+
2628
### Changed
2729

2830
- Removed `markdown-it` and completed migration to `micromark`, in PR [#5825](https://github.com/microsoft/BotFramework-WebChat/pull/5825), by [@compulim](https://github.com/compulim)
@@ -2860,7 +2862,8 @@ Breaking changes in this release:
28602862

28612863
- Initial release of Web Chat v4
28622864

2863-
[Unreleased]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.19.0...HEAD
2865+
[Unreleased]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.19.1...HEAD
2866+
[4.19.1]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.19.0...v4.19.1
28642867
[4.19.0]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.18.0...v4.19.0
28652868
[4.18.0]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.17.0...v4.18.0
28662869
[4.17.0]: https://github.com/microsoft/BotFramework-WebChat/compare/v4.16.0...v4.17.0

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": "@msinternal/botframework-webchat-root",
3-
"version": "4.19.1-0",
3+
"version": "4.19.2-0",
44
"private": true,
55
"author": "Microsoft Corporation",
66
"license": "MIT",

0 commit comments

Comments
 (0)