Skip to content

Commit

Permalink
Version Packages (#1240)
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 17, 2024
1 parent 260a5e8 commit 57bf8ab
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-insects-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-cougars-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-kids-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-lemons-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-parents-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-starfishes-act.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.2

### Patch Changes

- Pass connect options to room from connection checkers - [#1245](https://github.com/livekit/client-sdk-js/pull/1245) ([@jespermjonsson](https://github.com/jespermjonsson))

- Avoid parallel offer processing - [#1244](https://github.com/livekit/client-sdk-js/pull/1244) ([@lukasIO](https://github.com/lukasIO))

- Switch active device if previously selected device becomes unavailable - [#1237](https://github.com/livekit/client-sdk-js/pull/1237) ([@lukasIO](https://github.com/lukasIO))

- Treat MissingKey as decryption failure to prevent spamming the logs - [#1241](https://github.com/livekit/client-sdk-js/pull/1241) ([@hughns](https://github.com/hughns))

- Update API docs for `room.getLocalDevices` - [#1243](https://github.com/livekit/client-sdk-js/pull/1243) ([@lukasIO](https://github.com/lukasIO))

- Fix trackProcessor creation from LocalParticipant.createTracks - [#1247](https://github.com/livekit/client-sdk-js/pull/1247) ([@lukasIO](https://github.com/lukasIO))

## 2.5.1

### Patch 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.1",
"version": "2.5.2",
"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 57bf8ab

Please sign in to comment.