Skip to content

Commit

Permalink
Version Packages (#1105)
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 Apr 18, 2024
1 parent 10e3443 commit b99ee7d
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-pens-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-pens-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-tomatoes-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-horses-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-penguins-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-suns-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-dolls-wash.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- Force playback after app visibility changes back to visible - [#1106](https://github.com/livekit/client-sdk-js/pull/1106) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Allow options to be passed into connection checker - [#1102](https://github.com/livekit/client-sdk-js/pull/1102) ([@cscherban](https://github.com/cscherban))

- Await data publisher connection without multiple negotiations - [#1107](https://github.com/livekit/client-sdk-js/pull/1107) ([@lukasIO](https://github.com/lukasIO))

- Signal local audio track feature updates - [#1087](https://github.com/livekit/client-sdk-js/pull/1087) ([@lukasIO](https://github.com/lukasIO))

- Export internal mutex util - [#1110](https://github.com/livekit/client-sdk-js/pull/1110) ([@lukasIO](https://github.com/lukasIO))

- Add non-svc mode (L1T1) for vp9/av1 - [#1109](https://github.com/livekit/client-sdk-js/pull/1109) ([@cnderrauber](https://github.com/cnderrauber))

- Support more scalability mode - [#1104](https://github.com/livekit/client-sdk-js/pull/1104) ([@cnderrauber](https://github.com/cnderrauber))

## 2.0.10

### 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.10",
"version": "2.1.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 b99ee7d

Please sign in to comment.