From a4807aae349e6dab8f1c3a491305aa346b70e6ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:41:00 +0200 Subject: [PATCH] Version Packages (#1227) Co-authored-by: github-actions[bot] --- .changeset/chilled-chefs-warn.md | 5 ----- .changeset/metal-pens-yawn.md | 5 ----- .changeset/rotten-bags-occur.md | 5 ----- .changeset/smart-wolves-thank.md | 5 ----- .changeset/spotty-years-return.md | 5 ----- .changeset/thin-poems-type.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 8 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 .changeset/chilled-chefs-warn.md delete mode 100644 .changeset/metal-pens-yawn.md delete mode 100644 .changeset/rotten-bags-occur.md delete mode 100644 .changeset/smart-wolves-thank.md delete mode 100644 .changeset/spotty-years-return.md delete mode 100644 .changeset/thin-poems-type.md diff --git a/.changeset/chilled-chefs-warn.md b/.changeset/chilled-chefs-warn.md deleted file mode 100644 index e4fabf7174..0000000000 --- a/.changeset/chilled-chefs-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Use ReturnTypes of built-in functions for critical timers diff --git a/.changeset/metal-pens-yawn.md b/.changeset/metal-pens-yawn.md deleted file mode 100644 index 5b9d7dde4a..0000000000 --- a/.changeset/metal-pens-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Set default scalabilityMode to L3T3_KEY in sample/comment diff --git a/.changeset/rotten-bags-occur.md b/.changeset/rotten-bags-occur.md deleted file mode 100644 index 9d2b2d2eca..0000000000 --- a/.changeset/rotten-bags-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Expose localTrackSubscribed event on localParticipant and room diff --git a/.changeset/smart-wolves-thank.md b/.changeset/smart-wolves-thank.md deleted file mode 100644 index f93c07d11d..0000000000 --- a/.changeset/smart-wolves-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -fast track publication diff --git a/.changeset/spotty-years-return.md b/.changeset/spotty-years-return.md deleted file mode 100644 index e2971f769f..0000000000 --- a/.changeset/spotty-years-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Add firstReceivedTime and lastReceivedTime to received TranscriptionSegments diff --git a/.changeset/thin-poems-type.md b/.changeset/thin-poems-type.md deleted file mode 100644 index d96c6d5dc3..0000000000 --- a/.changeset/thin-poems-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Ensure SVC layers are starting from LOW quality diff --git a/CHANGELOG.md b/CHANGELOG.md index 91dbeea5b0..ffc6813b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 2.5.1 + +### Patch Changes + +- Use ReturnTypes of built-in functions for critical timers - [#1236](https://github.com/livekit/client-sdk-js/pull/1236) ([@lukasIO](https://github.com/lukasIO)) + +- Set default scalabilityMode to L3T3_KEY in sample/comment - [#1238](https://github.com/livekit/client-sdk-js/pull/1238) ([@cnderrauber](https://github.com/cnderrauber)) + +- Expose localTrackSubscribed event on localParticipant and room - [#1229](https://github.com/livekit/client-sdk-js/pull/1229) ([@lukasIO](https://github.com/lukasIO)) + +- fast track publication - [#1228](https://github.com/livekit/client-sdk-js/pull/1228) ([@cnderrauber](https://github.com/cnderrauber)) + +- Add firstReceivedTime and lastReceivedTime to received TranscriptionSegments - [#1223](https://github.com/livekit/client-sdk-js/pull/1223) ([@lukasIO](https://github.com/lukasIO)) + +- Ensure SVC layers are starting from LOW quality - [#1226](https://github.com/livekit/client-sdk-js/pull/1226) ([@lukasIO](https://github.com/lukasIO)) + ## 2.5.0 ### Minor Changes diff --git a/package.json b/package.json index 45089aa9a1..f049103810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.5.0", + "version": "2.5.1", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",