From 95095b9fa73a396a45c6f81c065089760646f551 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:42:41 +0000 Subject: [PATCH] Version Packages --- .changeset/busy-icons-notice.md | 5 ----- .changeset/dry-actors-rule.md | 5 ----- .changeset/four-wolves-try.md | 5 ----- .changeset/modern-birds-lose.md | 5 ----- .changeset/nice-planets-mate.md | 5 ----- .changeset/pink-gorillas-compete.md | 5 ----- .changeset/popular-pumas-drop.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 9 files changed, 19 insertions(+), 36 deletions(-) delete mode 100644 .changeset/busy-icons-notice.md delete mode 100644 .changeset/dry-actors-rule.md delete mode 100644 .changeset/four-wolves-try.md delete mode 100644 .changeset/modern-birds-lose.md delete mode 100644 .changeset/nice-planets-mate.md delete mode 100644 .changeset/pink-gorillas-compete.md delete mode 100644 .changeset/popular-pumas-drop.md diff --git a/.changeset/busy-icons-notice.md b/.changeset/busy-icons-notice.md deleted file mode 100644 index a50b1c9b5a..0000000000 --- a/.changeset/busy-icons-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Defer `onEnterPiP` visibility update until after the next microtask and animation frame so Document Picture-in-Picture embedders can append DOM into the PiP window before `isElementInPiP` runs. diff --git a/.changeset/dry-actors-rule.md b/.changeset/dry-actors-rule.md deleted file mode 100644 index ba29a2709c..0000000000 --- a/.changeset/dry-actors-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Differentiate different 404 responses on validate path diff --git a/.changeset/four-wolves-try.md b/.changeset/four-wolves-try.md deleted file mode 100644 index 691746ac13..0000000000 --- a/.changeset/four-wolves-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -await screen share audio unpublish before returning setEnabled diff --git a/.changeset/modern-birds-lose.md b/.changeset/modern-birds-lose.md deleted file mode 100644 index 2f955bafb6..0000000000 --- a/.changeset/modern-birds-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Avoid attaching a new Closing event listener for each waitForBufferStatusLow call diff --git a/.changeset/nice-planets-mate.md b/.changeset/nice-planets-mate.md deleted file mode 100644 index 46b02ec224..0000000000 --- a/.changeset/nice-planets-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Re-compute encoding params after track replace diff --git a/.changeset/pink-gorillas-compete.md b/.changeset/pink-gorillas-compete.md deleted file mode 100644 index 75c6bba319..0000000000 --- a/.changeset/pink-gorillas-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Harden extension id computation and retry publishing on negotiation failure diff --git a/.changeset/popular-pumas-drop.md b/.changeset/popular-pumas-drop.md deleted file mode 100644 index e08b456711..0000000000 --- a/.changeset/popular-pumas-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -fix: ensure udpated tokens get set on the regionUrlProvider diff --git a/CHANGELOG.md b/CHANGELOG.md index 9102f93859..e606cdffbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.18.5 + +### Patch Changes + +- Defer `onEnterPiP` visibility update until after the next microtask and animation frame so Document Picture-in-Picture embedders can append DOM into the PiP window before `isElementInPiP` runs. - [#1868](https://github.com/livekit/client-sdk-js/pull/1868) ([@gparant](https://github.com/gparant)) + +- Differentiate different 404 responses on validate path - [#1901](https://github.com/livekit/client-sdk-js/pull/1901) ([@lukasIO](https://github.com/lukasIO)) + +- await screen share audio unpublish before returning setEnabled - [#1899](https://github.com/livekit/client-sdk-js/pull/1899) ([@lukasIO](https://github.com/lukasIO)) + +- Avoid attaching a new Closing event listener for each waitForBufferStatusLow call - [#1896](https://github.com/livekit/client-sdk-js/pull/1896) ([@1egoman](https://github.com/1egoman)) + +- Re-compute encoding params after track replace - [#1902](https://github.com/livekit/client-sdk-js/pull/1902) ([@lukasIO](https://github.com/lukasIO)) + +- Harden extension id computation and retry publishing on negotiation failure - [#1895](https://github.com/livekit/client-sdk-js/pull/1895) ([@lukasIO](https://github.com/lukasIO)) + +- fix: ensure udpated tokens get set on the regionUrlProvider - [#1900](https://github.com/livekit/client-sdk-js/pull/1900) ([@lukasIO](https://github.com/lukasIO)) + ## 2.18.4 ### Patch Changes diff --git a/package.json b/package.json index 5adf6e72ad..efc92fb949 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.18.4", + "version": "2.18.5", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",