What shipped in which version — assembled from the tags, not written by hand.
Every release has a tag, and a tag is how the kit is pinned. The version number moves only at a release, so a commit between two releases carries the previous one's number — which is why a pin names a tag and never a commit.
"@forgmatic/ingot": "github:zm-sw/ingot-ui-kit#v1.1.1"The list is assembled at build time from the tags. A hand-kept list of releases is a list that is one release behind.
v1.1.12026-09-04v1.1.02026-09-03v1.0.42026-09-03v1.0.32026-09-03v1.0.22026-09-03v1.0.12026-09-03v1.0.02026-09-02This tag has no notes attached.
Every component page carries a “since” badge. Nobody writes it: at build time each tag is asked which pages it contained, and the first tag that carries a page is the version the primitive shipped in.
The badge therefore answers the question the reader actually arrives with — does this exist in the version I pinned — instead of sending them to the repository to find out.