Skip to content

Commit fc3f4b9

Browse files
Release 5.3.0 (rjsf-team#3514)
* Prepare to release 5.3.0 - Updated `CHANGELOG.md` to reflect change made in rjsf-team#3506 - Bumped all minor and patch releases of packages in all `package.json` files * v5.3.0
1 parent c3ab95c commit fc3f4b9

32 files changed

+26562
-51103
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ should change the heading of the (upcoming) version to include a major version b
2121
## @rjsf/antd
2222

2323
- Added support to make a copy of an array item directly after the item selected to be copied (feature is off by default), fixing [#1261](https://github.com/rjsf-team/react-jsonschema-form/issues/1261) and [#1712](https://github.com/rjsf-team/react-jsonschema-form/issues/1712)
24+
- Fixed `package.json` to properly add required dependencies explicitly which were installed implicitly
2425

2526
## @rjsf/bootstrap-4
2627

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": false

0 commit comments

Comments
 (0)