From 8793fe41ded30a9e3ea48c162764d5a73a7a0a4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:53:55 +0200 Subject: [PATCH] Version Packages (dev) (#477) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + livekit-agents/CHANGELOG.md | 6 ++++++ livekit-agents/package.json | 2 +- livekit-plugins/livekit-plugins-azure/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-azure/package.json | 2 +- livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-cartesia/package.json | 2 +- livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-deepgram/package.json | 2 +- livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-elevenlabs/package.json | 2 +- livekit-plugins/livekit-plugins-google/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-google/package.json | 2 +- livekit-plugins/livekit-plugins-minimal/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-minimal/package.json | 2 +- livekit-plugins/livekit-plugins-nltk/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-nltk/package.json | 2 +- livekit-plugins/livekit-plugins-openai/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-openai/package.json | 2 +- livekit-plugins/livekit-plugins-rag/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-rag/package.json | 2 +- livekit-plugins/livekit-plugins-silero/CHANGELOG.md | 7 +++++++ livekit-plugins/livekit-plugins-silero/package.json | 2 +- 23 files changed, 88 insertions(+), 11 deletions(-) create mode 100644 livekit-plugins/livekit-plugins-azure/CHANGELOG.md create mode 100644 livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md create mode 100644 livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md create mode 100644 livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md create mode 100644 livekit-plugins/livekit-plugins-google/CHANGELOG.md create mode 100644 livekit-plugins/livekit-plugins-minimal/CHANGELOG.md create mode 100644 livekit-plugins/livekit-plugins-nltk/CHANGELOG.md create mode 100644 livekit-plugins/livekit-plugins-openai/CHANGELOG.md create mode 100644 livekit-plugins/livekit-plugins-rag/CHANGELOG.md create mode 100644 livekit-plugins/livekit-plugins-silero/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json index d02956330..4a1be9223 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,7 @@ "livekit-plugins/livekit-plugins-silero": "0.5.1" }, "changesets": [ + "famous-donuts-burn", "hip-knives-fly" ] } diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index 50d726480..b71abdb81 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-agents +## 0.7.3-dev.1 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) + ## 0.7.3-dev.0 ### Patch Changes diff --git a/livekit-agents/package.json b/livekit-agents/package.json index d3ed71b9f..b1504f75b 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.0" + "version": "0.7.3-dev.1" } diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md new file mode 100644 index 000000000..1c5211bef --- /dev/null +++ b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-azure + +## 0.2.2-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index d829d402c..0c3e1a8a2 100644 --- a/livekit-plugins/livekit-plugins-azure/package.json +++ b/livekit-plugins/livekit-plugins-azure/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-azure", "private": true, - "version": "0.2.1" + "version": "0.2.2-dev.0" } diff --git a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md new file mode 100644 index 000000000..9688e735b --- /dev/null +++ b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-cartesia + +## 0.1.2-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-cartesia/package.json b/livekit-plugins/livekit-plugins-cartesia/package.json index cbd8dd288..e25d74ea6 100644 --- a/livekit-plugins/livekit-plugins-cartesia/package.json +++ b/livekit-plugins/livekit-plugins-cartesia/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-cartesia", "private": true, - "version": "0.1.1" + "version": "0.1.2-dev.0" } diff --git a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md new file mode 100644 index 000000000..b3fe58f8c --- /dev/null +++ b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-deepgram + +## 0.5.2-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-deepgram/package.json b/livekit-plugins/livekit-plugins-deepgram/package.json index b8319dc6c..93efd39df 100644 --- a/livekit-plugins/livekit-plugins-deepgram/package.json +++ b/livekit-plugins/livekit-plugins-deepgram/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-deepgram", "private": true, - "version": "0.5.1" + "version": "0.5.2-dev.0" } diff --git a/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md new file mode 100644 index 000000000..86ec334b5 --- /dev/null +++ b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-elevenlabs + +## 0.6.1-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-elevenlabs/package.json b/livekit-plugins/livekit-plugins-elevenlabs/package.json index c99f741b9..42104850c 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/package.json +++ b/livekit-plugins/livekit-plugins-elevenlabs/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-elevenlabs", "private": true, - "version": "0.6.0" + "version": "0.6.1-dev.0" } diff --git a/livekit-plugins/livekit-plugins-google/CHANGELOG.md b/livekit-plugins/livekit-plugins-google/CHANGELOG.md new file mode 100644 index 000000000..cc3099974 --- /dev/null +++ b/livekit-plugins/livekit-plugins-google/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-google + +## 0.5.2-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-google/package.json b/livekit-plugins/livekit-plugins-google/package.json index cd91edc64..957b0687f 100644 --- a/livekit-plugins/livekit-plugins-google/package.json +++ b/livekit-plugins/livekit-plugins-google/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-google", "private": true, - "version": "0.5.1" + "version": "0.5.2-dev.0" } diff --git a/livekit-plugins/livekit-plugins-minimal/CHANGELOG.md b/livekit-plugins/livekit-plugins-minimal/CHANGELOG.md new file mode 100644 index 000000000..b03c82c8d --- /dev/null +++ b/livekit-plugins/livekit-plugins-minimal/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-minimal + +## 0.1.1-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-minimal/package.json b/livekit-plugins/livekit-plugins-minimal/package.json index d6fc37e48..9eb103aa4 100644 --- a/livekit-plugins/livekit-plugins-minimal/package.json +++ b/livekit-plugins/livekit-plugins-minimal/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-minimal", "private": true, - "version": "0.1.0" + "version": "0.1.1-dev.0" } diff --git a/livekit-plugins/livekit-plugins-nltk/CHANGELOG.md b/livekit-plugins/livekit-plugins-nltk/CHANGELOG.md new file mode 100644 index 000000000..73f535591 --- /dev/null +++ b/livekit-plugins/livekit-plugins-nltk/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-nltk + +## 0.6.2-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-nltk/package.json b/livekit-plugins/livekit-plugins-nltk/package.json index c12349c33..a15802ae6 100644 --- a/livekit-plugins/livekit-plugins-nltk/package.json +++ b/livekit-plugins/livekit-plugins-nltk/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-nltk", "private": true, - "version": "0.6.1" + "version": "0.6.2-dev.0" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md new file mode 100644 index 000000000..700156f96 --- /dev/null +++ b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-openai + +## 0.6.1-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index 6459fc92b..cb46450f3 100644 --- a/livekit-plugins/livekit-plugins-openai/package.json +++ b/livekit-plugins/livekit-plugins-openai/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-openai", "private": true, - "version": "0.6.0" + "version": "0.6.1-dev.0" } diff --git a/livekit-plugins/livekit-plugins-rag/CHANGELOG.md b/livekit-plugins/livekit-plugins-rag/CHANGELOG.md new file mode 100644 index 000000000..0fece6edd --- /dev/null +++ b/livekit-plugins/livekit-plugins-rag/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-rag + +## 0.1.1-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-rag/package.json b/livekit-plugins/livekit-plugins-rag/package.json index a1f6b8291..d28d3a800 100644 --- a/livekit-plugins/livekit-plugins-rag/package.json +++ b/livekit-plugins/livekit-plugins-rag/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-rag", "private": true, - "version": "0.1.0" + "version": "0.1.1-dev.0" } diff --git a/livekit-plugins/livekit-plugins-silero/CHANGELOG.md b/livekit-plugins/livekit-plugins-silero/CHANGELOG.md new file mode 100644 index 000000000..31765f80b --- /dev/null +++ b/livekit-plugins/livekit-plugins-silero/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins/livekit-plugins-silero + +## 0.5.2-dev.0 + +### Patch Changes + +- Default loglevel to warn - [#472](https://github.com/livekit/agents/pull/472) ([@lukasIO](https://github.com/lukasIO)) diff --git a/livekit-plugins/livekit-plugins-silero/package.json b/livekit-plugins/livekit-plugins-silero/package.json index 8d0f5c603..190d246d3 100644 --- a/livekit-plugins/livekit-plugins-silero/package.json +++ b/livekit-plugins/livekit-plugins-silero/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins/livekit-plugins-silero", "private": true, - "version": "0.5.1" + "version": "0.5.2-dev.0" }