Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #151

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/small-roses-flow.md

This file was deleted.

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

## 0.4.3

## 0.4.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.4.2",
"version": "0.4.3",
"description": "LiveKit Agents - Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions plugins/deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-deepgram

## 0.4.3

### Patch Changes

- Updated dependencies []:
- @livekit/[email protected]

## 0.4.2

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

## 0.4.3

### Patch Changes

- Updated dependencies []:
- @livekit/[email protected]

## 0.4.2

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

## 0.4.3

### Patch Changes

- Updated dependencies []:
- @livekit/[email protected]

## 0.4.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.4.2",
"version": "0.4.3",
"description": "OpenAI plugin for LiveKit Node Agents",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions plugins/silero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-silero

## 0.4.3

### Patch Changes

- enable LFS in publish script - [#150](https://github.com/livekit/agents-js/pull/150) ([@nbsp](https://github.com/nbsp))

- Updated dependencies []:
- @livekit/[email protected]

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/silero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-silero",
"version": "0.4.2",
"version": "0.4.3",
"description": "Silero voice activity detection LiveKit Node Agents",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down