From f1494ad223a203a42bd45a2c225363d6ba3fe818 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 May 2024 08:05:25 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-boxes-call.md | 6 ------ .changeset/little-kiwis-eat.md | 6 ------ .changeset/modern-penguins-own.md | 6 ------ .changeset/witty-tomatoes-smile.md | 6 ------ CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 14 ++++++++++++++ packages/javascript/package.json | 2 +- 8 files changed, 30 insertions(+), 26 deletions(-) delete mode 100644 .changeset/angry-boxes-call.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 ccce3f9a4..000000000 --- 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/little-kiwis-eat.md b/.changeset/little-kiwis-eat.md deleted file mode 100644 index e3f7be763..000000000 --- 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 2a83cd61a..000000000 --- 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 aae6e18d2..000000000 --- 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 885fbf8ac..1830d382b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # 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)) + +- 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 3cd477c6f..c9a1d85c0 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 605e4cad6..40f680cdb 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,19 @@ # @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)) + +- 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 8b8c57c90..03bcdf1db 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",