From f5e8384cb60d1eacc3aad1aa95a11898c92a5c6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Jun 2024 06:10:47 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-boxes-call.md | 6 ------ .changeset/clever-meals-visit.md | 6 ------ .changeset/cuddly-buttons-guess.md | 5 ----- .changeset/little-kiwis-eat.md | 6 ------ .changeset/modern-penguins-own.md | 6 ------ .changeset/witty-tomatoes-smile.md | 6 ------ CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 16 ++++++++++++++++ packages/javascript/package.json | 2 +- 10 files changed, 36 insertions(+), 37 deletions(-) delete mode 100644 .changeset/angry-boxes-call.md delete mode 100644 .changeset/clever-meals-visit.md delete mode 100644 .changeset/cuddly-buttons-guess.md delete mode 100644 .changeset/little-kiwis-eat.md delete mode 100644 .changeset/modern-penguins-own.md delete mode 100644 .changeset/witty-tomatoes-smile.md diff --git a/.changeset/angry-boxes-call.md b/.changeset/angry-boxes-call.md deleted file mode 100644 index ccce3f9a..00000000 --- a/.changeset/angry-boxes-call.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Added error code field to EgressInfo diff --git a/.changeset/clever-meals-visit.md b/.changeset/clever-meals-visit.md deleted file mode 100644 index 676ed5b0..00000000 --- a/.changeset/clever-meals-visit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Include node_id with analytics events diff --git a/.changeset/cuddly-buttons-guess.md b/.changeset/cuddly-buttons-guess.md deleted file mode 100644 index ecbb7e28..00000000 --- a/.changeset/cuddly-buttons-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Match SIP Trunks by source IP or mask. diff --git a/.changeset/little-kiwis-eat.md b/.changeset/little-kiwis-eat.md deleted file mode 100644 index e3f7be76..00000000 --- a/.changeset/little-kiwis-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add notice to use participant identity from DataPacket for transcriptions. diff --git a/.changeset/modern-penguins-own.md b/.changeset/modern-penguins-own.md deleted file mode 100644 index 2a83cd61..00000000 --- a/.changeset/modern-penguins-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add support for additional SIP transports. diff --git a/.changeset/witty-tomatoes-smile.md b/.changeset/witty-tomatoes-smile.md deleted file mode 100644 index aae6e18d..00000000 --- a/.changeset/witty-tomatoes-smile.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -Add ICERestartWHIPResource to RPC diff --git a/CHANGELOG.md b/CHANGELOG.md index 885fbf8a..4ed3621d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # github.com/livekit/protocol +## 1.17.0 + +### Minor Changes + +- Add support for additional SIP transports. - [#719](https://github.com/livekit/protocol/pull/719) ([@dennwc](https://github.com/dennwc)) + +- Add ICERestartWHIPResource to RPC - [#716](https://github.com/livekit/protocol/pull/716) ([@Sean-Der](https://github.com/Sean-Der)) + +### Patch Changes + +- Added error code field to EgressInfo - [#714](https://github.com/livekit/protocol/pull/714) ([@frostbyte73](https://github.com/frostbyte73)) + +- Include node_id with analytics events - [#727](https://github.com/livekit/protocol/pull/727) ([@davidzhao](https://github.com/davidzhao)) + +- Match SIP Trunks by source IP or mask. - [#724](https://github.com/livekit/protocol/pull/724) ([@dennwc](https://github.com/dennwc)) + +- Add notice to use participant identity from DataPacket for transcriptions. - [#706](https://github.com/livekit/protocol/pull/706) ([@dennwc](https://github.com/dennwc)) + ## 1.16.0 ### Minor Changes diff --git a/package.json b/package.json index 3cd477c6..c9a1d85c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.16.0", + "version": "1.17.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 605e4cad..9ec646c6 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,21 @@ # @livekit/protocol +## 1.17.0 + +### Minor Changes + +- Add support for additional SIP transports. - [#719](https://github.com/livekit/protocol/pull/719) ([@dennwc](https://github.com/dennwc)) + +- Add ICERestartWHIPResource to RPC - [#716](https://github.com/livekit/protocol/pull/716) ([@Sean-Der](https://github.com/Sean-Der)) + +### Patch Changes + +- Added error code field to EgressInfo - [#714](https://github.com/livekit/protocol/pull/714) ([@frostbyte73](https://github.com/frostbyte73)) + +- Include node_id with analytics events - [#727](https://github.com/livekit/protocol/pull/727) ([@davidzhao](https://github.com/davidzhao)) + +- Add notice to use participant identity from DataPacket for transcriptions. - [#706](https://github.com/livekit/protocol/pull/706) ([@dennwc](https://github.com/dennwc)) + ## 1.16.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 8b8c57c9..03bcdf1d 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.16.0", + "version": "1.17.0", "description": "", "type": "module", "main": "src/index.js",