diff --git a/components/about/UpdatesPage/index.tsx b/components/about/UpdatesPage/index.tsx index a9565363..e7541838 100644 --- a/components/about/UpdatesPage/index.tsx +++ b/components/about/UpdatesPage/index.tsx @@ -31,6 +31,20 @@ const UpdatesPage = () => { 'toasts', ], }, + '1.2.0': { + updates: 8, + bugs: 0, + images: [ + 'party-redesign', + 'rich-text', + 'mentions', + 'include-exclude', + 'raid-search', + 'search-views', + 'quick-summon', + 'grand-awakening', + ], + }, '202302U2': { updates: 1, }, @@ -57,6 +71,41 @@ const UpdatesPage = () => { return (
{updates(`versions.1.2.0.features.${i}.blurb`)}
+