Skip to content

Commit 5d49bab

Browse files
Version Packages (#684)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 790e82f commit 5d49bab

26 files changed

+95
-32
lines changed

.changeset/eight-parents-drive.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/eighty-cobras-arrive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-onions-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/social-dolls-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

agents/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/agents
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Remove requirement to call ctx.connect in entrypoint function - [#689](https://github.com/livekit/agents-js/pull/689) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
- Fix agent session race condition by always waiting for activity to start - [#688](https://github.com/livekit/agents-js/pull/688) ([@toubatbrian](https://github.com/toubatbrian))
10+
311
## 1.0.2
412

513
### Patch Changes

agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/cartesia/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @livekit/agents-plugin-cartesia
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Fix cartesia TTS plugin been stuck by adding a TTS segment timeout to unblock any stuck TTS calls. - [#685](https://github.com/livekit/agents-js/pull/685) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Updated dependencies [[`790e82f20e9b55c92c4b692018619d1d52cfbb6f`](https://github.com/livekit/agents-js/commit/790e82f20e9b55c92c4b692018619d1d52cfbb6f), [`d650e3058f446d8e883db20aaa5f85c4a99a7f04`](https://github.com/livekit/agents-js/commit/d650e3058f446d8e883db20aaa5f85c4a99a7f04)]:
10+
- @livekit/agents@1.0.3
11+
312
## 1.0.2
413

514
### Patch Changes

plugins/cartesia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-cartesia",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Cartesia plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/deepgram/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/agents-plugin-deepgram
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`790e82f20e9b55c92c4b692018619d1d52cfbb6f`](https://github.com/livekit/agents-js/commit/790e82f20e9b55c92c4b692018619d1d52cfbb6f), [`d650e3058f446d8e883db20aaa5f85c4a99a7f04`](https://github.com/livekit/agents-js/commit/d650e3058f446d8e883db20aaa5f85c4a99a7f04)]:
8+
- @livekit/agents@1.0.3
9+
310
## 1.0.2
411

512
### Patch Changes

plugins/deepgram/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-deepgram",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Deepgram plugin for LiveKit Agents for Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)