@microsoft/omnichannel-chat-sdk 1.7.2-main.adcfefe → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [Unreleased]
5
+ ## [1.7.2] - 2024-03-20
6
+
7
+ ### Fixed
8
+ - Remove override block for follow-redirect, which was causing conflicts with ACS libs in LCW
9
+
6
10
 
7
11
  ## [1.7.1] - 2024-03-18
8
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.7.2-main.adcfefe",
3
+ "version": "1.7.2",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"