Skip to content

Commit

Permalink
Release 5.24.1 (rjsf-team#4445)
Browse files Browse the repository at this point in the history
* Bump peer dependencies due to new API in utils

* v5.24.1

* - Updated `CHANGELOG.md` to indicate the bumping of peer dependencies

* - Fixed the peer deps version

* - Added documentation for `getChangedFields()`

* Update packages/docs/docs/api-reference/utility-functions.md
  • Loading branch information
heath-freenome authored Jan 10, 2025
1 parent 81df4f5 commit 63f5612
Show file tree
Hide file tree
Showing 20 changed files with 211 additions and 176 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ should change the heading of the (upcoming) version to include a major version b
-->

# 5.24.1

## @rjsf/utils

- Fixed documentation for `getChangedFields()`

## Dev / docs / playground

- Updated the peer dependencies for `@rjsf/*` to be `5.24.x`
- Added documentation for `getChangedFields()`

# 5.24.0

## @rjsf/core
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.24.0",
"version": "5.24.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
Loading

0 comments on commit 63f5612

Please sign in to comment.