Skip to content

Commit

Permalink
fix(): display correct version name for 6.0 (ionic-team#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Mar 16, 2022
1 parent 8037cb3 commit d32418f
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions scripts/release-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,45 +227,15 @@ var versions = [
element: 'Scandium',
},
{
minor: '5.10',
minor: '6.0',
symbol: 'Ti',
element: 'Titanium',
},
{
minor: '5.11',
minor: '6.1',
symbol: 'V',
element: 'Vanadium',
},
{
minor: '5.12',
symbol: 'Cr',
element: 'Chromium',
},
{
minor: '5.13',
symbol: 'Mn',
element: 'Manganese',
},
{
minor: '5.14',
symbol: 'Fe',
element: 'Iron',
},
{
minor: '5.15',
symbol: 'Co',
element: 'Cobalt',
},
{
minor: '5.16',
symbol: 'Ni',
element: 'Nickel',
},
{
minor: '5.17',
symbol: 'Cu',
element: 'Copper',
},
];

var fallbackVersion = { minor: '9201', symbol: 'Uo', element: 'Unobtainium' };
Expand Down

0 comments on commit d32418f

Please sign in to comment.