Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 24, 2024
1 parent ffeee07 commit 0e5e087
Show file tree
Hide file tree
Showing 27 changed files with 58 additions and 43 deletions.
8 changes: 0 additions & 8 deletions .changeset/giant-ways-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-trainers-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-oranges-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-spiders-change.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/participant-entrypoint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.12.5
livekit-agents>=0.12.6
python-dotenv~=1.0
2 changes: 1 addition & 1 deletion examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.12.5
livekit-agents>=0.12.6
python-dotenv~=1.0
4 changes: 2 additions & 2 deletions examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
livekit-agents>=0.12.5
livekit-plugins-deepgram>=0.6.15
livekit-agents>=0.12.6
livekit-plugins-deepgram>=0.6.16
python-dotenv~=1.0
2 changes: 1 addition & 1 deletion examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.12.5
livekit-agents>=0.12.6
livekit-plugins-openai>=0.10.12
livekit-plugins-cartesia>=0.4.5
livekit-plugins-elevenlabs>=0.7.9
Expand Down
6 changes: 3 additions & 3 deletions examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
livekit-agents>=0.12.5
livekit-plugins-deepgram>=0.6.15
livekit-plugins-google>=0.8.1
livekit-agents>=0.12.6
livekit-plugins-deepgram>=0.6.16
livekit-plugins-google>=0.8.2
livekit-plugins-openai[vertex]>=0.10.10
livekit-plugins-silero>=0.7.4
livekit-plugins-rag>=0.2.3
Expand Down
6 changes: 6 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-agents

## 0.12.6

### Patch Changes

- improve interruption handling, avoid agent from getting stuck - [#1290](https://github.com/livekit/agents/pull/1290) ([@davidzhao](https://github.com/davidzhao))

## 0.12.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion livekit-agents/livekit/agents/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.12.5"
__version__ = "0.12.6"
2 changes: 1 addition & 1 deletion livekit-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-agents",
"private": true,
"version": "0.12.5"
"version": "0.12.6"
}
8 changes: 8 additions & 0 deletions livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# livekit-plugins-assemblyai

## 0.2.2

### Patch Changes

- fix: Ensure STT exceptions are being propagated - [#1291](https://github.com/livekit/agents/pull/1291) ([@davidzhao](https://github.com/davidzhao))

- assemblyai: encode boost words - [#1284](https://github.com/livekit/agents/pull/1284) ([@jmugicagonz](https://github.com/jmugicagonz))

## 0.2.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-assemblyai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-assemblyai",
"private": true,
"version": "0.2.1"
"version": "0.2.2"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-azure

## 0.5.2

### Patch Changes

- fix: Ensure STT exceptions are being propagated - [#1291](https://github.com/livekit/agents/pull/1291) ([@davidzhao](https://github.com/davidzhao))

## 0.5.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.5.1"
__version__ = "0.5.2"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-azure",
"private": true,
"version": "0.5.1"
"version": "0.5.2"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-deepgram

## 0.6.16

### Patch Changes

- fix: Ensure STT exceptions are being propagated - [#1291](https://github.com/livekit/agents/pull/1291) ([@davidzhao](https://github.com/davidzhao))

## 0.6.15

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.6.15"
__version__ = "0.6.16"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-deepgram/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-deepgram",
"private": true,
"version": "0.6.15"
"version": "0.6.16"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-google

## 0.8.2

### Patch Changes

- fix: Ensure STT exceptions are being propagated - [#1291](https://github.com/livekit/agents/pull/1291) ([@davidzhao](https://github.com/davidzhao))

## 0.8.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.8.1"
__version__ = "0.8.2"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-google/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-google",
"private": true,
"version": "0.8.1"
"version": "0.8.2"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-eou

## 0.3.5

### Patch Changes

- fix int32/64 errors on Windows - [#1285](https://github.com/livekit/agents/pull/1285) ([@nbsp](https://github.com/nbsp))

## 0.3.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.3.4"
__version__ = "0.3.5"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-turn-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-turn-detector",
"private": true,
"version": "0.3.4"
"version": "0.3.5"
}

0 comments on commit 0e5e087

Please sign in to comment.