From 13de938c098b2c0a6b40e06e7aca2d4b96b1d455 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:38:43 +0000 Subject: [PATCH] Version Packages --- .changeset/export-agent-simulation-proto.md | 5 ----- CHANGELOG.md | 2 ++ package.json | 2 +- packages/javascript/CHANGELOG.md | 6 ++++++ packages/javascript/package.json | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 .changeset/export-agent-simulation-proto.md diff --git a/.changeset/export-agent-simulation-proto.md b/.changeset/export-agent-simulation-proto.md deleted file mode 100644 index 29b8ea39e..000000000 --- a/.changeset/export-agent-simulation-proto.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Export the agent simulation protos (Scenario, SimulationDispatch, SimulationMode, SimulationRun, ...) from the JS package root diff --git a/CHANGELOG.md b/CHANGELOG.md index 1329dc02b..0ef96a78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # github.com/livekit/protocol +## 1.50.2 + ## 1.50.1 ### Patch Changes diff --git a/package.json b/package.json index 7c7a080bc..72182b1fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.50.1", + "version": "1.50.2", "scripts": { "changeset": "changeset", "ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index e4c0edf90..c220aed4b 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/protocol +## 1.50.2 + +### Patch Changes + +- Export the agent simulation protos (Scenario, SimulationDispatch, SimulationMode, SimulationRun, ...) from the JS package root - [#1674](https://github.com/livekit/protocol/pull/1674) ([@u9g](https://github.com/u9g)) + ## 1.50.1 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 6c0992412..153b1c82b 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.50.1", + "version": "1.50.2", "description": "", "type": "module", "require": "dist/index.cjs",