chore: release v0.7.31

This commit is contained in:
Vance Ingalls
2026-07-03 23:07:38 -07:00
parent 3900caaaa9
commit af5f3e5fab
18 changed files with 43 additions and 16 deletions
+13
View File
@@ -0,0 +1,13 @@
# HyperFrames v0.7.31
Released on 2026-07-04.
This release makes Figma imports first-class citizens of the shared media inventory: every `hyperframes figma asset` import now regenerates `.media/index.md` (byte-identical with media-use's format), carries `--description`/`--entity` metadata into the manifest, index, and alt text, and the reuse path correctly upserts metadata and dedupes against any prior format/scale/version tuple. media-use's entity lookups now match figma-imported brand marks across the icon/image boundary.
## Features
- **Core,cli:** Media-use interop — shared index.md regen + description/entity on figma imports ([3900caaaa](https://github.com/heygen-com/hyperframes/commit/3900caaaa94443efb01597dac26df1533f8add35), [#1927](https://github.com/heygen-com/hyperframes/pull/1927))
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.7.30...v0.7.31