From 3a5730abab6f55b318b9fd40c1b2785164921016 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:58:08 +0200 Subject: [PATCH] Version Packages (#1202) Co-authored-by: github-actions[bot] --- .changeset/purple-carrots-destroy.md | 5 ----- .changeset/purple-gifts-dance.md | 5 ----- .changeset/slimy-islands-work.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/purple-carrots-destroy.md delete mode 100644 .changeset/purple-gifts-dance.md delete mode 100644 .changeset/slimy-islands-work.md diff --git a/.changeset/purple-carrots-destroy.md b/.changeset/purple-carrots-destroy.md deleted file mode 100644 index ac57cc2775..0000000000 --- a/.changeset/purple-carrots-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Set region settings when fetching them on first connection diff --git a/.changeset/purple-gifts-dance.md b/.changeset/purple-gifts-dance.md deleted file mode 100644 index 8ea7cef085..0000000000 --- a/.changeset/purple-gifts-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Handle SignalReconnecting event in ReconnectCheck helper diff --git a/.changeset/slimy-islands-work.md b/.changeset/slimy-islands-work.md deleted file mode 100644 index b37f6df85b..0000000000 --- a/.changeset/slimy-islands-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Fix RoomEvent.ParticipantAttributesChanged not emitting for local participant (#1200) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3baa5c42f..f993b8bb41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.4.1 + +### Patch Changes + +- Set region settings when fetching them on first connection - [#1201](https://github.com/livekit/client-sdk-js/pull/1201) ([@lukasIO](https://github.com/lukasIO)) + +- Handle SignalReconnecting event in ReconnectCheck helper - [#1198](https://github.com/livekit/client-sdk-js/pull/1198) ([@svajunas-budrys](https://github.com/svajunas-budrys)) + +- Fix RoomEvent.ParticipantAttributesChanged not emitting for local participant (#1200) - [#1203](https://github.com/livekit/client-sdk-js/pull/1203) ([@lukasIO](https://github.com/lukasIO)) + ## 2.4.0 ### Minor Changes diff --git a/package.json b/package.json index 2b5a14f2a7..97aa0224a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.4.0", + "version": "2.4.1", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",