Skip to content

Commit c663508

Browse files
Version Packages (#576)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3017b3f commit c663508

File tree

20 files changed

+41
-28
lines changed

20 files changed

+41
-28
lines changed

.changeset/cool-peaches-flash.md

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

.changeset/happy-lamps-enjoy.md

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

.changeset/plenty-garlics-watch.md

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

.changeset/red-squids-double.md

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

examples/agent-dispatch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# agent-dispatch
22

3+
## 0.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41548327a4e9f1a003864a93dce7cbe604369bcc`](https://github.com/livekit/node-sdks/commit/41548327a4e9f1a003864a93dce7cbe604369bcc)]:
8+
9+
310
## 0.0.23
411

512
### Patch Changes

examples/agent-dispatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-dispatch",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "An example demonstrating dispatching agents with an API call",
55
"private": true,
66
"author": "LiveKit",

packages/livekit-rtc/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @livekit/rtc-node
22

3+
## 0.13.22
4+
5+
### Patch Changes
6+
7+
- Hold lock on all ffi events - [#579](https://github.com/livekit/node-sdks/pull/579) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- fix disconnect - [#575](https://github.com/livekit/node-sdks/pull/575) ([@simllll](https://github.com/simllll))
10+
11+
- added AsyncQueue-based AudioMixer - [#567](https://github.com/livekit/node-sdks/pull/567) ([@simllll](https://github.com/simllll))
12+
313
## 0.13.21
414

515
### Patch Changes

packages/livekit-rtc/npm/darwin-arm64/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-darwin-arm64
22

3+
## 0.13.22
4+
35
## 0.13.21
46

57
## 0.13.20

packages/livekit-rtc/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-node-darwin-arm64",
3-
"version": "0.13.21",
3+
"version": "0.13.22",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/livekit/node-sdks.git",

packages/livekit-rtc/npm/darwin-x64/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-darwin-x64
22

3+
## 0.13.22
4+
35
## 0.13.21
46

57
## 0.13.20

0 commit comments

Comments
 (0)