From 821d81c69fc6c1c3cf9bf5a16e4f0790dea5871d Mon Sep 17 00:00:00 2001 From: Hyungu Kang | Airen Date: Thu, 1 Aug 2024 16:25:27 +0900 Subject: [PATCH] release: v1.7.5 (#323) ## [1.7.5] (Aug 1, 2024) ### Fix: - Fixed a bug where directly managing the widget open state caused a disconnection after 3 minutes and prevented reconnection. --------- Co-authored-by: sendbird-sdk-deployment --- CHANGELOG.md | 4 ++++ package.json | 2 +- packages/self-service/package.json | 2 +- yarn.lock | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb840e1e2..2e0545afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.7.5] (Aug 1, 2024) +### Fix: +- Fixed a bug where directly managing the widget open state caused a disconnection after 3 minutes and prevented reconnection. + ## [1.7.4] (July 30, 2024) ### Fix: - Fixed a UX issue where the feedback modal was displaying unintended behavior diff --git a/package.json b/package.json index 269a21a3c..2680cc4bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/chat-ai-widget", - "version": "1.7.4", + "version": "1.7.5", "description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme", "main": "./dist/index.umd.js", "module": "./dist/index.es.js", diff --git a/packages/self-service/package.json b/packages/self-service/package.json index 04cd5e4e6..9da27adee 100644 --- a/packages/self-service/package.json +++ b/packages/self-service/package.json @@ -14,7 +14,7 @@ "format": "npm run prettier:fix && npm run lint:fix" }, "dependencies": { - "@sendbird/chat-ai-widget": "1.7.4", + "@sendbird/chat-ai-widget": "1.7.5", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/yarn.lock b/yarn.lock index a0b204b3c..c741ccf08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3022,7 +3022,7 @@ __metadata: languageName: node linkType: hard -"@sendbird/chat-ai-widget@npm:1.7.4, @sendbird/chat-ai-widget@workspace:.": +"@sendbird/chat-ai-widget@npm:1.7.5, @sendbird/chat-ai-widget@workspace:.": version: 0.0.0-use.local resolution: "@sendbird/chat-ai-widget@workspace:." dependencies: @@ -15572,7 +15572,7 @@ __metadata: version: 0.0.0-use.local resolution: "self-service@workspace:packages/self-service" dependencies: - "@sendbird/chat-ai-widget": "npm:1.7.4" + "@sendbird/chat-ai-widget": "npm:1.7.5" "@types/react": "npm:^18.0.37" "@types/react-dom": "npm:^18.0.11" "@vitejs/plugin-react": "npm:^4.2.1"