From ab1ebca137fcae263930c5c821345398ebcb3270 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Jan 2025 19:13:40 +0000 Subject: [PATCH] Version Packages --- .changeset/healthy-poets-tan.md | 6 ------ .changeset/nervous-chicken-sparkle.md | 5 ----- .changeset/tall-fans-try.md | 5 ----- .changeset/tame-suits-sneeze.md | 5 ----- .changeset/yellow-poets-teach.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 14 ++++++++++++++ packages/javascript/package.json | 2 +- 9 files changed, 26 insertions(+), 28 deletions(-) delete mode 100644 .changeset/healthy-poets-tan.md delete mode 100644 .changeset/nervous-chicken-sparkle.md delete mode 100644 .changeset/tall-fans-try.md delete mode 100644 .changeset/tame-suits-sneeze.md delete mode 100644 .changeset/yellow-poets-teach.md diff --git a/.changeset/healthy-poets-tan.md b/.changeset/healthy-poets-tan.md deleted file mode 100644 index fa5915ef..00000000 --- a/.changeset/healthy-poets-tan.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add media encryption options for SIP. diff --git a/.changeset/nervous-chicken-sparkle.md b/.changeset/nervous-chicken-sparkle.md deleted file mode 100644 index 18002031..00000000 --- a/.changeset/nervous-chicken-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add "Enabled" flag to ingresses to allow preventing an ingress to become active without deleting it. diff --git a/.changeset/tall-fans-try.md b/.changeset/tall-fans-try.md deleted file mode 100644 index 12ea419c..00000000 --- a/.changeset/tall-fans-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -include room preset/config in SIP tokens diff --git a/.changeset/tame-suits-sneeze.md b/.changeset/tame-suits-sneeze.md deleted file mode 100644 index 409469e1..00000000 --- a/.changeset/tame-suits-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add DataStream.Trailer for finalizing streams diff --git a/.changeset/yellow-poets-teach.md b/.changeset/yellow-poets-teach.md deleted file mode 100644 index 7ebd0bd2..00000000 --- a/.changeset/yellow-poets-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add SIPCallDirection to SIPCallInfo diff --git a/CHANGELOG.md b/CHANGELOG.md index bf59ac82..01bc271d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # github.com/livekit/protocol +## 1.31.0 + +### Minor Changes + +- Add media encryption options for SIP. - [#892](https://github.com/livekit/protocol/pull/892) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- include room preset/config in SIP tokens - [#932](https://github.com/livekit/protocol/pull/932) ([@davidzhao](https://github.com/davidzhao)) + ## 1.30.0 ### Minor Changes diff --git a/package.json b/package.json index 59fb7f48..ff336832 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.30.0", + "version": "1.31.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 302e425f..a0c32471 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,19 @@ # @livekit/protocol +## 1.31.0 + +### Minor Changes + +- Add media encryption options for SIP. - [#892](https://github.com/livekit/protocol/pull/892) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Add "Enabled" flag to ingresses to allow preventing an ingress to become active without deleting it. - [#937](https://github.com/livekit/protocol/pull/937) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- Add DataStream.Trailer for finalizing streams - [#940](https://github.com/livekit/protocol/pull/940) ([@lukasIO](https://github.com/lukasIO)) + +- Add SIPCallDirection to SIPCallInfo - [#938](https://github.com/livekit/protocol/pull/938) ([@biglittlebigben](https://github.com/biglittlebigben)) + ## 1.30.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 3c31599e..21648f5d 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.30.0", + "version": "1.31.0", "description": "", "type": "module", "require": "dist/index.cjs",