Skip to content

Commit

Permalink
fix(ci): set changeset to public (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Oct 14, 2024
1 parent 47a2141 commit 062935a
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 29 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-pillows-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@livekit/agents-plugin-openai': patch
---

Support for Azure OpenAI Realtime
5 changes: 3 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
}
],
"commit": false,
"fixed": [],
"fixed": [["@livekit/agents", "@livekit/agents-plugin-*"]],
"ignore": ["livekit-agents-examples"],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch"
}
5 changes: 5 additions & 0 deletions .changeset/silver-nails-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@livekit/agents': patch
---

Fix subscription timing
5 changes: 5 additions & 0 deletions .changeset/ten-donkeys-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/agents": patch
---

fix usage on Windows by importing using URLs, not paths
8 changes: 0 additions & 8 deletions agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @livekit/agents

## 0.3.3

### Patch Changes

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

- fix usage on Windows by importing using URLs, not paths - [#95](https://github.com/livekit/agents-js/pull/95) ([@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.3",
"version": "0.3.2",
"description": "LiveKit Agents - Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 0 additions & 8 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@

### Patch Changes

- Updated dependencies [[`6fe2679562107a72db35f1c0c74cb16939a20b28`](https://github.com/livekit/agents-js/commit/6fe2679562107a72db35f1c0c74cb16939a20b28), [`8d2f75d1e6140159018354907b2b9e4c35de9d8b`](https://github.com/livekit/agents-js/commit/8d2f75d1e6140159018354907b2b9e4c35de9d8b), [`0a0e10817e4258ac5a250a9797722e1179c7ef73`](https://github.com/livekit/agents-js/commit/0a0e10817e4258ac5a250a9797722e1179c7ef73)]:
- @livekit/agents-plugin-openai@0.3.3
- @livekit/agents@0.3.3

## null

### Patch Changes

- A few more bugs and updates - [#88](https://github.com/livekit/agents-js/pull/88) ([@bcherry](https://github.com/bcherry))

- Updated dependencies [[`56333dd89486a1a10157f57576447d3bb7cb83c3`](https://github.com/livekit/agents-js/commit/56333dd89486a1a10157f57576447d3bb7cb83c3), [`07b4d4b123955bd850a208471d651810e075f0af`](https://github.com/livekit/agents-js/commit/07b4d4b123955bd850a208471d651810e075f0af)]:
Expand Down
9 changes: 0 additions & 9 deletions plugins/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @livekit/agents-plugin-openai

## 0.3.3

### Patch Changes

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

- Updated dependencies [[`8d2f75d1e6140159018354907b2b9e4c35de9d8b`](https://github.com/livekit/agents-js/commit/8d2f75d1e6140159018354907b2b9e4c35de9d8b), [`0a0e10817e4258ac5a250a9797722e1179c7ef73`](https://github.com/livekit/agents-js/commit/0a0e10817e4258ac5a250a9797722e1179c7ef73)]:
- @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.3",
"version": "0.3.2",
"description": "OpenAI plugin for LiveKit Node Agents",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 062935a

Please sign in to comment.