From 0439c7b96f7e195fcbd38ac7c81c0febd0e03fd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:26:42 +0000 Subject: [PATCH] Version Packages --- .changeset/frank-hairs-march.md | 6 ------ CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 6 ++++++ packages/javascript/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/frank-hairs-march.md diff --git a/.changeset/frank-hairs-march.md b/.changeset/frank-hairs-march.md deleted file mode 100644 index 5770e6d48..000000000 --- a/.changeset/frank-hairs-march.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Data track schema metadata and storage diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c08eadc9..bb46742fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.48.1 + +### Patch Changes + +- Data track schema metadata and storage - [#1553](https://github.com/livekit/protocol/pull/1553) ([@ladvoc](https://github.com/ladvoc)) + ## 1.48.0 ### Minor Changes diff --git a/package.json b/package.json index 9ce8c2cf9..0aa68c5ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.48.0", + "version": "1.48.1", "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 4dcdaac60..389e8d1ac 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/protocol +## 1.48.1 + +### Patch Changes + +- Data track schema metadata and storage - [#1553](https://github.com/livekit/protocol/pull/1553) ([@ladvoc](https://github.com/ladvoc)) + ## 1.48.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index ca6746d16..3b619cc45 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.48.0", + "version": "1.48.1", "description": "", "type": "module", "require": "dist/index.cjs",