Skip to content

Commit

Permalink
Version Packages (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 8, 2024
1 parent e12f853 commit 9c961d2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/wicked-shrimps-brake.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/agent-dispatch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# agent-dispatch

## 0.0.2

### Patch Changes

- Updated dependencies [[`e389115217261a7b1f58a7cf249f8e6605f35870`](https://github.com/livekit/node-sdks/commit/e389115217261a7b1f58a7cf249f8e6605f35870)]:
- [email protected]
2 changes: 1 addition & 1 deletion examples/agent-dispatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-dispatch",
"version": "0.0.1",
"version": "0.0.2",
"description": "An example demonstrating dispatching agents with an API call",
"private": "true",
"author": "LiveKit",
Expand Down
6 changes: 6 additions & 0 deletions packages/livekit-server-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-server-sdk

## 2.8.0

### Minor Changes

- Explicit agent dispatch via API and token - [#324](https://github.com/livekit/node-sdks/pull/324) ([@davidzhao](https://github.com/davidzhao))

## 2.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-server-sdk",
"version": "2.7.3",
"version": "2.8.0",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9c961d2

Please sign in to comment.