Skip to content

Commit

Permalink
Version Packages (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 14, 2025
1 parent c134b96 commit b58a3e8
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-pillows-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-bikes-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-eagles-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-coins-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-mangos-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-dryers-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-cameras-sort.md

This file was deleted.

10 changes: 10 additions & 0 deletions agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livekit/agents

## 0.6.1

### Patch Changes

- remove incorrect !-assertion in queue implementation leading to race conditions - [#240](https://github.com/livekit/agents-js/pull/240) ([@nbsp](https://github.com/nbsp))

- chore(bump): rtc-node -> 0.13.1 - [#247](https://github.com/livekit/agents-js/pull/247) ([@nbsp](https://github.com/nbsp))

- re-request audio response in multimodal agent when text is given - [#243](https://github.com/livekit/agents-js/pull/243) ([@nbsp](https://github.com/nbsp))

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents",
"version": "0.6.0",
"version": "0.6.1",
"description": "LiveKit Agents - Node.js",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
12 changes: 12 additions & 0 deletions plugins/cartesia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @livekit/agents-plugin-cartesia

## 0.1.0

### Minor Changes

- plugins(cartesia): init with TTS - [#217](https://github.com/livekit/agents-js/pull/217) ([@nbsp](https://github.com/nbsp))

### Patch Changes

- Updated dependencies [[`4a66a82fc2fd0a25e30bdaa0bd095804c65ee101`](https://github.com/livekit/agents-js/commit/4a66a82fc2fd0a25e30bdaa0bd095804c65ee101), [`01aaa85445bbb8f30afe9c16360afb5a45c38e9e`](https://github.com/livekit/agents-js/commit/01aaa85445bbb8f30afe9c16360afb5a45c38e9e), [`4b7504654c73d9111d39e90d325d5f660b2c8ad9`](https://github.com/livekit/agents-js/commit/4b7504654c73d9111d39e90d325d5f660b2c8ad9)]:
- @livekit/agents@0.6.1
2 changes: 1 addition & 1 deletion plugins/cartesia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-cartesia",
"version": "0.0.0",
"version": "0.1.0",
"description": "Cartesia plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions plugins/elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @livekit/agents-plugin-elevenlabs

## 0.5.3

### Patch Changes

- allow any string for model - [#249](https://github.com/livekit/agents-js/pull/249) ([@nbsp](https://github.com/nbsp))

- add flash models - [#246](https://github.com/livekit/agents-js/pull/246) ([@sam-trost](https://github.com/sam-trost))

- Updated dependencies [[`4a66a82fc2fd0a25e30bdaa0bd095804c65ee101`](https://github.com/livekit/agents-js/commit/4a66a82fc2fd0a25e30bdaa0bd095804c65ee101), [`01aaa85445bbb8f30afe9c16360afb5a45c38e9e`](https://github.com/livekit/agents-js/commit/01aaa85445bbb8f30afe9c16360afb5a45c38e9e), [`4b7504654c73d9111d39e90d325d5f660b2c8ad9`](https://github.com/livekit/agents-js/commit/4b7504654c73d9111d39e90d325d5f660b2c8ad9)]:
- @livekit/agents@0.6.1

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-elevenlabs",
"version": "0.5.2",
"version": "0.5.3",
"description": "ElevenLabs plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
13 changes: 13 additions & 0 deletions plugins/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @livekit/agents-plugin-openai

## 0.8.0

### Minor Changes

- Add support for OpenAI Whisper STT prompt parameter - [#239](https://github.com/livekit/agents-js/pull/239) ([@FlorDonnaSanders](https://github.com/FlorDonnaSanders))

### Patch Changes

- re-request audio response in multimodal agent when text is given - [#243](https://github.com/livekit/agents-js/pull/243) ([@nbsp](https://github.com/nbsp))

- Updated dependencies [[`4a66a82fc2fd0a25e30bdaa0bd095804c65ee101`](https://github.com/livekit/agents-js/commit/4a66a82fc2fd0a25e30bdaa0bd095804c65ee101), [`01aaa85445bbb8f30afe9c16360afb5a45c38e9e`](https://github.com/livekit/agents-js/commit/01aaa85445bbb8f30afe9c16360afb5a45c38e9e), [`4b7504654c73d9111d39e90d325d5f660b2c8ad9`](https://github.com/livekit/agents-js/commit/4b7504654c73d9111d39e90d325d5f660b2c8ad9)]:
- @livekit/agents@0.6.1

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-openai",
"version": "0.7.3",
"version": "0.8.0",
"description": "OpenAI plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down

0 comments on commit b58a3e8

Please sign in to comment.