From e4aeea6167b8db4efc1f76c309862d3f6c72af53 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 1 Jun 2022 15:38:22 -0700 Subject: [PATCH] Add release notes for 5.46.x --- ts/components/WhatsNewModal.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 64beb64536..5b5ae62598 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,15 +31,7 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'WhatsNew__v5.45--1', - components: undefined, - }, - { - key: 'WhatsNew__v5.45--2', - components: undefined, - }, - { - key: 'WhatsNew__v5.45--3', + key: 'WhatsNew__bugfixes', components: undefined, }, ],