From 3c98b870c250b4a9570fa453c8ea8bdd751cd8d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:38:05 +0200 Subject: [PATCH] Version Packages (#799) Co-authored-by: github-actions[bot] --- .changeset/modern-walls-return.md | 6 ------ .changeset/silent-elephants-wink.md | 6 ------ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 10 ++++++++++ packages/javascript/package.json | 2 +- 6 files changed, 22 insertions(+), 14 deletions(-) delete mode 100644 .changeset/modern-walls-return.md delete mode 100644 .changeset/silent-elephants-wink.md diff --git a/.changeset/modern-walls-return.md b/.changeset/modern-walls-return.md deleted file mode 100644 index 17241e2e..00000000 --- a/.changeset/modern-walls-return.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add SDK values for Unity-Web and NodeJS. diff --git a/.changeset/silent-elephants-wink.md b/.changeset/silent-elephants-wink.md deleted file mode 100644 index 3189ba90..00000000 --- a/.changeset/silent-elephants-wink.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add Callee dispatch rule type for SIP. diff --git a/CHANGELOG.md b/CHANGELOG.md index a82ba768..a728b224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # github.com/livekit/protocol +## 1.21.0 + +### Minor Changes + +- Add Callee dispatch rule type for SIP. - [#798](https://github.com/livekit/protocol/pull/798) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Add SDK values for Unity-Web and NodeJS. - [#797](https://github.com/livekit/protocol/pull/797) ([@bcherry](https://github.com/bcherry)) + ## 1.20.1 ### Patch Changes diff --git a/package.json b/package.json index 311ec9d4..ee8ec954 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.20.1", + "version": "1.21.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 422ed4d5..c1427df4 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/protocol +## 1.21.0 + +### Minor Changes + +- Add Callee dispatch rule type for SIP. - [#798](https://github.com/livekit/protocol/pull/798) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Add SDK values for Unity-Web and NodeJS. - [#797](https://github.com/livekit/protocol/pull/797) ([@bcherry](https://github.com/bcherry)) + ## 1.20.1 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index cb60a47f..af143779 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.20.1", + "version": "1.21.0", "description": "", "type": "module", "main": "src/index.js",