From 483e374291ee42d202b8dbeee541634650475429 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:07:29 +0200 Subject: [PATCH] Version Packages (#1161) Co-authored-by: github-actions[bot] --- .changeset/dry-islands-hug.md | 5 ----- .changeset/kind-nails-battle.md | 5 ----- .changeset/moody-apples-speak.md | 5 ----- .changeset/rude-hounds-worry.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/dry-islands-hug.md delete mode 100644 .changeset/kind-nails-battle.md delete mode 100644 .changeset/moody-apples-speak.md delete mode 100644 .changeset/rude-hounds-worry.md diff --git a/.changeset/dry-islands-hug.md b/.changeset/dry-islands-hug.md deleted file mode 100644 index 91af7dc5ac..0000000000 --- a/.changeset/dry-islands-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix normalising of default device Ids in DeviceManager diff --git a/.changeset/kind-nails-battle.md b/.changeset/kind-nails-battle.md deleted file mode 100644 index 74b425761c..0000000000 --- a/.changeset/kind-nails-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix resumeUpstream with local track processors enabled diff --git a/.changeset/moody-apples-speak.md b/.changeset/moody-apples-speak.md deleted file mode 100644 index 1911204ff8..0000000000 --- a/.changeset/moody-apples-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': minor ---- - -Disable webAudioMix by default diff --git a/.changeset/rude-hounds-worry.md b/.changeset/rude-hounds-worry.md deleted file mode 100644 index 45b5e9a214..0000000000 --- a/.changeset/rude-hounds-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': minor ---- - -Add RoomEvent.SignalReconnecting and ConnectionState.SignalReconnecting diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f462dce6..7dd4295777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.3.0 + +### Minor Changes + +- Disable webAudioMix by default - [#1159](https://github.com/livekit/client-sdk-js/pull/1159) ([@lukasIO](https://github.com/lukasIO)) + +- Add RoomEvent.SignalReconnecting and ConnectionState.SignalReconnecting - [#1158](https://github.com/livekit/client-sdk-js/pull/1158) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Fix normalising of default device Ids in DeviceManager - [#1162](https://github.com/livekit/client-sdk-js/pull/1162) ([@lukasIO](https://github.com/lukasIO)) + +- Fix resumeUpstream with local track processors enabled - [#1157](https://github.com/livekit/client-sdk-js/pull/1157) ([@kyleparrott](https://github.com/kyleparrott)) + ## 2.2.0 ### Minor Changes diff --git a/package.json b/package.json index 29e8db96ff..7fe5643b65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.2.0", + "version": "2.3.0", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",