Skip to content

Commit

Permalink
Merge pull request #254 from Enterwell/main
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
AleksandarDev authored Dec 20, 2023
2 parents 022cce7 + 9974cc5 commit f75568c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/react-mui-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_NOTE: This is an automatically generated file. Do not modify contents of this file manually._

## [0.4.0] - 2023-12-20
### Added
- [useDataGrid] enablePagination optional prop

### Changed
- [useDataGrid] pagination enabled by default

## [0.3.0] - 2023-12-15
### Added
- ExtendedGridColDef type export
Expand Down
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion packages/react-mui-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enterwell/react-mui-hooks",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit f75568c

Please sign in to comment.