Skip to content

v2.2.1

Choose a tag to compare

@achref-soua achref-soua released this 27 Jun 21:52
d5559dc

Patch release — fixes a /settings regression in v2.2.0.

Fix

  • /settings no longer errors. In v2.2.0 the settings code-split rendered the About panel (a server component) in the client tree, throwing getTranslations is not supported in Client Components on every authenticated /settings load. The About panel is a server import again; the other panels stay code-split, so the first-load performance win is unchanged.

Caught by the new end-to-end CI gate. Self-hosters on v2.2.0 should update.

Upgrade: helio update (or re-run the install script).