From ce4ee47b650a6aa5dd06cd2c5e86874ecb1de90d Mon Sep 17 00:00:00 2001 From: Ravindra Singh Rathor Date: Thu, 24 Oct 2024 12:52:02 +0530 Subject: [PATCH] chore(release-notes): update release notes for web-core 2.1.8 and 2.1.9 --- static/release-notes/react-web-core.json | 14 ++++++++++++++ static/release-notes/web-core.json | 16 +++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/static/release-notes/react-web-core.json b/static/release-notes/react-web-core.json index b5d40e8af..51ad840da 100644 --- a/static/release-notes/react-web-core.json +++ b/static/release-notes/react-web-core.json @@ -1,4 +1,18 @@ [ + { + "version": "2.1.9", + "createdAt": "1729752332", + "fixes": [ + "Participant call stats were missing due to third party feature flag provider delays/outages." + ] + }, + { + "version": "2.1.8", + "createdAt": "1729685732", + "fixes": [ + "Websocket disconnections were not resetting meeting.self.roomState to init causing reconnection issues." + ] + }, { "version": "2.1.6-7", "createdAt": "1729651881", diff --git a/static/release-notes/web-core.json b/static/release-notes/web-core.json index dc4fc61fb..cca0403a8 100644 --- a/static/release-notes/web-core.json +++ b/static/release-notes/web-core.json @@ -1,9 +1,23 @@ [ + { + "version": "2.1.9", + "createdAt": "1729752332", + "fixes": [ + "Participant call stats were missing due to third party feature flag provider delays/outages." + ] + }, + { + "version": "2.1.8", + "createdAt": "1729685732", + "fixes": [ + "Websocket disconnections were not resetting meeting.self.roomState to init causing reconnection issues." + ] + }, { "version": "2.1.6-7", "createdAt": "1729651881", "fixes": [ - "Connecte Meetings - Allow user to end all related meetings from a child meeting" + "Connected Meetings - Allow user to end all related meetings from a child meeting" ] }, {