From 193af6da4a387463d600d6d61d0f99aaa9d10440 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:29:07 +0000 Subject: [PATCH] Version Packages --- .changeset/orange-planes-roll.md | 5 ----- .changeset/red-doodles-open.md | 5 ----- .changeset/silly-windows-taste.md | 5 ----- .changeset/thirty-tables-film.md | 6 ------ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 12 ++++++++++++ packages/javascript/package.json | 2 +- 8 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 .changeset/orange-planes-roll.md delete mode 100644 .changeset/red-doodles-open.md delete mode 100644 .changeset/silly-windows-taste.md delete mode 100644 .changeset/thirty-tables-film.md diff --git a/.changeset/orange-planes-roll.md b/.changeset/orange-planes-roll.md deleted file mode 100644 index 70e001b8d..000000000 --- a/.changeset/orange-planes-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -move out connector protos diff --git a/.changeset/red-doodles-open.md b/.changeset/red-doodles-open.md deleted file mode 100644 index fed3bd43a..000000000 --- a/.changeset/red-doodles-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Added NoRandomness field to individual dispatch rule" diff --git a/.changeset/silly-windows-taste.md b/.changeset/silly-windows-taste.md deleted file mode 100644 index f5437fa74..000000000 --- a/.changeset/silly-windows-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add AGENT_ERROR disconnect reason diff --git a/.changeset/thirty-tables-film.md b/.changeset/thirty-tables-film.md deleted file mode 100644 index fe63b5568..000000000 --- a/.changeset/thirty-tables-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -Add PayloadTrailerFeature to TrackInfo and AddTrackRequest diff --git a/CHANGELOG.md b/CHANGELOG.md index db3818c64..e0aa80b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # github.com/livekit/protocol +## 1.45.0 + +### Minor Changes + +- Add PayloadTrailerFeature to TrackInfo and AddTrackRequest - [#1438](https://github.com/livekit/protocol/pull/1438) ([@chenosaurus](https://github.com/chenosaurus)) + +### Patch Changes + +- Added NoRandomness field to individual dispatch rule" - [#1426](https://github.com/livekit/protocol/pull/1426) ([@alexlivekit](https://github.com/alexlivekit)) + ## 1.44.1 ### Patch Changes diff --git a/package.json b/package.json index 812f860a7..639d860c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.44.1", + "version": "1.45.0", "scripts": { "changeset": "changeset", "ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index e4dfceb31..d08456ed9 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,17 @@ # @livekit/protocol +## 1.45.0 + +### Minor Changes + +- Add PayloadTrailerFeature to TrackInfo and AddTrackRequest - [#1438](https://github.com/livekit/protocol/pull/1438) ([@chenosaurus](https://github.com/chenosaurus)) + +### Patch Changes + +- move out connector protos - [#1429](https://github.com/livekit/protocol/pull/1429) ([@paulwe](https://github.com/paulwe)) + +- add AGENT_ERROR disconnect reason - [#1434](https://github.com/livekit/protocol/pull/1434) ([@theomonnom](https://github.com/theomonnom)) + ## 1.44.1 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 2ea0ba31b..2d87f15fd 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.44.1", + "version": "1.45.0", "description": "", "type": "module", "require": "dist/index.cjs",