From c4b46536c0fb84f953bdb35acf0d8f5d4a469683 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 12:49:20 +0000 Subject: [PATCH] Version Packages --- .changeset/cold-beds-hope.md | 5 ----- .changeset/mono-docs-and-api.md | 5 ----- .changeset/mono-fix-zero.md | 5 ----- .changeset/perfect-hounds-heal.md | 5 ----- .changeset/pretty-baboons-join.md | 5 ----- .changeset/silly-books-attend.md | 5 ----- CHANGELOG.md | 2 ++ package.json | 2 +- packages/javascript/CHANGELOG.md | 16 ++++++++++++++++ packages/javascript/package.json | 2 +- 10 files changed, 20 insertions(+), 32 deletions(-) delete mode 100644 .changeset/cold-beds-hope.md delete mode 100644 .changeset/mono-docs-and-api.md delete mode 100644 .changeset/mono-fix-zero.md delete mode 100644 .changeset/perfect-hounds-heal.md delete mode 100644 .changeset/pretty-baboons-join.md delete mode 100644 .changeset/silly-books-attend.md diff --git a/.changeset/cold-beds-hope.md b/.changeset/cold-beds-hope.md deleted file mode 100644 index a16de58f2..000000000 --- a/.changeset/cold-beds-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add InputVideo/AudioState to ICERestartWHIPResourceResponse diff --git a/.changeset/mono-docs-and-api.md b/.changeset/mono-docs-and-api.md deleted file mode 100644 index a0082953b..000000000 --- a/.changeset/mono-docs-and-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Document mono package, support Unix and Parse. diff --git a/.changeset/mono-fix-zero.md b/.changeset/mono-fix-zero.md deleted file mode 100644 index 04b637d07..000000000 --- a/.changeset/mono-fix-zero.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Fix zero time handling in mono package. diff --git a/.changeset/perfect-hounds-heal.md b/.changeset/perfect-hounds-heal.md deleted file mode 100644 index cac7e9cdb..000000000 --- a/.changeset/perfect-hounds-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Setting service diff --git a/.changeset/pretty-baboons-join.md b/.changeset/pretty-baboons-join.md deleted file mode 100644 index a48505531..000000000 --- a/.changeset/pretty-baboons-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Enable recording diff --git a/.changeset/silly-books-attend.md b/.changeset/silly-books-attend.md deleted file mode 100644 index eb363c62f..000000000 --- a/.changeset/silly-books-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -handle session timer skips >1 min diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e879a00..5d6c2e724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # github.com/livekit/protocol +## 1.42.1 + ## 1.42.0 ### Minor Changes diff --git a/package.json b/package.json index ee6831b11..d24c4b133 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.42.0", + "version": "1.42.1", "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 a6f0c5ed9..b53b72cd6 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,21 @@ # @livekit/protocol +## 1.42.1 + +### Patch Changes + +- Add InputVideo/AudioState to ICERestartWHIPResourceResponse - [#1237](https://github.com/livekit/protocol/pull/1237) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- Document mono package, support Unix and Parse. - [#1242](https://github.com/livekit/protocol/pull/1242) ([@dennwc](https://github.com/dennwc)) + +- Fix zero time handling in mono package. - [#1241](https://github.com/livekit/protocol/pull/1241) ([@dennwc](https://github.com/dennwc)) + +- Setting service - [#1240](https://github.com/livekit/protocol/pull/1240) ([@paulwe](https://github.com/paulwe)) + +- Enable recording - [#1233](https://github.com/livekit/protocol/pull/1233) ([@paulwe](https://github.com/paulwe)) + +- handle session timer skips >1 min - [#1227](https://github.com/livekit/protocol/pull/1227) ([@paulwe](https://github.com/paulwe)) + ## 1.42.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index f740bf0c8..8ba5ea93e 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.42.0", + "version": "1.42.1", "description": "", "type": "module", "require": "dist/index.cjs",