Skip to content

Commit

Permalink
Merge pull request #387 from xTEddie/uptake-chat-sdk
Browse files Browse the repository at this point in the history
Uptake chat sdk
  • Loading branch information
xTEddie authored Nov 2, 2023
2 parents 8e52bad + 2a459fb commit d29da65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion chat-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions chat-widget/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d29da65

Please sign in to comment.