Skip to content

Commit

Permalink
[skip ci] [version-bump] Automated commit for version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Jan 4, 2024
1 parent e5916b5 commit 1ba057b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/react-mui-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [0.6.0] - 2024-01-04
### Added
- [useDataGrid] Documented props' default values
- [useDataGrid] `enableColumnFilters` optional prop for server side filtering
- [useDataGrid] `localeText` optional prop
- [useDataGrid] `density` optional prop
- [useDataGrid] Saving column widths to the local storage
- [useDataGrid] `slots` and `slotProps` optional props

### Fixed
- [useDataGrid] missing enum value error

## [0.5.0] - 2023-12-20
### Added
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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.5.0",
"version": "0.6.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1ba057b

Please sign in to comment.