Skip to content

Commit

Permalink
Version Packages (#1043)
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 Mar 1, 2024
1 parent 935ba3c commit de4a678
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-mayflies-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-rabbits-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-news-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-pugs-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-lies-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-elephants-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-pandas-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-snails-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-planets-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-lamps-join.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 2.0.4

### Patch Changes

- Normalize audiooutput device id for webAudio mode - [#1051](https://github.com/livekit/client-sdk-js/pull/1051) ([@lukasIO](https://github.com/lukasIO))

- Add page leave log - [#1056](https://github.com/livekit/client-sdk-js/pull/1056) ([@lukasIO](https://github.com/lukasIO))

- Add `stopProcessor` param to replaceTrack function - [#1040](https://github.com/livekit/client-sdk-js/pull/1040) ([@lukasIO](https://github.com/lukasIO))

- Set audio context on track as early as possible - [#1053](https://github.com/livekit/client-sdk-js/pull/1053) ([@lukasIO](https://github.com/lukasIO))

- Export logger names to configure fine grained logging - [#1042](https://github.com/livekit/client-sdk-js/pull/1042) ([@lukasIO](https://github.com/lukasIO))

- Emit Restarting as soon as both signal and pc connection are severed - [#1047](https://github.com/livekit/client-sdk-js/pull/1047) ([@lukasIO](https://github.com/lukasIO))

- Add VideoPreset overload for more granular options settings - [#1044](https://github.com/livekit/client-sdk-js/pull/1044) ([@lukasIO](https://github.com/lukasIO))

- Send worker loglevel in init message - [#1045](https://github.com/livekit/client-sdk-js/pull/1045) ([@lukasIO](https://github.com/lukasIO))

- Only perform mute/unmute actions if necessary - [#1048](https://github.com/livekit/client-sdk-js/pull/1048) ([@lukasIO](https://github.com/lukasIO))

- Make sure a 401 ConnectionError is thrown on invalid token permissions - [#1049](https://github.com/livekit/client-sdk-js/pull/1049) ([@lukasIO](https://github.com/lukasIO))

## 2.0.3

### 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.0.3",
"version": "2.0.4",
"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 de4a678

Please sign in to comment.