Skip to content

Commit

Permalink
upgrade to 1.0.3 and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jan 22, 2022
1 parent 26ca796 commit a13ea03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## 1.0.3 - 2022-01-22
### Added

### Changed
- fixes #241 update textarea rowsMax to maxRows as the new version of mui 5 changed attribute name

## 1.0.2 - 2021-12-26
### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-schema-form",
"version": "1.0.2",
"version": "1.0.3",
"description": "React json schema form",
"keywords": [
"json schema",
Expand Down

0 comments on commit a13ea03

Please sign in to comment.