From 8bfbad2ce3b38aea8853caee2d0f111d96af2994 Mon Sep 17 00:00:00 2001 From: a-baran-orhan Date: Thu, 16 Jul 2026 16:44:11 +0300 Subject: [PATCH 1/2] fix: canonicalize playground search metadata --- playground/play.html | 13 +++++++++++-- vercel.json | 6 ++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/playground/play.html b/playground/play.html index 4ac9bea..caa12b8 100644 --- a/playground/play.html +++ b/playground/play.html @@ -4,8 +4,17 @@ Posecode Playground: Write and Preview 3D Human Movement as Text - - + + Date: Thu, 16 Jul 2026 17:06:22 +0300 Subject: [PATCH 2/2] ci: allow private-only changes without release --- .changeset/config.json | 1 + .changeset/few-foxes-say.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .changeset/few-foxes-say.md diff --git a/.changeset/config.json b/.changeset/config.json index 78bb8a5..4c99d0b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -14,6 +14,7 @@ "linked": [], "access": "public", "baseBranch": "main", + "privatePackages": false, "updateInternalDependencies": "patch", "ignore": [] } diff --git a/.changeset/few-foxes-say.md b/.changeset/few-foxes-say.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/few-foxes-say.md @@ -0,0 +1,2 @@ +--- +---