Skip to content

Commit 19ab83f

Browse files
chore: release v0.8.27 (#3608)
1 parent 1a788d6 commit 19ab83f

18 files changed

Lines changed: 51 additions & 16 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hyperframes",
33
"description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.",
4-
"version": "0.8.26",
4+
"version": "0.8.27",
55
"author": {
66
"name": "HeyGen",
77
"email": "hyperframes@heygen.com",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hyperframes",
33
"description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.",
4-
"version": "0.8.26",
4+
"version": "0.8.27",
55
"author": {
66
"name": "HeyGen",
77
"email": "hyperframes@heygen.com",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "hyperframes",
44
"displayName": "HyperFrames by HeyGen",
55
"description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.",
6-
"version": "0.8.26",
6+
"version": "0.8.27",
77
"author": {
88
"name": "HeyGen",
99
"email": "hyperframes@heygen.com"

docs/changelog.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
88

99
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
1010

11+
<Update
12+
label="HyperFrames v0.8.27"
13+
description="Released - 2026-09-03"
14+
tags={["Release", "CLI"]}
15+
>
16+
Capture now picks the sharpest available favicon and keeps its transparent background, so captured logos no longer arrive blurry or boxed in white. Capture also explains why a referenced asset is missing from the output folder instead of failing quietly.
17+
18+
## Features
19+
20+
- **CLI:** Capture reports why a referenced asset is not in the folder ([ae7e530f2](https://github.com/heygen-com/hyperframes/commit/ae7e530f2dda0b10cec22ca4da880b8114f8f86f), [#3598](https://github.com/heygen-com/hyperframes/pull/3598)).
21+
22+
## Fixes
23+
24+
- **CLI:** Pick the highest-quality favicon and keep its transparent background ([5a5e841c5](https://github.com/heygen-com/hyperframes/commit/5a5e841c5dd2818b712d41a8989aa9256c3800f8), [#3606](https://github.com/heygen-com/hyperframes/pull/3606)).
25+
26+
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.8.26...v0.8.27).
27+
</Update>
28+
1129
<Update
1230
label="HyperFrames v0.8.26"
1331
description="Released - 2026-09-02"

packages/aws-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperframes/aws-lambda",
3-
"version": "0.8.26",
3+
"version": "0.8.27",
44
"description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.",
55
"repository": {
66
"type": "git",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperframes/cli",
3-
"version": "0.8.26",
3+
"version": "0.8.27",
44
"description": "HyperFrames CLI — create, preview, and render HTML video compositions",
55
"license": "Apache-2.0",
66
"repository": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperframes/core",
3-
"version": "0.8.26",
3+
"version": "0.8.27",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperframes/engine",
3-
"version": "0.8.26",
3+
"version": "0.8.27",
44
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
55
"repository": {
66
"type": "git",

packages/gcp-cloud-run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperframes/gcp-cloud-run",
3-
"version": "0.8.26",
3+
"version": "0.8.27",
44
"description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.",
55
"repository": {
66
"type": "git",

packages/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperframes/lint",
3-
"version": "0.8.26",
3+
"version": "0.8.27",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/heygen-com/hyperframes",

0 commit comments

Comments
 (0)