From bbfb8eecd3c9c6e580fe0aca1450ca8ee8cba5c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 19:01:34 +0000 Subject: [PATCH] Version Packages --- .changeset/kind-feet-laugh.md | 5 ----- .changeset/loud-birds-wear.md | 5 ----- .changeset/swift-swans-sit.md | 5 ----- CHANGELOG.md | 2 ++ package.json | 2 +- packages/javascript/CHANGELOG.md | 10 ++++++++++ packages/javascript/package.json | 2 +- 7 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 .changeset/kind-feet-laugh.md delete mode 100644 .changeset/loud-birds-wear.md delete mode 100644 .changeset/swift-swans-sit.md diff --git a/.changeset/kind-feet-laugh.md b/.changeset/kind-feet-laugh.md deleted file mode 100644 index aa9d8174f..000000000 --- a/.changeset/kind-feet-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Create room tags diff --git a/.changeset/loud-birds-wear.md b/.changeset/loud-birds-wear.md deleted file mode 100644 index 29b94572a..000000000 --- a/.changeset/loud-birds-wear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Export analytics proto diff --git a/.changeset/swift-swans-sit.md b/.changeset/swift-swans-sit.md deleted file mode 100644 index eeb61351f..000000000 --- a/.changeset/swift-swans-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -move proto options to use lk reserved range diff --git a/CHANGELOG.md b/CHANGELOG.md index 7927199a5..3f8d589ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # github.com/livekit/protocol +## 1.45.4 + ## 1.45.3 ### Patch Changes diff --git a/package.json b/package.json index 1cdc955b2..640cb244f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.45.3", + "version": "1.45.4", "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 a285b2a0d..a9e037c82 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/protocol +## 1.45.4 + +### Patch Changes + +- Create room tags - [`d1038da868d290d3eb275a3554488714b59eda1e`](https://github.com/livekit/protocol/commit/d1038da868d290d3eb275a3554488714b59eda1e) ([@paulwe](https://github.com/paulwe)) + +- Export analytics proto - [#1501](https://github.com/livekit/protocol/pull/1501) ([@lukasIO](https://github.com/lukasIO)) + +- move proto options to use lk reserved range - [#1495](https://github.com/livekit/protocol/pull/1495) ([@paulwe](https://github.com/paulwe)) + ## 1.45.3 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 331cb918c..5aa012db7 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.45.3", + "version": "1.45.4", "description": "", "type": "module", "require": "dist/index.cjs",