From 0ec6825edfd4c60d80dae7ea0896320716688ec7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:03:32 +0200 Subject: [PATCH] Version Packages (#1128) Co-authored-by: github-actions[bot] --- .changeset/clean-gifts-applaud.md | 5 ----- .changeset/loud-fireants-hammer.md | 5 ----- .changeset/selfish-moles-develop.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/clean-gifts-applaud.md delete mode 100644 .changeset/loud-fireants-hammer.md delete mode 100644 .changeset/selfish-moles-develop.md diff --git a/.changeset/clean-gifts-applaud.md b/.changeset/clean-gifts-applaud.md deleted file mode 100644 index c63f615d9..000000000 --- a/.changeset/clean-gifts-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Don't create data channel of publisher until sending data message diff --git a/.changeset/loud-fireants-hammer.md b/.changeset/loud-fireants-hammer.md deleted file mode 100644 index f5bebb59f..000000000 --- a/.changeset/loud-fireants-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add timestamp to exp timeSyncUpdate diff --git a/.changeset/selfish-moles-develop.md b/.changeset/selfish-moles-develop.md deleted file mode 100644 index 2a088cb94..000000000 --- a/.changeset/selfish-moles-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Update to protocol 13 with LeaveRequest Action diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a5109b8..9deb3881e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.1.3 + +### Patch Changes + +- Don't create data channel of publisher until sending data message - [#1118](https://github.com/livekit/client-sdk-js/pull/1118) ([@cnderrauber](https://github.com/cnderrauber)) + +- Add timestamp to exp timeSyncUpdate - [#1126](https://github.com/livekit/client-sdk-js/pull/1126) ([@lukasIO](https://github.com/lukasIO)) + +- Update to protocol 13 with LeaveRequest Action - [#1127](https://github.com/livekit/client-sdk-js/pull/1127) ([@lukasIO](https://github.com/lukasIO)) + ## 2.1.2 ### Patch Changes diff --git a/package.json b/package.json index 2db7038a1..2e1b9b3c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.1.2", + "version": "2.1.3", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",