We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63816c commit 42bf9d0Copy full SHA for 42bf9d0
2 files changed
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
-## [32.1.2] - 2025-11-10
+## [32.1.2-3] - 2025-11-10
3
- minor npm updates
4
## [32.1.1] - 2025-10-14
5
- fix ReportDataGrid bug where report would fail to render totals when no data
package.json
@@ -1,6 +1,6 @@
{
"name": "@linn-it/linn-form-components-library",
- "version": "32.1.2",
+ "version": "32.1.3",
"private": false,
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.js",
@@ -35,7 +35,7 @@
35
"@emotion/react": "11.14.0",
36
"@emotion/styled": "11.14.1",
37
"@mui/icons-material": "7.3.5",
38
- "@mui/material": "7.3.4",
+ "@mui/material": "7.3.5",
39
"@mui/styles": "6.4.8",
40
"@mui/x-data-grid": "8.17.0",
41
"@mui/x-date-pickers": "8.17.0",
0 commit comments