Skip to content

Commit

Permalink
Add release notes for 5.38
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Mar 31, 2022
1 parent f83fdce commit d43a6f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ts/components/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
{ key: 'WhatsNew__v5.37--1', components: undefined },
{ key: 'WhatsNew__v5.37--2', components: undefined },
],
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
};

export const WhatsNewModal = ({
Expand Down

0 comments on commit d43a6f1

Please sign in to comment.