Skip to content

Commit 7eddb7d

Browse files
Version Packages (next) (#654)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb1257a commit 7eddb7d

File tree

23 files changed

+108
-11
lines changed

23 files changed

+108
-11
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"changesets": [
1919
"big-singers-reply",
2020
"brave-news-knock",
21+
"cyan-baths-wait",
2122
"deep-dryers-fry",
2223
"nice-books-relax",
2324
"shaky-bobcats-itch",

agents/CHANGELOG.md

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

3+
## 1.0.0-next.6
4+
5+
### Patch Changes
6+
7+
- fix google LLM and gemini realtime - [#646](https://github.com/livekit/agents-js/pull/646) ([@toubatbrian](https://github.com/toubatbrian))
8+
39
## 1.0.0-next.5
410

511
### 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.0-next.5",
3+
"version": "1.0.0-next.6",
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.0-next.6
4+
5+
### Patch Changes
6+
7+
- fix google LLM and gemini realtime - [#646](https://github.com/livekit/agents-js/pull/646) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Updated dependencies [[`20facf48a5c8d1bb5eb812bbb67b8840480158fc`](https://github.com/livekit/agents-js/commit/20facf48a5c8d1bb5eb812bbb67b8840480158fc)]:
10+
- @livekit/agents@1.0.0-next.6
11+
312
## 1.0.0-next.5
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.0-next.5",
3+
"version": "1.0.0-next.6",
44
"description": "Cartesia plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/deepgram/CHANGELOG.md

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

3+
## 1.0.0-next.6
4+
5+
### Patch Changes
6+
7+
- fix google LLM and gemini realtime - [#646](https://github.com/livekit/agents-js/pull/646) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Updated dependencies [[`20facf48a5c8d1bb5eb812bbb67b8840480158fc`](https://github.com/livekit/agents-js/commit/20facf48a5c8d1bb5eb812bbb67b8840480158fc)]:
10+
- @livekit/agents@1.0.0-next.6
11+
312
## 1.0.0-next.5
413

514
### 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.0-next.5",
3+
"version": "1.0.0-next.6",
44
"description": "Deepgram plugin for LiveKit Agents for Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/elevenlabs/CHANGELOG.md

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

3+
## 1.0.0-next.6
4+
5+
### Patch Changes
6+
7+
- fix google LLM and gemini realtime - [#646](https://github.com/livekit/agents-js/pull/646) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Updated dependencies [[`20facf48a5c8d1bb5eb812bbb67b8840480158fc`](https://github.com/livekit/agents-js/commit/20facf48a5c8d1bb5eb812bbb67b8840480158fc)]:
10+
- @livekit/agents@1.0.0-next.6
11+
312
## 1.0.0-next.5
413

514
### Patch Changes

plugins/elevenlabs/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-elevenlabs",
3-
"version": "1.0.0-next.5",
3+
"version": "1.0.0-next.6",
44
"description": "ElevenLabs plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/google/CHANGELOG.md

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

3+
## 1.0.0-next.6
4+
5+
### Patch Changes
6+
7+
- fix google LLM and gemini realtime - [#646](https://github.com/livekit/agents-js/pull/646) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Updated dependencies [[`20facf48a5c8d1bb5eb812bbb67b8840480158fc`](https://github.com/livekit/agents-js/commit/20facf48a5c8d1bb5eb812bbb67b8840480158fc)]:
10+
- @livekit/agents@1.0.0-next.6
11+
312
## 1.0.0-next.5
413

514
### Patch Changes

0 commit comments

Comments
 (0)