From e0c4de82fa0b4e409d474e8c7b17cb7872a3cbd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:08:46 +0200 Subject: [PATCH] Version Packages (dev) (#489) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 3 ++- livekit-agents/CHANGELOG.md | 6 ++++++ livekit-agents/package.json | 2 +- livekit-plugins/livekit-plugins-azure/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-azure/package.json | 2 +- livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-cartesia/package.json | 2 +- livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-deepgram/package.json | 2 +- livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-elevenlabs/package.json | 2 +- livekit-plugins/livekit-plugins-google/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-google/package.json | 2 +- livekit-plugins/livekit-plugins-minimal/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-minimal/package.json | 2 +- livekit-plugins/livekit-plugins-nltk/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-nltk/package.json | 2 +- livekit-plugins/livekit-plugins-openai/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-openai/package.json | 2 +- livekit-plugins/livekit-plugins-rag/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-rag/package.json | 2 +- livekit-plugins/livekit-plugins-silero/CHANGELOG.md | 6 ++++++ livekit-plugins/livekit-plugins-silero/package.json | 2 +- 23 files changed, 79 insertions(+), 12 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index a46f4b573..4a624d92c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,7 @@ "livekit-plugins-silero": "0.5.1" }, "changesets": [ - "famous-donuts-burn" + "famous-donuts-burn", + "slow-cameras-stare" ] } diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index 409f59296..b9e27486b 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-agents +## 0.8.0-dev.2 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.7.3-dev.1 ### Patch Changes diff --git a/livekit-agents/package.json b/livekit-agents/package.json index b1504f75b..6e56422c3 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.7.3-dev.1" + "version": "0.8.0-dev.2" } diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md index 0f46cd43e..f93f62a99 100644 --- a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-azure +## 0.3.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.2.2-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index f08f2166f..005940667 100644 --- a/livekit-plugins/livekit-plugins-azure/package.json +++ b/livekit-plugins/livekit-plugins-azure/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-azure", "private": true, - "version": "0.2.2-dev.0" + "version": "0.3.0-dev.1" } diff --git a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md index 826097845..e1a8d1f5b 100644 --- a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-cartesia +## 0.2.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.1.2-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-cartesia/package.json b/livekit-plugins/livekit-plugins-cartesia/package.json index 296431013..cf6ac6172 100644 --- a/livekit-plugins/livekit-plugins-cartesia/package.json +++ b/livekit-plugins/livekit-plugins-cartesia/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-cartesia", "private": true, - "version": "0.1.2-dev.0" + "version": "0.2.0-dev.1" } diff --git a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md index bac2183a2..0dd6c0081 100644 --- a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-deepgram +## 0.6.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.5.2-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-deepgram/package.json b/livekit-plugins/livekit-plugins-deepgram/package.json index f134e269c..dc93e4e99 100644 --- a/livekit-plugins/livekit-plugins-deepgram/package.json +++ b/livekit-plugins/livekit-plugins-deepgram/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-deepgram", "private": true, - "version": "0.5.2-dev.0" + "version": "0.6.0-dev.1" } diff --git a/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md index 2b54dc3bc..2ffed1a31 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-elevenlabs +## 0.7.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.6.1-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-elevenlabs/package.json b/livekit-plugins/livekit-plugins-elevenlabs/package.json index af6f85d09..f45299574 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/package.json +++ b/livekit-plugins/livekit-plugins-elevenlabs/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-elevenlabs", "private": true, - "version": "0.6.1-dev.0" + "version": "0.7.0-dev.1" } diff --git a/livekit-plugins/livekit-plugins-google/CHANGELOG.md b/livekit-plugins/livekit-plugins-google/CHANGELOG.md index 18f2faee8..1bd84178e 100644 --- a/livekit-plugins/livekit-plugins-google/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-google/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-google +## 0.6.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.5.2-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-google/package.json b/livekit-plugins/livekit-plugins-google/package.json index a617ea369..28de0e212 100644 --- a/livekit-plugins/livekit-plugins-google/package.json +++ b/livekit-plugins/livekit-plugins-google/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-google", "private": true, - "version": "0.5.2-dev.0" + "version": "0.6.0-dev.1" } diff --git a/livekit-plugins/livekit-plugins-minimal/CHANGELOG.md b/livekit-plugins/livekit-plugins-minimal/CHANGELOG.md index 49906fd63..b1bd3db62 100644 --- a/livekit-plugins/livekit-plugins-minimal/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-minimal/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-minimal +## 0.2.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.1.1-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-minimal/package.json b/livekit-plugins/livekit-plugins-minimal/package.json index 63c87e498..fadef560b 100644 --- a/livekit-plugins/livekit-plugins-minimal/package.json +++ b/livekit-plugins/livekit-plugins-minimal/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-minimal", "private": true, - "version": "0.1.1-dev.0" + "version": "0.2.0-dev.1" } diff --git a/livekit-plugins/livekit-plugins-nltk/CHANGELOG.md b/livekit-plugins/livekit-plugins-nltk/CHANGELOG.md index 83c63bff1..dab91b149 100644 --- a/livekit-plugins/livekit-plugins-nltk/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-nltk/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-nltk +## 0.7.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.6.2-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-nltk/package.json b/livekit-plugins/livekit-plugins-nltk/package.json index a432b75bd..b4e55e883 100644 --- a/livekit-plugins/livekit-plugins-nltk/package.json +++ b/livekit-plugins/livekit-plugins-nltk/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-nltk", "private": true, - "version": "0.6.2-dev.0" + "version": "0.7.0-dev.1" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index d1243d79b..05accc700 100644 --- a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-openai +## 0.7.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.6.1-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index c53d9b25c..e1ad48a99 100644 --- a/livekit-plugins/livekit-plugins-openai/package.json +++ b/livekit-plugins/livekit-plugins-openai/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-openai", "private": true, - "version": "0.6.1-dev.0" + "version": "0.7.0-dev.1" } diff --git a/livekit-plugins/livekit-plugins-rag/CHANGELOG.md b/livekit-plugins/livekit-plugins-rag/CHANGELOG.md index 4ee091c9d..031a4bfda 100644 --- a/livekit-plugins/livekit-plugins-rag/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-rag/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-rag +## 0.2.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.1.1-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-rag/package.json b/livekit-plugins/livekit-plugins-rag/package.json index 47f184df0..e24cae2f0 100644 --- a/livekit-plugins/livekit-plugins-rag/package.json +++ b/livekit-plugins/livekit-plugins-rag/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-rag", "private": true, - "version": "0.1.1-dev.0" + "version": "0.2.0-dev.1" } diff --git a/livekit-plugins/livekit-plugins-silero/CHANGELOG.md b/livekit-plugins/livekit-plugins-silero/CHANGELOG.md index f1efdb263..e46382526 100644 --- a/livekit-plugins/livekit-plugins-silero/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-silero/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-silero +## 0.6.0-dev.1 + +### Minor Changes + +- dev prerelease - [#435](https://github.com/livekit/agents/pull/435) ([@theomonnom](https://github.com/theomonnom)) + ## 0.5.2-dev.0 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-silero/package.json b/livekit-plugins/livekit-plugins-silero/package.json index 778b96b34..b71b7344a 100644 --- a/livekit-plugins/livekit-plugins-silero/package.json +++ b/livekit-plugins/livekit-plugins-silero/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-silero", "private": true, - "version": "0.5.2-dev.0" + "version": "0.6.0-dev.1" }