Skip to content

Commit

Permalink
release v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 14, 2023
1 parent 7b5213a commit 7e8d89d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -26,8 +26,8 @@ const EditingCRUDExamples = ({ isPage = false }) => {
}
>
<Tab label="Modal" value="editing-crud" />
<Tab label="Inline Row" value="editing-crud-inline-row" />
<Tab label="Inline Cell" value="editing-crud-inline-cell" />
<Tab label="Inline Row" value="editing-crud-inline-row" />
<Tab label="Inline Cell" value="editing-crud-inline-cell" />
<Tab label="Inline Table" value="editing-crud-inline-table" />
<Link href="/docs/examples" passHref legacyBehavior>
<Tab
Expand All @@ -44,9 +44,9 @@ const EditingCRUDExamples = ({ isPage = false }) => {
</Box>
<Box>
{activeTab === 'editing-crud' && <ModalExample />}
{activeTab === 'editing-crud-inline-row' && <InlineRowExample />}
{activeTab === 'editing-crud-inline-cell' && <InlineCellExample />}
{activeTab === 'editing-crud-inline-table' && <InlineTableExample />}
{activeTab === 'editing-crud-inline-row' && <InlineRowExample />}
{activeTab === 'editing-crud-inline-cell' && <InlineCellExample />}
{activeTab === 'editing-crud-inline-table' && <InlineTableExample />}
</Box>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/material-react-table/package.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down

0 comments on commit 7e8d89d

Please sign in to comment.