From d43e2f4df3ae0956994a3914838b9d4815300b0d Mon Sep 17 00:00:00 2001 From: davidliu Date: Sat, 28 Mar 2026 00:50:22 +0900 Subject: [PATCH] chore: fix changesets --- .changeset/config.json | 2 +- .changeset/{loud-sites-draw.md => cozy-mangos-reply.md} | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename .changeset/{loud-sites-draw.md => cozy-mangos-reply.md} (59%) diff --git a/.changeset/config.json b/.changeset/config.json index cc271fe..1d68edc 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["livekit-react-native-example"] } \ No newline at end of file diff --git a/.changeset/loud-sites-draw.md b/.changeset/cozy-mangos-reply.md similarity index 59% rename from .changeset/loud-sites-draw.md rename to .changeset/cozy-mangos-reply.md index be02c4e..e6840e7 100644 --- a/.changeset/loud-sites-draw.md +++ b/.changeset/cozy-mangos-reply.md @@ -1,5 +1,5 @@ --- -'livekit-react-native-example': minor +'@livekit/react-native': minor --- Update @livekit/react-native-webrtc to 144.0.0 diff --git a/package.json b/package.json index 713791f..5a37bc9 100644 --- a/package.json +++ b/package.json @@ -116,6 +116,7 @@ "node": ">=20" }, "workspaces": [ + ".", "example" ], "packageManager": "yarn@4.11.0",