Skip to content

Commit 7aed0ba

Browse files
Version Packages (#1808)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ceff5ae commit 7aed0ba

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

.changeset/clever-guests-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/funny-masks-strive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-crabs-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tiny-lamps-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/true-things-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 2.17.2
4+
5+
### Patch Changes
6+
7+
- Ensure connection state mismatches aren't triggered for ongoing PC connection attempts - [#1807](https://github.com/livekit/client-sdk-js/pull/1807) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Fix unnecessary track restarts on unmute when using ideal device constraints - [#1794](https://github.com/livekit/client-sdk-js/pull/1794) ([@mfairley](https://github.com/mfairley))
10+
11+
- Prevent ongoing renegotiations from declaring the negotiation as timed out - [#1813](https://github.com/livekit/client-sdk-js/pull/1813) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Add data track packetizer and depacketizer implementations - [#1798](https://github.com/livekit/client-sdk-js/pull/1798) ([@1egoman](https://github.com/1egoman))
14+
15+
- Add missing type exports required by `@livekit/components-core` - [#1815](https://github.com/livekit/client-sdk-js/pull/1815) ([@1egoman](https://github.com/1egoman))
16+
317
## 2.17.1
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "2.17.1",
3+
"version": "2.17.2",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "./dist/livekit-client.umd.js",
66
"unpkg": "./dist/livekit-client.umd.js",

0 commit comments

Comments
 (0)