Commit 5b92778
authored
chore(release): name the 2.1 line twinned (#453)
* chore(release): name the 2.1 line twinned
The codename had read "navigable" since the 1.9 line and went out
unchanged with 2.0. Nothing derives it from the release and no guard
covers it — the sibling `version` line got one after the hero drifted to
a stale number, but the name beside it did not.
"twinned" is the release: one session, two outputs with the same
geometry.
The file's own comment claimed the release script stamps the banner with
both values. It stamps only the version — neither banner renderer reads
the codename. It is read by EngineDeckExample alone, whose committed
asset nothing regenerates, which is why a stale name survives a release
unnoticed. The comment now says that.
* test(examples): update the engine-deck layout baseline for the new codename
The deck renders the codename as a text node, so renaming the release
moves its measured width: "navigable" is 59.92 pt in Helvetica-Oblique at
14 pt, "twinned" is 48.244 pt. Those two values are the whole baseline
delta — the tag sits in a fixed-width version block, so nothing
downstream shifts.1 parent 60c1f62 commit 5b92778
2 files changed
Lines changed: 13 additions & 6 deletions
File tree
- examples/src
- main/resources
- test/resources/layout-snapshots/flagships
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | | - | |
| 17 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
902 | | - | |
| 902 | + | |
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
| |||
0 commit comments