diff --git a/.changeset/beige-rockets-approve.md b/.changeset/beige-rockets-approve.md deleted file mode 100644 index d264b8d1fb..0000000000 --- a/.changeset/beige-rockets-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Set degradationPreference to maintain-resolution for screen share tracks diff --git a/.changeset/clever-snails-melt.md b/.changeset/clever-snails-melt.md deleted file mode 100644 index 3b1a296dd9..0000000000 --- a/.changeset/clever-snails-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Export browser parser diff --git a/.changeset/early-readers-eat.md b/.changeset/early-readers-eat.md deleted file mode 100644 index d282db34b1..0000000000 --- a/.changeset/early-readers-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Don't restart track when processor stops diff --git a/.changeset/neat-cars-sparkle.md b/.changeset/neat-cars-sparkle.md deleted file mode 100644 index 01edb6853d..0000000000 --- a/.changeset/neat-cars-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Handle SVC compatibility with Safari and Chrome prior to M113 diff --git a/.changeset/real-moose-exist.md b/.changeset/real-moose-exist.md deleted file mode 100644 index 2e8e4aedbb..0000000000 --- a/.changeset/real-moose-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add sanity check for duplicate cryptors and log more errors diff --git a/.changeset/wet-kids-unite.md b/.changeset/wet-kids-unite.md deleted file mode 100644 index 9a556d1325..0000000000 --- a/.changeset/wet-kids-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix quality issues with SVC screenshares diff --git a/.changeset/wicked-balloons-grin.md b/.changeset/wicked-balloons-grin.md deleted file mode 100644 index d36202f42a..0000000000 --- a/.changeset/wicked-balloons-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Export SubscriptionError from protocol diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ada0e7900..c3e2e372ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.0.8 + +### Patch Changes + +- Set degradationPreference to maintain-resolution for screen share tracks - [#1080](https://github.com/livekit/client-sdk-js/pull/1080) ([@davidzhao](https://github.com/davidzhao)) + +- Export browser parser - [#1074](https://github.com/livekit/client-sdk-js/pull/1074) ([@lukasIO](https://github.com/lukasIO)) + +- Don't restart track when processor stops - [#1081](https://github.com/livekit/client-sdk-js/pull/1081) ([@lukasIO](https://github.com/lukasIO)) + +- Handle SVC compatibility with Safari and Chrome prior to M113 - [#1079](https://github.com/livekit/client-sdk-js/pull/1079) ([@davidzhao](https://github.com/davidzhao)) + +- Add sanity check for duplicate cryptors and log more errors - [#1082](https://github.com/livekit/client-sdk-js/pull/1082) ([@lukasIO](https://github.com/lukasIO)) + +- Fix quality issues with SVC screenshares - [#1077](https://github.com/livekit/client-sdk-js/pull/1077) ([@davidzhao](https://github.com/davidzhao)) + +- Export SubscriptionError from protocol - [#1075](https://github.com/livekit/client-sdk-js/pull/1075) ([@davidzhao](https://github.com/davidzhao)) + ## 2.0.7 ### Patch Changes diff --git a/package.json b/package.json index 03d8bd23b7..381e7694fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.0.7", + "version": "2.0.8", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",