Skip to content

Commit

Permalink
Version Packages (#989)
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 Feb 2, 2024
1 parent 5e25a3d commit 5106c17
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-garlics-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-cows-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-dots-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-pandas-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-swans-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-sloths-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-horses-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-apricots-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-keys-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-spies-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-badgers-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-eels-wait.md

This file was deleted.

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

## 2.0.0

### Major Changes

- Remove experimental hint for webAudioMix and enable it by default - [#1013](https://github.com/livekit/client-sdk-js/pull/1013) ([@lukasIO](https://github.com/lukasIO))

- Add support for async room sid. Removes `room.sid` and replaces it with `await room.getSid()`. - [#983](https://github.com/livekit/client-sdk-js/pull/983) ([@lukasIO](https://github.com/lukasIO))

- Change publishData signature - [#946](https://github.com/livekit/client-sdk-js/pull/946) ([@lukasIO](https://github.com/lukasIO))

- Remote `OFF` option from VideoQuality enum - [#985](https://github.com/livekit/client-sdk-js/pull/985) ([@lukasIO](https://github.com/lukasIO))

- Rename `participant.tracks` to `participant.trackPublications` - [#947](https://github.com/livekit/client-sdk-js/pull/947) ([@lukasIO](https://github.com/lukasIO))

- Rename getTrack to getTrackPublications and participants to remoteParticipants - [#945](https://github.com/livekit/client-sdk-js/pull/945) ([@lukasIO](https://github.com/lukasIO))

- Remove previously deprecated APIs - [#948](https://github.com/livekit/client-sdk-js/pull/948) ([@lukasIO](https://github.com/lukasIO))

### Minor Changes

- Don't emit RoomEvent.Reconnecting for resumes - [#1012](https://github.com/livekit/client-sdk-js/pull/1012) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Update participant info when getting participant - [#1009](https://github.com/livekit/client-sdk-js/pull/1009) ([@lukasIO](https://github.com/lukasIO))

- Log websocket close code - [#1002](https://github.com/livekit/client-sdk-js/pull/1002) ([@lukasIO](https://github.com/lukasIO))

- Avoid throwing unhandled error for simulcast codec tracks - [#999](https://github.com/livekit/client-sdk-js/pull/999) ([@lukasIO](https://github.com/lukasIO))

- Get sid from roomInfo for logContext - [#991](https://github.com/livekit/client-sdk-js/pull/991) ([@lukasIO](https://github.com/lukasIO))

## 1.15.11

### 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": "1.15.11",
"version": "2.0.0",
"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 5106c17

Please sign in to comment.