Skip to content

Commit

Permalink
Add R18 notes to the queue
Browse files Browse the repository at this point in the history
  • Loading branch information
huayunh committed Dec 23, 2020
1 parent 649a716 commit 885249d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/docs/release-notes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';

// Full Release Notes
import R18 from './R18/R18.mdx';
import R17 from './R17/R17.mdx';
import R16 from './R16/R16.mdx';
import R15 from './R15/R15.mdx';
Expand All @@ -14,6 +15,7 @@ import R8 from './R8/R8.mdx';
import R7 from './R7/R7.mdx';

// Summaries (for Landing Page)
import R18Summary from './R18/Summary.mdx';
import R17Summary from './R17/Summary.mdx';
import R16Summary from './R16/Summary.mdx';
import R15Summary from './R15/Summary.mdx';
Expand All @@ -34,6 +36,13 @@ export type ReleaseInfo = {
summary: JSX.Element;
};
const Releases: ReleaseInfo[] = [
{
title: 'R18',
date: 'December 2020',
version: '2.3.6',
details: <R18 />,
summary: <R18Summary />,
},
{
title: 'R17',
date: 'September 2020',
Expand Down

0 comments on commit 885249d

Please sign in to comment.