From f2e9ce33097738bf35aa947311da9b23beb730a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Nov 2024 01:47:01 +0000 Subject: [PATCH] Version Packages --- .changeset/mean-glasses-reflect.md | 6 ------ .changeset/unlucky-apples-sleep.md | 5 ----- .changeset/violet-avocados-leave.md | 6 ------ CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 10 ++++++++++ packages/javascript/package.json | 2 +- 7 files changed, 24 insertions(+), 19 deletions(-) delete mode 100644 .changeset/mean-glasses-reflect.md delete mode 100644 .changeset/unlucky-apples-sleep.md delete mode 100644 .changeset/violet-avocados-leave.md diff --git a/.changeset/mean-glasses-reflect.md b/.changeset/mean-glasses-reflect.md deleted file mode 100644 index 59205602..00000000 --- a/.changeset/mean-glasses-reflect.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add disconnect reason for SIP failures. diff --git a/.changeset/unlucky-apples-sleep.md b/.changeset/unlucky-apples-sleep.md deleted file mode 100644 index b9509718..00000000 --- a/.changeset/unlucky-apples-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Annotate SIP errors with Twirp codes. diff --git a/.changeset/violet-avocados-leave.md b/.changeset/violet-avocados-leave.md deleted file mode 100644 index 1231daf8..00000000 --- a/.changeset/violet-avocados-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Fix port type for SIPUri. diff --git a/CHANGELOG.md b/CHANGELOG.md index e1344449..7297caca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # github.com/livekit/protocol +## 1.28.0 + +### Minor Changes + +- Add disconnect reason for SIP failures. - [#845](https://github.com/livekit/protocol/pull/845) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Annotate SIP errors with Twirp codes. - [#879](https://github.com/livekit/protocol/pull/879) ([@dennwc](https://github.com/dennwc)) + +- Fix port type for SIPUri. - [#882](https://github.com/livekit/protocol/pull/882) ([@dennwc](https://github.com/dennwc)) + ## 1.27.1 ### Patch Changes diff --git a/package.json b/package.json index 502b5bf0..f83025e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.27.1", + "version": "1.28.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 b2ddc25d..62b3a0ca 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/protocol +## 1.28.0 + +### Minor Changes + +- Add disconnect reason for SIP failures. - [#845](https://github.com/livekit/protocol/pull/845) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Fix port type for SIPUri. - [#882](https://github.com/livekit/protocol/pull/882) ([@dennwc](https://github.com/dennwc)) + ## 1.27.1 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 2f56411d..08956c05 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.27.1", + "version": "1.28.0", "description": "", "type": "module", "main": "src/index.js",