From 3a6742bd13b0a5b3f5b557e7d6fb1ead9fe7583a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Mon, 22 Jun 2026 14:09:55 -0400 Subject: [PATCH] chore: release v0.7.1 --- docs/changelog.mdx | 15 +++++++++++++++ packages/aws-lambda/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/engine/package.json | 2 +- packages/gcp-cloud-run/package.json | 2 +- packages/player/package.json | 2 +- packages/producer/package.json | 2 +- packages/sdk/package.json | 2 +- packages/shader-transitions/package.json | 2 +- packages/studio/package.json | 2 +- releases/v0.7.1.md | 1 + 12 files changed, 26 insertions(+), 10 deletions(-) create mode 100644 releases/v0.7.1.md diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 2d0110e28..7cdb2082a 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,21 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Fixes gesture recording selection sync and video-heavy render base64 frame injection. + +## Fixes + +- **Studio:** `selectedGsapAnimations` empty after gesture recording — motion path nodes non-interactive, timeline diamonds missing. Root cause: animation fetch dedup key didn't include the selection target, and the preview sync didn't re-run after soft reloads ([82a5298](https://github.com/heygen-com/hyperframes/commit/82a529805), [#1646](https://github.com/heygen-com/hyperframes/pull/1646)) +- **Producer:** Inline base64 frames in injector to unblock video-heavy renders ([4be81b4](https://github.com/heygen-com/hyperframes/commit/4be81b4fb), [#1630](https://github.com/heygen-com/hyperframes/pull/1630)) + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.0...v0.7.1). + +