Skip to content

Commit 7f54d45

Browse files
Release 5.19.3 (#4247)
* Fixed `CHANGELOG.md` to restore 5.19.2 * v5.19.3
1 parent b56da64 commit 7f54d45

File tree

18 files changed

+143
-141
lines changed

18 files changed

+143
-141
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ should change the heading of the (upcoming) version to include a major version b
2626

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

29-
## @rjsf/core
30-
31-
- Removed `.only` on tests that was accidentally added in `5.19.0`
32-
3329
## @rjsf/fluentui-rc
3430

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

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

45+
# 5.19.2
46+
47+
## @rjsf/core
48+
49+
- Removed `.only` on tests that was accidentally added in `5.19.0`
50+
4951
# 5.19.1
5052

5153
## Dev / docs / playground

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.19.2",
3+
"version": "5.19.3",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "5.19.2",
3+
"version": "5.19.3",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -56,10 +56,10 @@
5656
"@babel/preset-env": "^7.23.9",
5757
"@babel/preset-react": "^7.23.3",
5858
"@babel/preset-typescript": "^7.23.3",
59-
"@rjsf/core": "^5.19.2",
60-
"@rjsf/snapshot-tests": "^5.19.2",
61-
"@rjsf/utils": "^5.19.2",
62-
"@rjsf/validator-ajv8": "^5.19.2",
59+
"@rjsf/core": "^5.19.3",
60+
"@rjsf/snapshot-tests": "^5.19.3",
61+
"@rjsf/utils": "^5.19.3",
62+
"@rjsf/validator-ajv8": "^5.19.3",
6363
"@rollup/plugin-replace": "^5.0.5",
6464
"@types/jest": "^29.5.12",
6565
"@types/lodash": "^4.14.202",

0 commit comments

Comments
 (0)