Skip to content

Commit

Permalink
Version Packages (#111)
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 Oct 14, 2024
1 parent 062935a commit da02c59
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-pillows-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-nails-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-donkeys-happen.md

This file was deleted.

8 changes: 8 additions & 0 deletions agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/agents

## 0.3.3

### Patch Changes

- Fix subscription timing - [#110](https://github.com/livekit/agents-js/pull/110) ([@nbsp](https://github.com/nbsp))

- fix usage on Windows by importing using URLs, not paths - [#110](https://github.com/livekit/agents-js/pull/110) ([@nbsp](https://github.com/nbsp))

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents",
"version": "0.3.2",
"version": "0.3.3",
"description": "LiveKit Agents - Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions plugins/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-openai

## 0.3.3

### Patch Changes

- Support for Azure OpenAI Realtime - [#110](https://github.com/livekit/agents-js/pull/110) ([@nbsp](https://github.com/nbsp))

- Updated dependencies [[`062935a1677a4a6f6c99f7cd52dfebae41039a85`](https://github.com/livekit/agents-js/commit/062935a1677a4a6f6c99f7cd52dfebae41039a85), [`062935a1677a4a6f6c99f7cd52dfebae41039a85`](https://github.com/livekit/agents-js/commit/062935a1677a4a6f6c99f7cd52dfebae41039a85)]:
- @livekit/agents@0.3.3

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-openai",
"version": "0.3.2",
"version": "0.3.3",
"description": "OpenAI plugin for LiveKit Node Agents",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit da02c59

Please sign in to comment.