From 2125e31e77e33d05c7127ab281817b058b1d0134 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:06:37 +0000 Subject: [PATCH] Version Packages --- .changeset/chubby-corners-mate.md | 5 ----- .changeset/clear-beans-switch.md | 5 ----- .changeset/fast-pots-fold.md | 5 ----- .changeset/quiet-suits-matter.md | 5 ----- .changeset/soft-olives-clean.md | 5 ----- .changeset/spotty-pumas-jog.md | 5 ----- .changeset/tidy-parrots-act.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 9 files changed, 19 insertions(+), 36 deletions(-) delete mode 100644 .changeset/chubby-corners-mate.md delete mode 100644 .changeset/clear-beans-switch.md delete mode 100644 .changeset/fast-pots-fold.md delete mode 100644 .changeset/quiet-suits-matter.md delete mode 100644 .changeset/soft-olives-clean.md delete mode 100644 .changeset/spotty-pumas-jog.md delete mode 100644 .changeset/tidy-parrots-act.md diff --git a/.changeset/chubby-corners-mate.md b/.changeset/chubby-corners-mate.md deleted file mode 100644 index 80bbacd3ac..0000000000 --- a/.changeset/chubby-corners-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Export CheckStatus as enum, not just type diff --git a/.changeset/clear-beans-switch.md b/.changeset/clear-beans-switch.md deleted file mode 100644 index c658bc6853..0000000000 --- a/.changeset/clear-beans-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Add new serializer implementation diff --git a/.changeset/fast-pots-fold.md b/.changeset/fast-pots-fold.md deleted file mode 100644 index e81bd10df4..0000000000 --- a/.changeset/fast-pots-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -fix: improve ordering of resolving waitForBufferStatus calls diff --git a/.changeset/quiet-suits-matter.md b/.changeset/quiet-suits-matter.md deleted file mode 100644 index c9da500097..0000000000 --- a/.changeset/quiet-suits-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Close streamcontrollers when datatrack gets unpublished diff --git a/.changeset/soft-olives-clean.md b/.changeset/soft-olives-clean.md deleted file mode 100644 index 937c59b1db..0000000000 --- a/.changeset/soft-olives-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Buffer stream events until connected diff --git a/.changeset/spotty-pumas-jog.md b/.changeset/spotty-pumas-jog.md deleted file mode 100644 index f8b4ea79bb..0000000000 --- a/.changeset/spotty-pumas-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Moves "connected to Livekit Server" log within RTCEngine.join so it shows up for reconnects as well as connects diff --git a/.changeset/tidy-parrots-act.md b/.changeset/tidy-parrots-act.md deleted file mode 100644 index 06aba3745d..0000000000 --- a/.changeset/tidy-parrots-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Wrap setE2EEEnabled call in a mutex diff --git a/CHANGELOG.md b/CHANGELOG.md index f2fdfabe7d..707579ade5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.18.2 + +### Patch Changes + +- Export CheckStatus as enum, not just type - [#1855](https://github.com/livekit/client-sdk-js/pull/1855) ([@Ludobaka](https://github.com/Ludobaka)) + +- Add new serializer implementation - [#1885](https://github.com/livekit/client-sdk-js/pull/1885) ([@1egoman](https://github.com/1egoman)) + +- fix: improve ordering of resolving waitForBufferStatus calls - [#1877](https://github.com/livekit/client-sdk-js/pull/1877) ([@lukasIO](https://github.com/lukasIO)) + +- Close streamcontrollers when datatrack gets unpublished - [#1879](https://github.com/livekit/client-sdk-js/pull/1879) ([@lukasIO](https://github.com/lukasIO)) + +- Buffer stream events until connected - [#1867](https://github.com/livekit/client-sdk-js/pull/1867) ([@lukasIO](https://github.com/lukasIO)) + +- Moves "connected to Livekit Server" log within RTCEngine.join so it shows up for reconnects as well as connects - [#1873](https://github.com/livekit/client-sdk-js/pull/1873) ([@1egoman](https://github.com/1egoman)) + +- Wrap setE2EEEnabled call in a mutex - [#1882](https://github.com/livekit/client-sdk-js/pull/1882) ([@lukasIO](https://github.com/lukasIO)) + ## 2.18.1 ### Patch Changes diff --git a/package.json b/package.json index 02c97a227f..6d51332f3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.18.1", + "version": "2.18.2", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",