From e23b96436fa59fff90bedc38b57a1d3059af9666 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:11:06 +0200 Subject: [PATCH] Version Packages (#220) Co-authored-by: github-actions[bot] --- .changeset/eight-mugs-glow.md | 5 ----- .changeset/khaki-ties-design.md | 5 ----- .changeset/moody-poems-juggle.md | 5 ----- agents/CHANGELOG.md | 6 ++++++ agents/package.json | 2 +- plugins/openai/CHANGELOG.md | 11 +++++++++++ plugins/openai/package.json | 2 +- 7 files changed, 19 insertions(+), 17 deletions(-) delete mode 100644 .changeset/eight-mugs-glow.md delete mode 100644 .changeset/khaki-ties-design.md delete mode 100644 .changeset/moody-poems-juggle.md diff --git a/.changeset/eight-mugs-glow.md b/.changeset/eight-mugs-glow.md deleted file mode 100644 index 174ea415..00000000 --- a/.changeset/eight-mugs-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-openai": patch ---- - -fix(tts): add missing crypto import to OpenAI tts diff --git a/.changeset/khaki-ties-design.md b/.changeset/khaki-ties-design.md deleted file mode 100644 index 04de819d..00000000 --- a/.changeset/khaki-ties-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -fix(pipeline): add transcription for AGENT_SPEECH_COMMITTED diff --git a/.changeset/moody-poems-juggle.md b/.changeset/moody-poems-juggle.md deleted file mode 100644 index a48d5185..00000000 --- a/.changeset/moody-poems-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-openai": patch ---- - -groq: add support for llama 3.3 70b diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index ed1dfb91..b7b3bb2e 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/agents +## 0.5.2 + +### Patch Changes + +- fix(pipeline): add transcription for AGENT_SPEECH_COMMITTED - [#219](https://github.com/livekit/agents-js/pull/219) ([@nbsp](https://github.com/nbsp)) + ## 0.5.1 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 62087b4a..5667d8c0 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "0.5.1", + "version": "0.5.2", "description": "LiveKit Agents - Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/openai/CHANGELOG.md b/plugins/openai/CHANGELOG.md index 3ddea545..4f590e02 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/agents-plugin-openai +## 0.7.2 + +### Patch Changes + +- fix(tts): add missing crypto import to OpenAI tts - [#219](https://github.com/livekit/agents-js/pull/219) ([@nbsp](https://github.com/nbsp)) + +- groq: add support for llama 3.3 70b - [#219](https://github.com/livekit/agents-js/pull/219) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`9e15430387406e59947ef19974ed71b2fc766107`](https://github.com/livekit/agents-js/commit/9e15430387406e59947ef19974ed71b2fc766107)]: + - @livekit/agents@0.5.2 + ## 0.7.1 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 8b599e3c..2a8ed5f1 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "0.7.1", + "version": "0.7.2", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",