Skip to content

Commit

Permalink
release v2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Sep 5, 2024
1 parent e6d27ac commit f7e3287
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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 @@ -9,6 +9,10 @@ import Head from 'next/head';

> Note: As of v2.12.0, the React and ReactDom peer dependencies have been moved back down to React v17 in order to help more people upgrade to MRT v2 without having to upgrade to React v18.
### Version 2.13.3 - 2024-09-04

- Fixed `no` locale

### Version 2.13.2 - 2024-08-30

- Upgraded to TanStack Table v8.20.5
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": "2.13.2",
"version": "2.13.3",
"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
3 changes: 2 additions & 1 deletion packages/material-react-table/src/locales/no.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ export const MRT_Localization_NO: MRT_Localization = {
unpinAll: 'Løsne alle',

ungroupByColumn: 'Oppgrupper etter {column}',
selectedCountOfRowCountRowsSelected: '{selectedCount} av {rowCount} rader valgt',
selectedCountOfRowCountRowsSelected:
'{selectedCount} av {rowCount} rader valgt',
};

0 comments on commit f7e3287

Please sign in to comment.