Skip to content

Commit

Permalink
package upgrades and sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 30, 2023
1 parent 19c2faa commit 29c30a7
Show file tree
Hide file tree
Showing 6 changed files with 507 additions and 372 deletions.
2 changes: 1 addition & 1 deletion apps/material-react-table-docs/package.json
Expand Up @@ -26,7 +26,7 @@
"@mui/material": "^5.14.15",
"@mui/x-date-pickers": "^6.17.0",
"@next/mdx": "^14.0.0",
"@tanstack/react-query": "^5.0.5",
"@tanstack/react-query": "^5.4.3",
"@types/mdx": "^2.0.9",
"dayjs": "^1.11.10",
"export-to-csv": "^1.2.1",
Expand Down
10 changes: 9 additions & 1 deletion apps/material-react-table-docs/pages/index.tsx
Expand Up @@ -32,7 +32,15 @@ const HomePage = () => {
<Link href="/migrating-to-v2" passHref legacyBehavior>
<MuiLink>V2 Migration Guide</MuiLink>
</Link>{' '}
to learn how to upgrade.
to learn how to upgrade or view the{' '}
<Link
href="/blog/announcing-material-react-table-v2"
passHref
legacyBehavior
>
<MuiLink>Blog Post</MuiLink>
</Link>{' '}
announcing V2.
</Alert>
<Typography
sx={{
Expand Down

2 comments on commit 29c30a7

@vercel
Copy link

@vercel vercel bot commented on 29c30a7 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 29c30a7 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.