import { ChangelogSection } from '../../../components/blog/ChangelogSection' import { Prose } from '../../../components/blog/Prose' import type { BlogPost } from '../types' export const __EXPORT_NAME__: BlogPost = { slug: '__SLUG__', title: 'v__VERSION__: TODO headline', description: 'TODO: SEO description, about 160 characters, covering the headline feature of this rollup.', date: '__DATE__', category: 'release', version: '__VERSION__', tags: ['release'], readingTime: 'TODO min read', content: (

TODO: write a short narrative introduction that highlights the most user-visible change across versions __COVERED_VERSIONS__. Link the relevant docs section at{' '} https://docs.sencho.io.

Highlight

TODO: embed at least one screenshot of the headline feature.

TODO describe the screenshot

What's in this release

__ADDED_BLOCK__ __FIXED_BLOCK__ __CHANGED_BLOCK__
), }