Skip to content

Commit 5ab3c84

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

File tree

8 files changed

+27
-14
lines changed

8 files changed

+27
-14
lines changed

.changeset/bright-cups-type.md

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

.changeset/heavy-cherries-yell.md

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

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+
## 0.7.9
4+
5+
### Patch Changes
6+
7+
- add `lk.segment_id` to all generated trancription events - [#580](https://github.com/livekit/agents-js/pull/580) ([@1egoman](https://github.com/1egoman))
8+
39
## 0.7.8
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": "0.7.8",
3+
"version": "0.7.9",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/livekit/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Don't support onnxruntime 1.22.0 - [#582](https://github.com/livekit/agents-js/pull/582) ([@bcherry](https://github.com/bcherry))
8+
9+
- Updated dependencies [[`133f2a84b406527a6c7d0e35d62b2ef7c581b0db`](https://github.com/livekit/agents-js/commit/133f2a84b406527a6c7d0e35d62b2ef7c581b0db)]:
10+
- @livekit/agents@0.7.9
11+
312
## 0.1.2
413

514
### Patch Changes

plugins/livekit/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-livekit",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Additional utilities for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/silero/CHANGELOG.md

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

3+
## 0.5.9
4+
5+
### Patch Changes
6+
7+
- Don't support onnxruntime 1.22.0 - [#582](https://github.com/livekit/agents-js/pull/582) ([@bcherry](https://github.com/bcherry))
8+
9+
- Updated dependencies [[`133f2a84b406527a6c7d0e35d62b2ef7c581b0db`](https://github.com/livekit/agents-js/commit/133f2a84b406527a6c7d0e35d62b2ef7c581b0db)]:
10+
- @livekit/agents@0.7.9
11+
312
## 0.5.8
413

514
### Patch Changes

plugins/silero/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-silero",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "Silero voice activity detection LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)