Mantine Extensions — the whole family is now on Mantine 9.4.1
Hey everyone 👋
Quick maintenance drop: I've aligned the entire Mantine Extensions family — all 26 components plus the Nextra, Fumadocs and base templates — to Mantine 9.4.1 (the latest 9.x).
The why: I'd rather ship many small, boring alignments than one scary big-bang upgrade later. Keeping every extension on the current Mantine means your app never has to fight peer-dependency mismatches, and I catch any breakage early — one repo at a time instead of all at once.
A takeaway: I run these fleet-wide bumps with a single self-describing release script per repo + parallel agents. The script figures out what actually changed from the dependency diff and writes its own changelog — so a 30-repo rollout needs zero hand-edited version strings. If you maintain more than a couple of packages, invest in that kind of automation early; it pays for itself the first time your framework ships a minor.
Nothing changed in the public API — peer ranges stay >=9.0.0, so it's a drop-in update.
I'd love your thoughts:
Which Mantine Extension do you use (or wish existed)?
How do you keep your own libraries in sync with their framework?


Replies