From 5c7350d25904ed8fd8163e91ff47f0577ca6afad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:11:23 +0200 Subject: [PATCH] Version Packages (#783) Co-authored-by: github-actions[bot] --- .changeset/great-cougars-buy.md | 6 ------ .changeset/grumpy-pandas-stare.md | 6 ------ .changeset/long-wasps-speak.md | 5 ----- .changeset/swift-maps-applaud.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 12 ++++++++++++ packages/javascript/package.json | 2 +- 8 files changed, 26 insertions(+), 24 deletions(-) delete mode 100644 .changeset/great-cougars-buy.md delete mode 100644 .changeset/grumpy-pandas-stare.md delete mode 100644 .changeset/long-wasps-speak.md delete mode 100644 .changeset/swift-maps-applaud.md diff --git a/.changeset/great-cougars-buy.md b/.changeset/great-cougars-buy.md deleted file mode 100644 index 5236b586..00000000 --- a/.changeset/great-cougars-buy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add disconnect reason in participant info. diff --git a/.changeset/grumpy-pandas-stare.md b/.changeset/grumpy-pandas-stare.md deleted file mode 100644 index eb7dc4be..00000000 --- a/.changeset/grumpy-pandas-stare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -Send non-error responses also as part of RequestResponse diff --git a/.changeset/long-wasps-speak.md b/.changeset/long-wasps-speak.md deleted file mode 100644 index 11165bc0..00000000 --- a/.changeset/long-wasps-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add AgentDispatchInternal service. Add JobTerminate to AgentService diff --git a/.changeset/swift-maps-applaud.md b/.changeset/swift-maps-applaud.md deleted file mode 100644 index 00a76dd3..00000000 --- a/.changeset/swift-maps-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Use multiple webhook workers for each URL to improve parallelism diff --git a/CHANGELOG.md b/CHANGELOG.md index 1924f5d1..e1da6558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # github.com/livekit/protocol +## 1.20.0 + +### Minor Changes + +- Send non-error responses also as part of RequestResponse - [#787](https://github.com/livekit/protocol/pull/787) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Add disconnect reason in participant info. - [#788](https://github.com/livekit/protocol/pull/788) ([@boks1971](https://github.com/boks1971)) + +- Use multiple webhook workers for each URL to improve parallelism - [#784](https://github.com/livekit/protocol/pull/784) ([@davidzhao](https://github.com/davidzhao)) + ## 1.19.3 ## 1.19.2 diff --git a/package.json b/package.json index d2c789da..5146752a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.19.3", + "version": "1.20.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 6e36a5bd..a76436f1 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,17 @@ # @livekit/protocol +## 1.20.0 + +### Minor Changes + +- Send non-error responses also as part of RequestResponse - [#787](https://github.com/livekit/protocol/pull/787) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Add disconnect reason in participant info. - [#788](https://github.com/livekit/protocol/pull/788) ([@boks1971](https://github.com/boks1971)) + +- Add AgentDispatchInternal service. Add JobTerminate to AgentService - [#782](https://github.com/livekit/protocol/pull/782) ([@biglittlebigben](https://github.com/biglittlebigben)) + ## 1.19.3 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 8ca47604..de0ccf34 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.19.3", + "version": "1.20.0", "description": "", "type": "module", "main": "src/index.js",