Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2024
1 parent 6ae9d65 commit 4b30d21
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-pandas-exist.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/quiet-grapes-relate.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/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.

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

## 2.0.0

### Major Changes

- 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))

### Patch Changes

- Await unpublish before re-publishing on signal-reconnect - [#990](https://github.com/livekit/client-sdk-js/pull/990) ([@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.7

### 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.7",
"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 4b30d21

Please sign in to comment.