From 547e46b3373a98715621e7278d5f1ded38632329 Mon Sep 17 00:00:00 2001 From: "Edward Tran (HE/HIM) (from Dev Box)" Date: Wed, 5 Feb 2025 12:18:52 -0800 Subject: [PATCH 1/3] 1.10.8 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05646630..ab7b1b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.10.8] - 2025-02-05 + ### Fixed - Fix `ChatSDK.onNewMessages()` calling `createOmnichannelMessages()` twice during polling From f07840e1b121e5d3ffc8d1a9664f11c1baa86b20 Mon Sep 17 00:00:00 2001 From: "Edward Tran (HE/HIM) (from Dev Box)" Date: Wed, 5 Feb 2025 12:19:11 -0800 Subject: [PATCH 2/3] 1.10.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d35106d3..c6199d2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/omnichannel-chat-sdk", - "version": "1.10.8-0", + "version": "1.10.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@microsoft/omnichannel-chat-sdk", - "version": "1.10.8-0", + "version": "1.10.8", "license": "MIT", "dependencies": { "@azure/communication-chat": "1.5.2", diff --git a/package.json b/package.json index b7fcdb19..89a9e3ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/omnichannel-chat-sdk", - "version": "1.10.8-0", + "version": "1.10.8", "description": "Microsoft Omnichannel Chat SDK", "files": [ "lib/**/*" From 5d690647f148c5ebf5d73de34dc0d50543aaddb4 Mon Sep 17 00:00:00 2001 From: "Edward Tran (HE/HIM) (from Dev Box)" Date: Wed, 5 Feb 2025 12:21:46 -0800 Subject: [PATCH 3/3] 1.10.9-0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6199d2a..cfd0afc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/omnichannel-chat-sdk", - "version": "1.10.8", + "version": "1.10.9-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@microsoft/omnichannel-chat-sdk", - "version": "1.10.8", + "version": "1.10.9-0", "license": "MIT", "dependencies": { "@azure/communication-chat": "1.5.2", diff --git a/package.json b/package.json index 89a9e3ce..f7a002f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/omnichannel-chat-sdk", - "version": "1.10.8", + "version": "1.10.9-0", "description": "Microsoft Omnichannel Chat SDK", "files": [ "lib/**/*"