From f1750e87ffd5f657b7ffa57130f31c20fb0eb25d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:13:23 +0100 Subject: [PATCH] Version Packages (#1343) Co-authored-by: github-actions[bot] --- .changeset/dirty-carpets-check.md | 5 ----- .changeset/fair-laws-yell.md | 5 ----- .changeset/red-maps-happen.md | 5 ----- .changeset/strong-hairs-work.md | 5 ----- .changeset/tiny-adults-think.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 7 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 .changeset/dirty-carpets-check.md delete mode 100644 .changeset/fair-laws-yell.md delete mode 100644 .changeset/red-maps-happen.md delete mode 100644 .changeset/strong-hairs-work.md delete mode 100644 .changeset/tiny-adults-think.md diff --git a/.changeset/dirty-carpets-check.md b/.changeset/dirty-carpets-check.md deleted file mode 100644 index 5cefbe25e2..0000000000 --- a/.changeset/dirty-carpets-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Support swapping out the E2EEManager for react-native diff --git a/.changeset/fair-laws-yell.md b/.changeset/fair-laws-yell.md deleted file mode 100644 index 5ef57c0037..0000000000 --- a/.changeset/fair-laws-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -fix: prevent monitoring leak when stopOnUnpublish is false diff --git a/.changeset/red-maps-happen.md b/.changeset/red-maps-happen.md deleted file mode 100644 index a21108df2a..0000000000 --- a/.changeset/red-maps-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Prevent undefined access to engine in connection reconciler diff --git a/.changeset/strong-hairs-work.md b/.changeset/strong-hairs-work.md deleted file mode 100644 index ff88cdfafc..0000000000 --- a/.changeset/strong-hairs-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Fix sdp connection address mismatch diff --git a/.changeset/tiny-adults-think.md b/.changeset/tiny-adults-think.md deleted file mode 100644 index af8d801258..0000000000 --- a/.changeset/tiny-adults-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Set participant attributes as soon as possible, making them available in all related events diff --git a/CHANGELOG.md b/CHANGELOG.md index da434cf7f3..9faf4c9b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.7.4 + +### Patch Changes + +- Support swapping out the E2EEManager for react-native - [#1345](https://github.com/livekit/client-sdk-js/pull/1345) ([@davidliu](https://github.com/davidliu)) + +- fix: prevent monitoring leak when stopOnUnpublish is false - [#1348](https://github.com/livekit/client-sdk-js/pull/1348) ([@davidzhao](https://github.com/davidzhao)) + +- Prevent undefined access to engine in connection reconciler - [#1349](https://github.com/livekit/client-sdk-js/pull/1349) ([@lukasIO](https://github.com/lukasIO)) + +- Fix sdp connection address mismatch - [#1342](https://github.com/livekit/client-sdk-js/pull/1342) ([@cnderrauber](https://github.com/cnderrauber)) + +- Set participant attributes as soon as possible, making them available in all related events - [#1344](https://github.com/livekit/client-sdk-js/pull/1344) ([@holzgeist](https://github.com/holzgeist)) + ## 2.7.3 ### Patch Changes diff --git a/package.json b/package.json index 98ff41a9da..7d745d1837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.7.3", + "version": "2.7.4", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",