Skip to content

Commit

Permalink
Version Packages (#173)
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 21, 2024
1 parent 4aaec04 commit 4a77de8
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 34 deletions.
9 changes: 0 additions & 9 deletions .changeset/flat-hounds-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-cycles-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-zoos-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-hounds-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-mails-beg.md

This file was deleted.

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

## 0.4.6

### Patch Changes

- Add missing package info - [#172](https://github.com/livekit/agents-js/pull/172) ([@lukasIO](https://github.com/lukasIO))

- feat(multimodal): add speech committed events - [#169](https://github.com/livekit/agents-js/pull/169) ([@nbsp](https://github.com/nbsp))

- correct pipeline agent state attribute name - [#175](https://github.com/livekit/agents-js/pull/175) ([@john-royal](https://github.com/john-royal))

- fix: correct pipeline agent state attribute name - [#175](https://github.com/livekit/agents-js/pull/175) ([@john-royal](https://github.com/john-royal))

## 0.4.5

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

## 0.4.6

### Patch Changes

- Add missing package info - [#172](https://github.com/livekit/agents-js/pull/172) ([@lukasIO](https://github.com/lukasIO))

- Updated dependencies [[`ad3c34823fc1955a4274e912ef0587d9b7f2218d`](https://github.com/livekit/agents-js/commit/ad3c34823fc1955a4274e912ef0587d9b7f2218d), [`1d74e20a0337e548af2cb87b64e131907648cc06`](https://github.com/livekit/agents-js/commit/1d74e20a0337e548af2cb87b64e131907648cc06), [`4aaec04857c623fef75ac6800fc9a078efdd4391`](https://github.com/livekit/agents-js/commit/4aaec04857c623fef75ac6800fc9a078efdd4391), [`4aaec04857c623fef75ac6800fc9a078efdd4391`](https://github.com/livekit/agents-js/commit/4aaec04857c623fef75ac6800fc9a078efdd4391)]:
- @livekit/agents@0.4.6

## 0.4.5

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

## 0.4.6

### Patch Changes

- Add missing package info - [#172](https://github.com/livekit/agents-js/pull/172) ([@lukasIO](https://github.com/lukasIO))

- Updated dependencies [[`ad3c34823fc1955a4274e912ef0587d9b7f2218d`](https://github.com/livekit/agents-js/commit/ad3c34823fc1955a4274e912ef0587d9b7f2218d), [`1d74e20a0337e548af2cb87b64e131907648cc06`](https://github.com/livekit/agents-js/commit/1d74e20a0337e548af2cb87b64e131907648cc06), [`4aaec04857c623fef75ac6800fc9a078efdd4391`](https://github.com/livekit/agents-js/commit/4aaec04857c623fef75ac6800fc9a078efdd4391), [`4aaec04857c623fef75ac6800fc9a078efdd4391`](https://github.com/livekit/agents-js/commit/4aaec04857c623fef75ac6800fc9a078efdd4391)]:
- @livekit/agents@0.4.6

## 0.4.5

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

## 0.6.1

### Patch Changes

- Add missing package info - [#172](https://github.com/livekit/agents-js/pull/172) ([@lukasIO](https://github.com/lukasIO))

- add new OpenAI realtime voices - [#174](https://github.com/livekit/agents-js/pull/174) ([@bcherry](https://github.com/bcherry))

- Updated dependencies [[`ad3c34823fc1955a4274e912ef0587d9b7f2218d`](https://github.com/livekit/agents-js/commit/ad3c34823fc1955a4274e912ef0587d9b7f2218d), [`1d74e20a0337e548af2cb87b64e131907648cc06`](https://github.com/livekit/agents-js/commit/1d74e20a0337e548af2cb87b64e131907648cc06), [`4aaec04857c623fef75ac6800fc9a078efdd4391`](https://github.com/livekit/agents-js/commit/4aaec04857c623fef75ac6800fc9a078efdd4391), [`4aaec04857c623fef75ac6800fc9a078efdd4391`](https://github.com/livekit/agents-js/commit/4aaec04857c623fef75ac6800fc9a078efdd4391)]:
- @livekit/agents@0.4.6

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"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.6

### Patch Changes

- Add missing package info - [#172](https://github.com/livekit/agents-js/pull/172) ([@lukasIO](https://github.com/lukasIO))

- Updated dependencies [[`ad3c34823fc1955a4274e912ef0587d9b7f2218d`](https://github.com/livekit/agents-js/commit/ad3c34823fc1955a4274e912ef0587d9b7f2218d), [`1d74e20a0337e548af2cb87b64e131907648cc06`](https://github.com/livekit/agents-js/commit/1d74e20a0337e548af2cb87b64e131907648cc06), [`4aaec04857c623fef75ac6800fc9a078efdd4391`](https://github.com/livekit/agents-js/commit/4aaec04857c623fef75ac6800fc9a078efdd4391), [`4aaec04857c623fef75ac6800fc9a078efdd4391`](https://github.com/livekit/agents-js/commit/4aaec04857c623fef75ac6800fc9a078efdd4391)]:
- @livekit/agents@0.4.6

## 0.4.5

### 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.5",
"version": "0.4.6",
"description": "Silero voice activity detection LiveKit Node Agents",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4a77de8

Please sign in to comment.