v1.2.2

xnx3/translatev1.2.2Jun 30, 2026by github-actions[bot]

AI Summary

A documentation and example refresh that includes a fix for ViewName handling when the registry is empty, along with improvements to the CI release flow.

Key Highlights

  • Revamps examples and adds a new OpenUI generative UI example.
  • Fixes default ViewName to string when the registry is empty.
  • Improves CI to publish the 'next' version on main merges.

New Features

  • OpenUI generative UI example

Full Release Notes

Docs/examples refresh with a small ViewName fix and CI release-flow fixes.

## Changes

- feat(docs): revamp examples @paulleseute (#897)
- fix(core): default ViewName to string when registry is empty @harijoe (#898)
- fix(ci): publish next on main merge and fix release-day version bump @harijoe (#895)
- feat(generative-ui): add OpenUI generative UI example @vishxrad (#884)