@adapttable/mui 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @adapttable/mui
2
2
 
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [761be36]
8
+ - @adapttable/core@0.3.3
9
+
3
10
  ## 0.3.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adapttable/mui",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Material UI adapter for AdaptTable — a batteries-included MUI data table with sorting, filtering, URL state, selection, RTL, dark mode, and a free DataGrid-style experience.",
5
5
  "keywords": [
6
6
  "react",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "react-compiler-runtime": "^1.0.0",
51
- "@adapttable/core": "0.3.2"
51
+ "@adapttable/core": "0.3.3"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",