Skip to content

Commit

Permalink
Version Packages (livekit#660)
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 Aug 22, 2024
1 parent 4b6875b commit 808a536
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-games-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-hornets-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-onions-kick.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
livekit-agents>=0.8.6
livekit-agents>=0.8.7
2 changes: 1 addition & 1 deletion examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.8.6
livekit-agents>=0.8.7
livekit-plugins-deepgram>=0.6.5
2 changes: 1 addition & 1 deletion examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.8.6
livekit-agents>=0.8.7
livekit-plugins-openai>=0.8.1
2 changes: 1 addition & 1 deletion examples/voice-assistant/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.8.6
livekit-agents>=0.8.7
livekit-plugins-openai>=0.8.1
livekit-plugins-deepgram>=0.6.5
livekit-plugins-silero>=0.6.4
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.8.7

### Patch Changes

- voiceassistant: fix llm not having the full chat context on bad interruption timing - [#659](https://github.com/livekit/agents/pull/659) ([@theomonnom](https://github.com/theomonnom))

## 0.8.6

### 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.8.6"
__version__ = "0.8.7"
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.8.6"
"version": "0.8.7"
}
5 changes: 5 additions & 0 deletions livekit-plugins/livekit-plugins-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# livekit-plugins-browser

## 0.0.2

### Patch Changes

- livekit-plugins-browser: prepare for release - [#659](https://github.com/livekit/agents/pull/659) ([@theomonnom](https://github.com/theomonnom))
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.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-browser",
"private": true,
"version": "0.0.1"
"version": "0.0.2"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-nltk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-nltk

## 0.7.2

### Patch Changes

- fix another semver break - [#659](https://github.com/livekit/agents/pull/659) ([@theomonnom](https://github.com/theomonnom))

## 0.7.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.7.1"
__version__ = "0.7.2"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-nltk/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-nltk",
"private": true,
"version": "0.7.1"
"version": "0.7.2"
}

0 comments on commit 808a536

Please sign in to comment.