Skip to content

Commit a13ea03

Browse files
committed
upgrade to 1.0.3 and update the changelog
1 parent 26ca796 commit a13ea03

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12+
## 1.0.3 - 2022-01-22
13+
### Added
14+
15+
### Changed
16+
- fixes #241 update textarea rowsMax to maxRows as the new version of mui 5 changed attribute name
17+
1218
## 1.0.2 - 2021-12-26
1319
### Added
1420

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-schema-form",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "React json schema form",
55
"keywords": [
66
"json schema",

0 commit comments

Comments
 (0)