From 6b360f56f74bb3cf643a0077a8554eba95f37469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Wed, 2 Sep 2026 01:29:06 -0400 Subject: [PATCH] chore: release v0.8.25 (#3595) --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- docs/changelog.mdx | 20 ++++++++++++++++++++ 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/lint/package.json | 2 +- packages/parsers/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-server/package.json | 2 +- packages/studio/package.json | 2 +- releases/v0.8.25.md | 19 +++++++++++++++++++ 18 files changed, 55 insertions(+), 16 deletions(-) create mode 100644 releases/v0.8.25.md diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ac35c135e..dd9821e9d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hyperframes", "description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.24", + "version": "0.8.25", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index adc3e8f4f..16a29f782 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hyperframes", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.24", + "version": "0.8.25", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 8f2bc7698..858058d62 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -3,7 +3,7 @@ "name": "hyperframes", "displayName": "HyperFrames by HeyGen", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.24", + "version": "0.8.25", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com" diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 107c87a39..4b7bd6674 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,26 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Studio now shows agent intent and applies accepted edits live across preview, source, thumbnails, reloads, and Undo. +Catalog adds Kinetic Center Build, while Flowchart selection clears after click-away. + +## Features + +- **Studio:** Make agent edits live and explicit ([6b5b4cb988](https://github.com/heygen-com/hyperframes/commit/6b5b4cb9889084594b9fd8ee9fd29adbd5e69227), [#3581](https://github.com/heygen-com/hyperframes/pull/3581)). + +## Catalog + +- **Registry:** Add kinetic center build component ([f498be94c2](https://github.com/heygen-com/hyperframes/commit/f498be94c24e2bb66538f1f9447ae32935587c42), [#3269](https://github.com/heygen-com/hyperframes/pull/3269)). +- **Registry:** Clear flowchart selection after click-away ([aab3bfcd10](https://github.com/heygen-com/hyperframes/commit/aab3bfcd1021995fabd36f3f603ed148067f4fb8), [#3262](https://github.com/heygen-com/hyperframes/pull/3262)). + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.8.24...v0.8.25). + +