Skip to content

Commit

Permalink
Version Packages (#1227)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 2, 2024
1 parent 09b5d12 commit a4807aa
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-chefs-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-pens-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-bags-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-wolves-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-years-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-poems-type.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a4807aa

Please sign in to comment.