From 2573a579322fcd1bf53d816deb71ee21d68d11d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:10:53 +0200 Subject: [PATCH] Version Packages (#1185) Co-authored-by: github-actions[bot] --- .../cryptor-error-participant-identity.md | 5 ----- .changeset/cuddly-bees-burn.md | 5 ----- .changeset/dry-carrots-visit.md | 5 ----- .changeset/heavy-buses-fly.md | 5 ----- .changeset/hungry-rivers-push.md | 5 ----- .changeset/witty-melons-clean.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 8 files changed, 19 insertions(+), 31 deletions(-) delete mode 100644 .changeset/cryptor-error-participant-identity.md delete mode 100644 .changeset/cuddly-bees-burn.md delete mode 100644 .changeset/dry-carrots-visit.md delete mode 100644 .changeset/heavy-buses-fly.md delete mode 100644 .changeset/hungry-rivers-push.md delete mode 100644 .changeset/witty-melons-clean.md diff --git a/.changeset/cryptor-error-participant-identity.md b/.changeset/cryptor-error-participant-identity.md deleted file mode 100644 index 8a87ef4b8d..0000000000 --- a/.changeset/cryptor-error-participant-identity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Include participant identity in CryptoError errors diff --git a/.changeset/cuddly-bees-burn.md b/.changeset/cuddly-bees-burn.md deleted file mode 100644 index b97e57c7cd..0000000000 --- a/.changeset/cuddly-bees-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix wording in CryptorError debug log diff --git a/.changeset/dry-carrots-visit.md b/.changeset/dry-carrots-visit.md deleted file mode 100644 index 51e72c9037..0000000000 --- a/.changeset/dry-carrots-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": minor ---- - -Make metadata updates async and throw after timeout diff --git a/.changeset/heavy-buses-fly.md b/.changeset/heavy-buses-fly.md deleted file mode 100644 index 4811c4bd68..0000000000 --- a/.changeset/heavy-buses-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": minor ---- - -Add support for participant attributes diff --git a/.changeset/hungry-rivers-push.md b/.changeset/hungry-rivers-push.md deleted file mode 100644 index ca445dafb7..0000000000 --- a/.changeset/hungry-rivers-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Only set loglevel for specified logger if present diff --git a/.changeset/witty-melons-clean.md b/.changeset/witty-melons-clean.md deleted file mode 100644 index c4e598bd43..0000000000 --- a/.changeset/witty-melons-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Ensure permission request for listDevices works for audio outputs in Firefox diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1c0ab210..f3baa5c42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.4.0 + +### Minor Changes + +- Make metadata updates async and throw after timeout - [#1168](https://github.com/livekit/client-sdk-js/pull/1168) ([@lukasIO](https://github.com/lukasIO)) + +- Add support for participant attributes - [#1184](https://github.com/livekit/client-sdk-js/pull/1184) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Include participant identity in CryptoError errors - [#1186](https://github.com/livekit/client-sdk-js/pull/1186) ([@hughns](https://github.com/hughns)) + +- Fix wording in CryptorError debug log - [#1189](https://github.com/livekit/client-sdk-js/pull/1189) ([@zesun96](https://github.com/zesun96)) + +- Only set loglevel for specified logger if present - [#1196](https://github.com/livekit/client-sdk-js/pull/1196) ([@lukasIO](https://github.com/lukasIO)) + +- Ensure permission request for listDevices works for audio outputs in Firefox - [#1188](https://github.com/livekit/client-sdk-js/pull/1188) ([@lukasIO](https://github.com/lukasIO)) + ## 2.3.2 ### Patch Changes diff --git a/package.json b/package.json index 04428f8e81..2b5a14f2a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.3.2", + "version": "2.4.0", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",