Skip to content

Commit

Permalink
release v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jun 16, 2023
1 parent b676029 commit 853ac21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/material-react-table-docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import Head from 'next/head';

### Version 1 (Latest)

#### v1.13.1 (2023-06-15) - The Faceted Values Update

- Fixed issue with `getFacetedMinMaxValues` sometimes returning the wrong data type for the min/max values for range-slider filters

#### v1.13.0 (2023-06-14) - The Faceted Values Update

- Added new `'range-slider'` filter variant using the MUI `Slider` component
Expand Down
2 changes: 1 addition & 1 deletion packages/material-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.13.0",
"version": "1.13.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

2 comments on commit 853ac21

@vercel
Copy link

@vercel vercel bot commented on 853ac21 Jun 16, 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 853ac21 Jun 16, 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.