Skip to content

Commit

Permalink
release alpha 7
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Dec 6, 2023
1 parent 70a8748 commit de574bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/mantine-react-table-docs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function App({ Component, pageProps }: AppProps) {
)}
</Head>
<PlausibleProvider
domain="mantine-react-table.com"
domain="v2.mantine-react-table.com"
enabled={process.env.NODE_ENV === 'production'}
>
<ThemeContextProvider>
Expand All @@ -92,8 +92,8 @@ function App({ Component, pageProps }: AppProps) {
isMobile
? '16px'
: showMiniNav && isXLDesktop
? '300px'
: '36px'
? '300px'
: '36px'
} 0 ${isMobile ? '16px' : isNavOpen ? '300px' : '36px'}`,
transition: 'all 100ms ease-in-out',
width: '100%',
Expand Down
2 changes: 1 addition & 1 deletion packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"license": "MIT",
"name": "mantine-react-table",
"description": "A fully featured Mantine implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down

0 comments on commit de574bc

Please sign in to comment.