Skip to content

Commit 2a92072

Browse files
Version Packages (next) (#642)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8318db commit 2a92072

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"shaky-bobcats-itch",
2323
"silly-bats-sell",
2424
"smart-poems-attack",
25-
"sweet-planets-vanish"
25+
"sweet-planets-vanish",
26+
"unlucky-lemons-turn"
2627
]
2728
}

plugins/livekit/CHANGELOG.md

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

3+
## 1.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- Pin onnx dependencies on package level - [#641](https://github.com/livekit/agents-js/pull/641) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 1.0.0-next.4
410

511
### 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": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"description": "Additional utilities for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/silero/CHANGELOG.md

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

3+
## 1.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- Pin onnx dependencies on package level - [#641](https://github.com/livekit/agents-js/pull/641) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 1.0.0-next.4
410

511
### 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": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"description": "Silero voice activity detection LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)