From 57a2ee69960633a9c03c6c42625a09620e571429 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:03:53 +0100 Subject: [PATCH] Version Packages (#1066) Co-authored-by: github-actions[bot] --- .changeset/eleven-ravens-wonder.md | 5 ----- .changeset/four-impalas-lay.md | 5 ----- .changeset/swift-peaches-compare.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/eleven-ravens-wonder.md delete mode 100644 .changeset/four-impalas-lay.md delete mode 100644 .changeset/swift-peaches-compare.md diff --git a/.changeset/eleven-ravens-wonder.md b/.changeset/eleven-ravens-wonder.md deleted file mode 100644 index ed4a6690b1..0000000000 --- a/.changeset/eleven-ravens-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Read deviceId from source mediastreamtrack diff --git a/.changeset/four-impalas-lay.md b/.changeset/four-impalas-lay.md deleted file mode 100644 index 99bf65f6e2..0000000000 --- a/.changeset/four-impalas-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Replace protocol submodule with npm package diff --git a/.changeset/swift-peaches-compare.md b/.changeset/swift-peaches-compare.md deleted file mode 100644 index f48e3fe6e0..0000000000 --- a/.changeset/swift-peaches-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Demote facingMode logs to trace diff --git a/CHANGELOG.md b/CHANGELOG.md index df9b11c8e1..7ade85e275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.0.6 + +### Patch Changes + +- Read deviceId from source mediastreamtrack - [#1068](https://github.com/livekit/client-sdk-js/pull/1068) ([@lukasIO](https://github.com/lukasIO)) + +- Replace protocol submodule with npm package - [#1067](https://github.com/livekit/client-sdk-js/pull/1067) ([@lukasIO](https://github.com/lukasIO)) + +- Demote facingMode logs to trace - [#1065](https://github.com/livekit/client-sdk-js/pull/1065) ([@lukasIO](https://github.com/lukasIO)) + ## 2.0.5 ### Patch Changes diff --git a/package.json b/package.json index 86814a2aee..eef77b63bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.0.5", + "version": "2.0.6", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",