Skip to content

Commit

Permalink
Release 5.19.3 (#4247)
Browse files Browse the repository at this point in the history
* Fixed `CHANGELOG.md` to restore 5.19.2

* v5.19.3
  • Loading branch information
heath-freenome authored Jul 9, 2024
1 parent b56da64 commit 7f54d45
Show file tree
Hide file tree
Showing 18 changed files with 143 additions and 141 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ should change the heading of the (upcoming) version to include a major version b

- SelectWidget now displays an empty option when appropriate, fixing [#4197](https://github.com/rjsf-team/react-jsonschema-form/issues/4197)

## @rjsf/core

- Removed `.only` on tests that was accidentally added in `5.19.0`

## @rjsf/fluentui-rc

- SelectWidget now displays an empty option when appropriate, fixing [#4197](https://github.com/rjsf-team/react-jsonschema-form/issues/4197)
Expand All @@ -46,6 +42,12 @@ should change the heading of the (upcoming) version to include a major version b

- SelectWidget now displays an empty option when appropriate, fixing [#4197](https://github.com/rjsf-team/react-jsonschema-form/issues/4197)

# 5.19.2

## @rjsf/core

- Removed `.only` on tests that was accidentally added in `5.19.0`

# 5.19.1

## Dev / docs / playground
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.19.2",
"version": "5.19.3",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "5.19.2",
"version": "5.19.3",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -56,10 +56,10 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/core": "^5.19.2",
"@rjsf/snapshot-tests": "^5.19.2",
"@rjsf/utils": "^5.19.2",
"@rjsf/validator-ajv8": "^5.19.2",
"@rjsf/core": "^5.19.3",
"@rjsf/snapshot-tests": "^5.19.3",
"@rjsf/utils": "^5.19.3",
"@rjsf/validator-ajv8": "^5.19.3",
"@rollup/plugin-replace": "^5.0.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
Expand Down
Loading

0 comments on commit 7f54d45

Please sign in to comment.