Skip to content

Commit

Permalink
[mantine.dev] Add 7.13 and 7.12 patches to versions list
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Oct 3, 2024
1 parent f92e648 commit bfc3cb7
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions packages/@mantinex/mantine-meta/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,32 @@ export const allVersions = [
date: 'September 26, 2024',
github: 'https://github.com/mantinedev/mantine/releases/tag/7.13.0',
link: 'https://mantine.dev/changelog/7-13-0',
patches: [],
patches: [
{
version: '7.13.1',
date: 'September 30, 2024',
},
{
version: '7.13.2',
date: 'October 3, 2024',
},
],
},
{
version: '7.12.0',
date: 'August 6, 2024',
github: 'https://github.com/mantinedev/mantine/releases/tag/7.12.0',
link: 'https://mantine.dev/changelog/7-12-0',
patches: [],
patches: [
{
version: '7.11.1',
date: 'August 12, 2024',
},
{
version: '7.11.1',
date: 'August 30, 2024',
},
],
},
{
version: '7.11.0',
Expand Down

0 comments on commit bfc3cb7

Please sign in to comment.