Build the pending news fragments into CHANGELOG.md for the framework and the
modified subpackages. Each version is the next dot bump from the package's
latest release tag:
- reflex 0.9.6.post2 -> 0.9.7
- reflex-base 0.9.6.post2 -> 0.9.7
- reflex-components-core 0.9.6 -> 0.9.7
- reflex-components-radix 0.9.5 -> 0.9.6
- reflex-docgen 0.9.2 -> 0.9.3
Cross-package dependency re-pins are intentionally left for the post-publish
wave, matching the established two-wave release flow (see #6679 -> #6680).
reflex-components-core and reflex-components-radix now call ArrayVar.map (new in
reflex-base 0.9.7 via #6701) but still declare reflex-base >= 0.9.6 / >= 0.9.5;
those floors — and the root reflex-base floor — must be re-pinned to
reflex-base >= 0.9.7 only after reflex-base 0.9.7 is published, so the
min-deps check (which resolves from PyPI with --no-sources) stays green here.
Claude-Session: https://claude.ai/code/session_01KX93fjAHfXYH4UpbSmaSon
Co-authored-by: Claude <noreply@anthropic.com>