diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index c89407637..679da9f39 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. ### Changed - Uptake [@microsoft/omnichannel-chat-components@1.0.8](https://www.npmjs.com/package/@microsoft/omnichannel-chat-components/v/1.0.8) +- Uptake [@microsoft/omnichannel-chat-sdk@1.5.5](https://www.npmjs.com/package/@microsoft/omnichannel-chat-sdk/v/1.5.5) ## [1.4.0] - 2023-10-25 diff --git a/chat-widget/package.json b/chat-widget/package.json index a2aca040c..996a0bdd2 100644 --- a/chat-widget/package.json +++ b/chat-widget/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "@microsoft/omnichannel-chat-components": "^1.0.9", - "@microsoft/omnichannel-chat-sdk": "1.5.4", + "@microsoft/omnichannel-chat-sdk": "1.5.5", "abort-controller-es5": "^2.0.1", "dompurify": "^2.3.4", "markdown-it": "^12.3.2", diff --git a/chat-widget/yarn.lock b/chat-widget/yarn.lock index 63d75a504..9222d5ba3 100644 --- a/chat-widget/yarn.lock +++ b/chat-widget/yarn.lock @@ -2268,10 +2268,10 @@ rxjs "^5.0.3" styled-components "^5.3.1" -"@microsoft/omnichannel-chat-sdk@1.5.4": - version "1.5.4" - resolved "https://registry.yarnpkg.com/@microsoft/omnichannel-chat-sdk/-/omnichannel-chat-sdk-1.5.4.tgz#c497d911f6eccfdf112b43037797b9222b0ffa6c" - integrity sha512-TSgEHoHJtxOn3ZKXeG8l85iFKhUk9TNQ1nSh5u+sZMzgJfcHbK1wgapO7dRr4QoSjPr+HiRqPhtwXIuiI6FuPw== +"@microsoft/omnichannel-chat-sdk@1.5.5": + version "1.5.5" + resolved "https://registry.yarnpkg.com/@microsoft/omnichannel-chat-sdk/-/omnichannel-chat-sdk-1.5.5.tgz#38189805c382e18c2af1e188141d8944e24230b6" + integrity sha512-AG/3+IwPlMY238Ww+Vov++dBkWvXSMoIzIa7tSAXx5JS5haUamlciwtDL+X+KIbOSWYGcuSCmuQRJZYJEMXiHA== dependencies: "@azure/communication-chat" "1.1.1" "@azure/communication-common" "1.1.0"