diff --git a/src/components/release-note.tsx b/src/components/release-note.tsx index ba212b0..c905a45 100644 --- a/src/components/release-note.tsx +++ b/src/components/release-note.tsx @@ -7,15 +7,29 @@ export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) { return (
{data.date}
++ {data.date} +
- If you encounter any issues, please report them on the issues page. Thanks everyone for your feedback! ❤️ + If you encounter any issues, please report them on{" "} + + the issues page + + . Thanks everyone for your feedback! ❤️
{data.extra && ( - ")}}> - + "), + }} + > )} {data.breakingChanges && ( <> @@ -23,10 +37,14 @@ export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {The following changes may break existing functionality:
++ The following changes may break existing functionality: +
The following features have been added:
++ The following features have been added: +
The following issues have been fixed:
++ The following issues have been fixed: +