Skip to content

Commit 5acdebb

Browse files
committed
fix(mono): bump font binary version 1.700 → 1.701
The internal font version stayed at 1.700 across the v1.7.1 and v1.7.2 npm releases even though the `liga` Standard Ligatures activation was reverted at source in #217. Downstream consumers that key off the binary version (caches, font-validation pipelines, the `head.fontRevision` and `name` NameID-5 fields exposed in `fc-query`/DevTools) still see 1.700 and can't distinguish a pre- and post-revert binary. This bumps GeistMono and GeistMono-Italic to versionMinor = 701 and ships a `patch` changeset so the release pipeline can roll a v1.7.3 with the rebuilt binaries. Closes the second half of #231.
1 parent ef9c4a5 commit 5acdebb

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"geist": patch
3+
---
4+
5+
Bump Geist Mono font binary version 1.700 → 1.701.
6+
7+
The internal font version stayed at 1.700 across the v1.7.1 and v1.7.2 npm releases even though `liga` was reverted at source in #217. Downstream consumers that key off the binary version (caches, font-validation pipelines, the `head.fontRevision` and `name` NameID-5 fields exposed in `fc-query`/DevTools) still see 1.700 and therefore can't tell apart a pre- and post-revert binary.
8+
9+
Closes the second half of #231.

sources/GeistMono-Italic.glyphspackage/fontinfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4658,5 +4658,5 @@ O,
46584658
};
46594659
};
46604660
versionMajor = 1;
4661-
versionMinor = 700;
4661+
versionMinor = 701;
46624662
}

sources/GeistMono.glyphspackage/fontinfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4648,5 +4648,5 @@ O,
46484648
};
46494649
};
46504650
versionMajor = 1;
4651-
versionMinor = 700;
4651+
versionMinor = 701;
46524652
}

0 commit comments

Comments
 (0)