Files
63212899ca [2f806123] Video: release 0.25.0 (#535)
* fix(release): CI wait polls the prod rung; escape the header tooltip apostrophe

get_latest_ci_conclusion defaults to the ladder's head rung, so
wait_for_ci searched slave for a release commit that lives on master
and timed out after 40 minutes with the run already green. The wait
now passes the prod branch explicitly. Also fixes the
react/no-unescaped-entities error that turned master's Panel CI red.

* [2f806123] feat(motion): add release-0.25.0 composition extending panel-demo register

* [2f806123] fix(scope): revert out-of-scope backend and panel changes from video branch

* [2f806123] fix(scope): revert out-of-scope backend and panel changes from video branch

* [2f806123] fix(scope): restore out-of-scope files from current origin/master after stale-master revert

* [2f806123] fix(scope): restore motion/pnpm-workspace.yaml from origin/master

* [2f806123] docs(motion): add release-0.25.0 composition example to README

---------

Co-authored-by: Renn F <rennf93@users.noreply.github.com>
Co-authored-by: UX/UI Developer 1 <ux-dev-1@roboco.tech>
Co-authored-by: UX/UI Documenter <ux-doc@roboco.tech>
2026-07-16 08:43:10 +02:00

19 lines
777 B
JSON

{
"name": "motion",
"version": "1.0.0",
"private": true,
"description": "RoboCo motion-video compositions (HyperFrames) — bespoke marketing clips authored per release, feature-spotlight, or on-demand request, rendered by the video-renderer sidecar.",
"type": "module",
"scripts": {
"preview": "hyperframes preview compositions/release-announcement",
"preview:panel-demo": "hyperframes preview compositions/panel-demo",
"preview:release-recap": "hyperframes preview compositions/release-recap",
"preview:release-0.25.0": "hyperframes preview compositions/release-0.25.0",
"lint": "hyperframes lint compositions/release-announcement",
"test": "vitest run"
},
"devDependencies": {
"hyperframes": "0.7.36",
"vitest": "^4.0.0"
}
}