From f50408c48cbde9a3a1025f80bdad99bb327f0ff5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:29:44 -0700 Subject: [PATCH] Version Packages (#736) Co-authored-by: github-actions[bot] --- .changeset/clean-comics-cheat.md | 5 ----- .changeset/good-parrots-peel.md | 6 ------ .changeset/moody-boats-kick.md | 5 ----- .changeset/orange-bottles-bow.md | 6 ------ .changeset/stale-windows-remember.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 8 ++++++++ packages/javascript/package.json | 2 +- 9 files changed, 26 insertions(+), 29 deletions(-) delete mode 100644 .changeset/clean-comics-cheat.md delete mode 100644 .changeset/good-parrots-peel.md delete mode 100644 .changeset/moody-boats-kick.md delete mode 100644 .changeset/orange-bottles-bow.md delete mode 100644 .changeset/stale-windows-remember.md diff --git a/.changeset/clean-comics-cheat.md b/.changeset/clean-comics-cheat.md deleted file mode 100644 index 45d2b61d..00000000 --- a/.changeset/clean-comics-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Simplify number matching rules for SIP. diff --git a/.changeset/good-parrots-peel.md b/.changeset/good-parrots-peel.md deleted file mode 100644 index 72906e05..00000000 --- a/.changeset/good-parrots-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Split SIP Trunk configuration to inbound and outbound parts. diff --git a/.changeset/moody-boats-kick.md b/.changeset/moody-boats-kick.md deleted file mode 100644 index 71f3a664..00000000 --- a/.changeset/moody-boats-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Added session token option for s3 uploads diff --git a/.changeset/orange-bottles-bow.md b/.changeset/orange-bottles-bow.md deleted file mode 100644 index f76101d2..00000000 --- a/.changeset/orange-bottles-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -add Participant attributes key/val storage diff --git a/.changeset/stale-windows-remember.md b/.changeset/stale-windows-remember.md deleted file mode 100644 index 9716bb7d..00000000 --- a/.changeset/stale-windows-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Include analytics event ids diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed3621d..3c90c7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # github.com/livekit/protocol +## 1.18.0 + +### Minor Changes + +- Split SIP Trunk configuration to inbound and outbound parts. - [#738](https://github.com/livekit/protocol/pull/738) ([@dennwc](https://github.com/dennwc)) + +- add Participant attributes key/val storage - [#733](https://github.com/livekit/protocol/pull/733) ([@davidzhao](https://github.com/davidzhao)) + +### Patch Changes + +- Simplify number matching rules for SIP. - [#737](https://github.com/livekit/protocol/pull/737) ([@dennwc](https://github.com/dennwc)) + +- Added session token option for s3 uploads - [#734](https://github.com/livekit/protocol/pull/734) ([@frostbyte73](https://github.com/frostbyte73)) + +- Include analytics event ids - [#739](https://github.com/livekit/protocol/pull/739) ([@davidzhao](https://github.com/davidzhao)) + ## 1.17.0 ### Minor Changes diff --git a/package.json b/package.json index c9a1d85c..76f1ccbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.17.0", + "version": "1.18.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 9ec646c6..c4f29c5a 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/protocol +## 1.18.0 + +### Minor Changes + +- Split SIP Trunk configuration to inbound and outbound parts. - [#738](https://github.com/livekit/protocol/pull/738) ([@dennwc](https://github.com/dennwc)) + +- add Participant attributes key/val storage - [#733](https://github.com/livekit/protocol/pull/733) ([@davidzhao](https://github.com/davidzhao)) + ## 1.17.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 03bcdf1d..94fffc8a 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.17.0", + "version": "1.18.0", "description": "", "type": "module", "main": "src/index.js",