Skip to content

Commit

Permalink
release v2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Feb 21, 2024
1 parent 6fde81b commit 1e1c513
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Tabs } from '@mantine/core';
import { SampleCodeSnippet } from './SampleCodeSnippet';

const defaultPackageString =
'mantine-react-table@alpha @mantine/core @mantine/hooks @mantine/dates @tabler/icons-react clsx dayjs';
'mantine-react-table@beta @mantine/core @mantine/hooks @mantine/dates @tabler/icons-react clsx dayjs';

export function InstallCommand({ packagesString = defaultPackageString }) {
const tabValues = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { IconInfoCircle } from '@tabler/icons-react';

The Quick Install instructions here assume you already have Mantine V7 installed and correctly configured with postcss in your project.

<InstallCommand packagesString="mantine-react-table@alpha" />
<InstallCommand packagesString="mantine-react-table@beta" />

### Install With Required Peer Dependencies (Recommended)

Expand Down
5 changes: 2 additions & 3 deletions apps/mantine-react-table-docs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
Anchor,
Box,
Button,
Paper,
Stack,
Text,
Title,
Expand All @@ -24,8 +23,8 @@ import classes from './index.module.css';
const HomePage = () => {
return (
<Stack className={classes.wrapper}>
<Alert variant="light" color="orange" icon={<IconInfoCircle />}>
Mantine React Table V2 is still in alpha development.
<Alert variant="light" color="blue" icon={<IconInfoCircle />}>
Mantine React Table V2 is now in beta. 🎉
</Alert>
<Title className={classes.title} order={1}>
Welcome To
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.17",
"version": "2.0.0-beta.0",
"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 1e1c513

Please sign in to comment.