Skip to content

Commit 650032b

Browse files
v5.23.0 (#4392)
1 parent 306f2b3 commit 650032b

File tree

17 files changed

+137
-137
lines changed

17 files changed

+137
-137
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.22.4",
3+
"version": "5.23.0",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

package-lock.json

+68-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "5.22.4",
3+
"version": "5.23.0",
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.22.4",
60-
"@rjsf/snapshot-tests": "^5.22.4",
61-
"@rjsf/utils": "^5.22.4",
62-
"@rjsf/validator-ajv8": "^5.22.4",
59+
"@rjsf/core": "^5.23.0",
60+
"@rjsf/snapshot-tests": "^5.23.0",
61+
"@rjsf/utils": "^5.23.0",
62+
"@rjsf/validator-ajv8": "^5.23.0",
6363
"@rollup/plugin-replace": "^5.0.5",
6464
"@types/jest": "^29.5.12",
6565
"@types/lodash": "^4.14.202",

packages/bootstrap-4/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/bootstrap-4",
3-
"version": "5.22.4",
3+
"version": "5.23.0",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -49,10 +49,10 @@
4949
"@babel/preset-env": "^7.23.9",
5050
"@babel/preset-react": "^7.23.3",
5151
"@babel/preset-typescript": "^7.23.3",
52-
"@rjsf/core": "^5.22.4",
53-
"@rjsf/snapshot-tests": "^5.22.4",
54-
"@rjsf/utils": "^5.22.4",
55-
"@rjsf/validator-ajv8": "^5.22.4",
52+
"@rjsf/core": "^5.23.0",
53+
"@rjsf/snapshot-tests": "^5.23.0",
54+
"@rjsf/utils": "^5.23.0",
55+
"@rjsf/validator-ajv8": "^5.23.0",
5656
"@types/jest": "^29.5.12",
5757
"@types/react": "^18.2.58",
5858
"@types/react-dom": "^18.2.19",

0 commit comments

Comments
 (0)