Skip to content

Commit

Permalink
Version Packages (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 8, 2024
1 parent 7a66015 commit ca7a43e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/tidy-jokes-develop.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- Updated dependencies [[`7a66015eea5b06c241a5df03534e11c3d9c40a8a`](https://github.com/livekit/node-sdks/commit/7a66015eea5b06c241a5df03534e11c3d9c40a8a)]:
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"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.1

### Patch Changes

- Fix incorrect import in AgentDispatchClient - [#331](https://github.com/livekit/node-sdks/pull/331) ([@davidzhao](https://github.com/davidzhao))

## 2.8.0

### Minor 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.8.0",
"version": "2.8.1",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ca7a43e

Please sign in to comment.