Skip to content

Commit e796451

Browse files
Version Packages (next) (#657)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 136b243 commit e796451

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+
"clear-foxes-swim",
2122
"cyan-baths-wait",
2223
"deep-dryers-fry",
2324
"nice-books-relax",

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.7
4+
5+
### Patch Changes
6+
7+
- fix ctrl c logs - [#656](https://github.com/livekit/agents-js/pull/656) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
39
## 1.0.0-next.6
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.6",
3+
"version": "1.0.0-next.7",
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.7
4+
5+
### Patch Changes
6+
7+
- fix ctrl c logs - [#656](https://github.com/livekit/agents-js/pull/656) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
- Updated dependencies [[`136b243b1bc6303509b8684352a04bf63a7ed598`](https://github.com/livekit/agents-js/commit/136b243b1bc6303509b8684352a04bf63a7ed598)]:
10+
- @livekit/agents@1.0.0-next.7
11+
312
## 1.0.0-next.6
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.6",
3+
"version": "1.0.0-next.7",
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.7
4+
5+
### Patch Changes
6+
7+
- fix ctrl c logs - [#656](https://github.com/livekit/agents-js/pull/656) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
- Updated dependencies [[`136b243b1bc6303509b8684352a04bf63a7ed598`](https://github.com/livekit/agents-js/commit/136b243b1bc6303509b8684352a04bf63a7ed598)]:
10+
- @livekit/agents@1.0.0-next.7
11+
312
## 1.0.0-next.6
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.6",
3+
"version": "1.0.0-next.7",
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.7
4+
5+
### Patch Changes
6+
7+
- fix ctrl c logs - [#656](https://github.com/livekit/agents-js/pull/656) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
- Updated dependencies [[`136b243b1bc6303509b8684352a04bf63a7ed598`](https://github.com/livekit/agents-js/commit/136b243b1bc6303509b8684352a04bf63a7ed598)]:
10+
- @livekit/agents@1.0.0-next.7
11+
312
## 1.0.0-next.6
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.6",
3+
"version": "1.0.0-next.7",
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.7
4+
5+
### Patch Changes
6+
7+
- fix ctrl c logs - [#656](https://github.com/livekit/agents-js/pull/656) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
- Updated dependencies [[`136b243b1bc6303509b8684352a04bf63a7ed598`](https://github.com/livekit/agents-js/commit/136b243b1bc6303509b8684352a04bf63a7ed598)]:
10+
- @livekit/agents@1.0.0-next.7
11+
312
## 1.0.0-next.6
413

514
### Patch Changes

0 commit comments

Comments
 (0)