Skip to content

Commit f7e3287

Browse files
committed
release v2.13.3
1 parent e6d27ac commit f7e3287

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

apps/material-react-table-docs/pages/changelog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ import Head from 'next/head';
99

1010
> 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.
1111
12+
### Version 2.13.3 - 2024-09-04
13+
14+
- Fixed `no` locale
15+
1216
### Version 2.13.2 - 2024-08-30
1317

1418
- Upgraded to TanStack Table v8.20.5

packages/material-react-table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.13.2",
2+
"version": "2.13.3",
33
"license": "MIT",
44
"name": "material-react-table",
55
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",

packages/material-react-table/src/locales/no.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@ export const MRT_Localization_NO: MRT_Localization = {
9393
unpinAll: 'Løsne alle',
9494

9595
ungroupByColumn: 'Oppgrupper etter {column}',
96-
selectedCountOfRowCountRowsSelected: '{selectedCount} av {rowCount} rader valgt',
96+
selectedCountOfRowCountRowsSelected:
97+
'{selectedCount} av {rowCount} rader valgt',
9798
};

0 commit comments

Comments
 (0)