[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>
This commit is contained in:
Renzo F
2026-07-16 08:43:10 +02:00
committed by GitHub
co-authored by Renn F UX/UI Developer 1 UX/UI Documenter
parent 3e8b3d82e6
commit 63212899ca
7 changed files with 815 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@
"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"
},