diff --git a/.changeset/chatty-lies-confess.md b/.changeset/chatty-lies-confess.md deleted file mode 100644 index 81fc3fd25..000000000 --- a/.changeset/chatty-lies-confess.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"livekit-agents": patch -"livekit-plugins-anthropic": patch -"livekit-plugins-assemblyai": patch -"livekit-plugins-azure": patch -"livekit-plugins-browser": patch -"livekit-plugins-cartesia": patch -"livekit-plugins-deepgram": patch -"livekit-plugins-elevenlabs": patch -"livekit-plugins-fal": patch -"livekit-plugins-google": patch -"livekit-plugins-llama-index": patch -"livekit-plugins-minimal": patch -"livekit-plugins-nltk": patch -"livekit-plugins-openai": patch -"livekit-plugins-playht": patch -"livekit-plugins-rag": patch -"livekit-plugins-silero": patch -"livekit-plugins-turn-detector": patch ---- - -fix release diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index e523db7ba..44c8fa97d 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.0 +livekit-agents>=0.12.1 python-dotenv~=1.0 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index e523db7ba..44c8fa97d 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.0 +livekit-agents>=0.12.1 python-dotenv~=1.0 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index ed1db28a1..698b9a61e 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,3 +1,3 @@ -livekit-agents>=0.12.0 -livekit-plugins-deepgram>=0.6.12 +livekit-agents>=0.12.1 +livekit-plugins-deepgram>=0.6.13 python-dotenv~=1.0 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index f12a9d46a..a2e61b9da 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.12.0 -livekit-plugins-openai>=0.10.8 -livekit-plugins-cartesia>=0.4.4 -livekit-plugins-elevenlabs>=0.7.8 +livekit-agents>=0.12.1 +livekit-plugins-openai>=0.10.9 +livekit-plugins-cartesia>=0.4.5 +livekit-plugins-elevenlabs>=0.7.9 python-dotenv~=1.0 diff --git a/examples/voice-pipeline-agent/requirements.txt b/examples/voice-pipeline-agent/requirements.txt index 19221ff71..a79d6965e 100644 --- a/examples/voice-pipeline-agent/requirements.txt +++ b/examples/voice-pipeline-agent/requirements.txt @@ -1,8 +1,8 @@ -livekit-agents>=0.12.0 -livekit-plugins-openai>=0.10.8 -livekit-plugins-deepgram>=0.6.12 -livekit-plugins-turn-detector>=0.3.0 -livekit-plugins-silero>=0.7.3 -livekit-plugins-rag>=0.2.2 +livekit-agents>=0.12.1 +livekit-plugins-openai>=0.10.9 +livekit-plugins-deepgram>=0.6.13 +livekit-plugins-turn-detector>=0.3.1 +livekit-plugins-silero>=0.7.4 +livekit-plugins-rag>=0.2.3 python-dotenv~=1.0 aiofile~=3.8.8 diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index e6d447a1f..24142d46c 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-agents +## 0.12.1 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.12.0 ### Minor Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index cfe36a58e..9c397d6f5 100644 --- a/livekit-agents/livekit/agents/version.py +++ b/livekit-agents/livekit/agents/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.12.0" +__version__ = "0.12.1" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index 8a8291e66..54284d4c0 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.12.0" + "version": "0.12.1" } diff --git a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md index ee282e96c..3029fdc75 100644 --- a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-anthropic +## 0.2.6 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.2.5 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py b/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py index b5f24e373..79a0751fe 100644 --- a/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py +++ b/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.5" +__version__ = "0.2.6" diff --git a/livekit-plugins/livekit-plugins-anthropic/package.json b/livekit-plugins/livekit-plugins-anthropic/package.json index 7f2501bb3..0664f1da4 100644 --- a/livekit-plugins/livekit-plugins-anthropic/package.json +++ b/livekit-plugins/livekit-plugins-anthropic/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-anthropic", "private": true, - "version": "0.2.5" + "version": "0.2.6" } diff --git a/livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md b/livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md index f4d422e78..5a5f68908 100644 --- a/livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-assemblyai +## 0.2.1 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.1.1 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-assemblyai/livekit/plugins/assemblyai/version.py b/livekit-plugins/livekit-plugins-assemblyai/livekit/plugins/assemblyai/version.py index bfaa38701..875ee5214 100644 --- a/livekit-plugins/livekit-plugins-assemblyai/livekit/plugins/assemblyai/version.py +++ b/livekit-plugins/livekit-plugins-assemblyai/livekit/plugins/assemblyai/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/livekit-plugins/livekit-plugins-assemblyai/package.json b/livekit-plugins/livekit-plugins-assemblyai/package.json index a5e5c9eff..992070917 100644 --- a/livekit-plugins/livekit-plugins-assemblyai/package.json +++ b/livekit-plugins/livekit-plugins-assemblyai/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-assemblyai", "private": true, - "version": "0.2.0" + "version": "0.2.1" } diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md index 7f3b4d346..ba85d2f96 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.4.4 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.4.3 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py b/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py index 58c61794e..d04dc199d 100644 --- a/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py +++ b/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.3" +__version__ = "0.4.4" diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index a42aa2287..df3b28464 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.4.3" + "version": "0.4.4" } diff --git a/livekit-plugins/livekit-plugins-browser/CHANGELOG.md b/livekit-plugins/livekit-plugins-browser/CHANGELOG.md index 24b32b191..e13c5455f 100644 --- a/livekit-plugins/livekit-plugins-browser/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-browser/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-browser +## 0.0.4 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.0.3 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-browser/livekit/plugins/browser/version.py b/livekit-plugins/livekit-plugins-browser/livekit/plugins/browser/version.py index 64214b2f9..1308acf66 100644 --- a/livekit-plugins/livekit-plugins-browser/livekit/plugins/browser/version.py +++ b/livekit-plugins/livekit-plugins-browser/livekit/plugins/browser/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.0.3" +__version__ = "0.0.4" diff --git a/livekit-plugins/livekit-plugins-browser/package.json b/livekit-plugins/livekit-plugins-browser/package.json index 672cb89c0..5340f768c 100644 --- a/livekit-plugins/livekit-plugins-browser/package.json +++ b/livekit-plugins/livekit-plugins-browser/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-browser", "private": true, - "version": "0.0.3" + "version": "0.0.4" } diff --git a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md index 7924beb54..c949ba7bb 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.4.5 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.4.4 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py b/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py index 034b14de9..6667b2426 100644 --- a/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py +++ b/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.4" +__version__ = "0.4.5" diff --git a/livekit-plugins/livekit-plugins-cartesia/package.json b/livekit-plugins/livekit-plugins-cartesia/package.json index 81152b189..f87b43bd4 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.4.4" + "version": "0.4.5" } diff --git a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md index 792f39523..045df8265 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.13 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.6.12 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py b/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py index 36d19fcf0..ce338f9fd 100644 --- a/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py +++ b/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.6.12" +__version__ = "0.6.13" diff --git a/livekit-plugins/livekit-plugins-deepgram/package.json b/livekit-plugins/livekit-plugins-deepgram/package.json index 9ddfa3f50..5acd4f784 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.6.12" + "version": "0.6.13" } diff --git a/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md index 2a28eb233..a9ce20173 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.9 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.7.8 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py b/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py index 7000d196c..632574328 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py +++ b/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.7.8" +__version__ = "0.7.9" diff --git a/livekit-plugins/livekit-plugins-elevenlabs/package.json b/livekit-plugins/livekit-plugins-elevenlabs/package.json index 9d6f2588c..272386ca0 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.7.8" + "version": "0.7.9" } diff --git a/livekit-plugins/livekit-plugins-fal/CHANGELOG.md b/livekit-plugins/livekit-plugins-fal/CHANGELOG.md index a095f86e2..d0b2ba536 100644 --- a/livekit-plugins/livekit-plugins-fal/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-fal/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-fal +## 0.2.2 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.2.1 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-fal/livekit/plugins/fal/version.py b/livekit-plugins/livekit-plugins-fal/livekit/plugins/fal/version.py index ae5785b8d..1b935518b 100644 --- a/livekit-plugins/livekit-plugins-fal/livekit/plugins/fal/version.py +++ b/livekit-plugins/livekit-plugins-fal/livekit/plugins/fal/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/livekit-plugins/livekit-plugins-fal/package.json b/livekit-plugins/livekit-plugins-fal/package.json index 740672796..0e05e63ec 100644 --- a/livekit-plugins/livekit-plugins-fal/package.json +++ b/livekit-plugins/livekit-plugins-fal/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-fal", "private": true, - "version": "0.2.1" + "version": "0.2.2" } diff --git a/livekit-plugins/livekit-plugins-google/CHANGELOG.md b/livekit-plugins/livekit-plugins-google/CHANGELOG.md index 93e3673af..82ccd17ff 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.8.1 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.8.0 ### Minor Changes diff --git a/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py b/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py index fc4dcfeb4..eb38535e3 100644 --- a/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py +++ b/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.8.0" +__version__ = "0.8.1" diff --git a/livekit-plugins/livekit-plugins-google/package.json b/livekit-plugins/livekit-plugins-google/package.json index 5f28de06d..c79ee66c4 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.8.0" + "version": "0.8.1" } diff --git a/livekit-plugins/livekit-plugins-llama-index/CHANGELOG.md b/livekit-plugins/livekit-plugins-llama-index/CHANGELOG.md index b15d435ed..6600ee049 100644 --- a/livekit-plugins/livekit-plugins-llama-index/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-llama-index/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-llama-index +## 0.2.2 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.2.1 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-llama-index/livekit/plugins/llama_index/version.py b/livekit-plugins/livekit-plugins-llama-index/livekit/plugins/llama_index/version.py index ae5785b8d..1b935518b 100644 --- a/livekit-plugins/livekit-plugins-llama-index/livekit/plugins/llama_index/version.py +++ b/livekit-plugins/livekit-plugins-llama-index/livekit/plugins/llama_index/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/livekit-plugins/livekit-plugins-llama-index/package.json b/livekit-plugins/livekit-plugins-llama-index/package.json index c591c2f8d..67848bd35 100644 --- a/livekit-plugins/livekit-plugins-llama-index/package.json +++ b/livekit-plugins/livekit-plugins-llama-index/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-llama-index", "private": true, - "version": "0.2.1" + "version": "0.2.2" } diff --git a/livekit-plugins/livekit-plugins-minimal/CHANGELOG.md b/livekit-plugins/livekit-plugins-minimal/CHANGELOG.md index 535fb2bec..88fdfa9e0 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.1 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.2.0 ### Minor Changes diff --git a/livekit-plugins/livekit-plugins-minimal/livekit/plugins/minimal/version.py b/livekit-plugins/livekit-plugins-minimal/livekit/plugins/minimal/version.py index eaa4231b0..ae5785b8d 100644 --- a/livekit-plugins/livekit-plugins-minimal/livekit/plugins/minimal/version.py +++ b/livekit-plugins/livekit-plugins-minimal/livekit/plugins/minimal/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/livekit-plugins/livekit-plugins-minimal/package.json b/livekit-plugins/livekit-plugins-minimal/package.json index f48849e1a..48cfb1da2 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.2.0" + "version": "0.2.1" } diff --git a/livekit-plugins/livekit-plugins-nltk/CHANGELOG.md b/livekit-plugins/livekit-plugins-nltk/CHANGELOG.md index 6ee2124fe..9d8b746d6 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.3 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.7.2 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-nltk/livekit/plugins/nltk/version.py b/livekit-plugins/livekit-plugins-nltk/livekit/plugins/nltk/version.py index d40c15247..20d8a2226 100644 --- a/livekit-plugins/livekit-plugins-nltk/livekit/plugins/nltk/version.py +++ b/livekit-plugins/livekit-plugins-nltk/livekit/plugins/nltk/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.7.2" +__version__ = "0.7.3" diff --git a/livekit-plugins/livekit-plugins-nltk/package.json b/livekit-plugins/livekit-plugins-nltk/package.json index 66a8eb3fa..d0a24735b 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.7.2" + "version": "0.7.3" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index d77477f79..322dab221 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.10.9 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.10.8 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py b/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py index 16f3b6e78..ec11a78c1 100644 --- a/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py +++ b/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.10.8" +__version__ = "0.10.9" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index 13fa9010c..43c821fb1 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.10.8" + "version": "0.10.9" } diff --git a/livekit-plugins/livekit-plugins-playht/CHANGELOG.md b/livekit-plugins/livekit-plugins-playht/CHANGELOG.md index f8de65751..84c891ab4 100644 --- a/livekit-plugins/livekit-plugins-playht/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-playht/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-playht +## 1.0.3 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 1.0.2 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-playht/livekit/plugins/playht/version.py b/livekit-plugins/livekit-plugins-playht/livekit/plugins/playht/version.py index 7863915fa..976498ab9 100644 --- a/livekit-plugins/livekit-plugins-playht/livekit/plugins/playht/version.py +++ b/livekit-plugins/livekit-plugins-playht/livekit/plugins/playht/version.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3" diff --git a/livekit-plugins/livekit-plugins-playht/package.json b/livekit-plugins/livekit-plugins-playht/package.json index 168a0b0d4..fee72ee05 100644 --- a/livekit-plugins/livekit-plugins-playht/package.json +++ b/livekit-plugins/livekit-plugins-playht/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-playht", "private": true, - "version": "1.0.2" + "version": "1.0.3" } \ No newline at end of file diff --git a/livekit-plugins/livekit-plugins-rag/CHANGELOG.md b/livekit-plugins/livekit-plugins-rag/CHANGELOG.md index 6a7effef5..eaf9b2011 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.3 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.2.2 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-rag/livekit/plugins/rag/version.py b/livekit-plugins/livekit-plugins-rag/livekit/plugins/rag/version.py index 2985d9da1..0f3f2ddd4 100644 --- a/livekit-plugins/livekit-plugins-rag/livekit/plugins/rag/version.py +++ b/livekit-plugins/livekit-plugins-rag/livekit/plugins/rag/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/livekit-plugins/livekit-plugins-rag/package.json b/livekit-plugins/livekit-plugins-rag/package.json index 897e16552..1b93c9070 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.2.2" + "version": "0.2.3" } diff --git a/livekit-plugins/livekit-plugins-silero/CHANGELOG.md b/livekit-plugins/livekit-plugins-silero/CHANGELOG.md index affcb3671..09c704068 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.7.4 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.7.3 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-silero/livekit/plugins/silero/version.py b/livekit-plugins/livekit-plugins-silero/livekit/plugins/silero/version.py index 20d8a2226..6b43cc50e 100644 --- a/livekit-plugins/livekit-plugins-silero/livekit/plugins/silero/version.py +++ b/livekit-plugins/livekit-plugins-silero/livekit/plugins/silero/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.7.3" +__version__ = "0.7.4" diff --git a/livekit-plugins/livekit-plugins-silero/package.json b/livekit-plugins/livekit-plugins-silero/package.json index ae0525c9d..e341b9826 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.7.3" + "version": "0.7.4" } diff --git a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md index 449189a88..7ee56eb02 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-eou +## 0.3.1 + +### Patch Changes + +- fix release - [#1176](https://github.com/livekit/agents/pull/1176) ([@theomonnom](https://github.com/theomonnom)) + ## 0.3.0 ### Minor Changes diff --git a/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py b/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py index ff11dd7fa..4abd7da9b 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py +++ b/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.0" +__version__ = "0.3.1" diff --git a/livekit-plugins/livekit-plugins-turn-detector/package.json b/livekit-plugins/livekit-plugins-turn-detector/package.json index 874abdac0..d8e254df4 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/package.json +++ b/livekit-plugins/livekit-plugins-turn-detector/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-turn-detector", "private": true, - "version": "0.3.0" + "version": "0.3.1" }