Skip to content

Commit

Permalink
chore(release-notes): update release notes for web-core 2.1.8 and 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindra-dyte committed Oct 24, 2024
1 parent fd3a76a commit ce4ee47
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions static/release-notes/react-web-core.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 15 additions & 1 deletion static/release-notes/web-core.json
Original file line number Diff line number Diff line change
@@ -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"
]
},
{
Expand Down

0 comments on commit ce4ee47

Please sign in to comment.