Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chat component 1.6 #458

Merged
merged 2 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.1.5] - 2024-04-05

### Fixed

- Remove alert role from prechat component and use form role instead.

## [1.1.4] - 2024-04-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion chat-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/omnichannel-chat-components",
"version": "1.1.5-0",
"version": "1.1.6-0",
"description": "Microsoft Omnichannel Chat Components",
"main": "lib/cjs/index.js",
"types": "lib/types/index.d.ts",
Expand Down
Loading