From 86d95fa42f14f535d8869d9f7387b64b1c41923e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:26:58 +0200 Subject: [PATCH] Version Packages (#824) Co-authored-by: github-actions[bot] --- .changeset/brave-chicken-eat.md | 5 ----- .changeset/gold-readers-scream.md | 5 ----- .changeset/tiny-pans-smell.md | 6 ------ .changeset/wet-guests-eat.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 10 ++++++++++ packages/javascript/package.json | 2 +- 8 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 .changeset/brave-chicken-eat.md delete mode 100644 .changeset/gold-readers-scream.md delete mode 100644 .changeset/tiny-pans-smell.md delete mode 100644 .changeset/wet-guests-eat.md diff --git a/.changeset/brave-chicken-eat.md b/.changeset/brave-chicken-eat.md deleted file mode 100644 index c15b0c09..00000000 --- a/.changeset/brave-chicken-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Add missing SIP status attribute. diff --git a/.changeset/gold-readers-scream.md b/.changeset/gold-readers-scream.md deleted file mode 100644 index d86cdb94..00000000 --- a/.changeset/gold-readers-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Expose metrics on javascript package diff --git a/.changeset/tiny-pans-smell.md b/.changeset/tiny-pans-smell.md deleted file mode 100644 index b4d004d4..00000000 --- a/.changeset/tiny-pans-smell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add disconnect reasons for SIP. diff --git a/.changeset/wet-guests-eat.md b/.changeset/wet-guests-eat.md deleted file mode 100644 index 7f4bfa47..00000000 --- a/.changeset/wet-guests-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Validate SipCallTo in CreateSIPParticipantRequest. diff --git a/CHANGELOG.md b/CHANGELOG.md index 679e675e..fb8dc3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # github.com/livekit/protocol +## 1.24.0 + +### Minor Changes + +- Add disconnect reasons for SIP. - [#828](https://github.com/livekit/protocol/pull/828) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Add missing SIP status attribute. - [#833](https://github.com/livekit/protocol/pull/833) ([@dennwc](https://github.com/dennwc)) + +- Validate SipCallTo in CreateSIPParticipantRequest. - [#823](https://github.com/livekit/protocol/pull/823) ([@dennwc](https://github.com/dennwc)) + ## 1.23.0 ### Patch Changes diff --git a/package.json b/package.json index 437181e7..657bf10e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.23.0", + "version": "1.24.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 d7219251..439961f5 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/protocol +## 1.24.0 + +### Minor Changes + +- Add disconnect reasons for SIP. - [#828](https://github.com/livekit/protocol/pull/828) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Expose metrics on javascript package - [#843](https://github.com/livekit/protocol/pull/843) ([@lukasIO](https://github.com/lukasIO)) + ## 1.23.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index e628c110..01ffd25f 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.23.0", + "version": "1.24.0", "description": "", "type": "module", "main": "src/index.js",