diff --git a/CHANGELOG.md b/CHANGELOG.md index 0299113013..9b908b85d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,15 +18,15 @@ should change the heading of the (upcoming) version to include a major version b # 5.18.5 -## @rfsf/antd +## @rjsf/antd - Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers -## @rfsf/bootstrap4 +## @rjsf/bootstrap4 - Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers -## @rfsf/chakra-ui +## @rjsf/chakra-ui - Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers @@ -36,23 +36,23 @@ should change the heading of the (upcoming) version to include a major version b - Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers - Fix field disable or readonly property can't cover globalOptions corresponding property (#4212)[https://github.com/rjsf-team/react-jsonschema-form/pull/4212] -## @rfsf/fluent-ui +## @rjsf/fluent-ui - Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers -## @rfsf/fluentui-rc +## @rjsf/fluentui-rc - Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers -## @rfsf/material-ui +## @rjsf/material-ui - Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers -## @rfsf/mui +## @rjsf/mui - Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers -## @rfsf/semantic-ui +## @rjsf/semantic-ui - Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers diff --git a/lerna.json b/lerna.json index 285213ce50..9c69010fe3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "5.18.4", + "version": "5.18.5", "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": true, "useWorkspaces": true diff --git a/package-lock.json b/package-lock.json index 6ffc9b4d03..2799f79b92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33830,7 +33830,7 @@ }, "packages/antd": { "name": "@rjsf/antd", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "classnames": "^2.5.1", @@ -33848,10 +33848,10 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@rollup/plugin-replace": "^5.0.5", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", @@ -34527,7 +34527,7 @@ }, "packages/bootstrap-4": { "name": "@rjsf/bootstrap-4", - "version": "5.18.4", + "version": "5.18.5", "license": "MIT", "dependencies": { "@react-icons/all-files": "^4.1.0" @@ -34539,10 +34539,10 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", @@ -34572,7 +34572,7 @@ }, "packages/chakra-ui": { "name": "@rjsf/chakra-ui", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "react-select": "^5.8.0" @@ -34591,10 +34591,10 @@ "@emotion/jest": "^11.11.0", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", @@ -34671,7 +34671,7 @@ }, "packages/core": { "name": "@rjsf/core", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", @@ -34687,10 +34687,10 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv6": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv6": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/react": "^18.2.58", @@ -34748,7 +34748,7 @@ }, "packages/docs": { "name": "@rjsf/docs", - "version": "5.18.4", + "version": "5.18.5", "dependencies": { "@docusaurus/core": "^2.4.0", "@docusaurus/preset-classic": "^2.4.3", @@ -34790,7 +34790,7 @@ }, "packages/fluent-ui": { "name": "@rjsf/fluent-ui", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", @@ -34804,10 +34804,10 @@ "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@fluentui/react": "^8.115.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/react": "^18.2.58", @@ -34837,7 +34837,7 @@ }, "packages/fluentui-rc": { "name": "@rjsf/fluentui-rc", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "@fluentui/react-components": "^9.46.3", @@ -34851,10 +34851,10 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", @@ -34881,7 +34881,7 @@ }, "packages/material-ui": { "name": "@rjsf/material-ui", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.23.9", @@ -34892,10 +34892,10 @@ "@babel/preset-typescript": "^7.23.3", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", @@ -34925,7 +34925,7 @@ }, "packages/mui": { "name": "@rjsf/mui", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.23.9", @@ -34940,10 +34940,10 @@ "@mui/base": "5.0.0-beta.28", "@mui/icons-material": "5.15.2", "@mui/material": "5.15.2", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", @@ -34976,7 +34976,7 @@ }, "packages/playground": { "name": "@rjsf/playground", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "@ant-design/icons": "^4.8.1", @@ -34987,18 +34987,18 @@ "@material-ui/core": "^4.12.4", "@mui/base": "5.0.0-beta.28", "@mui/material": "5.15.2", - "@rjsf/antd": "^5.18.4", - "@rjsf/bootstrap-4": "^5.18.4", - "@rjsf/chakra-ui": "^5.18.4", - "@rjsf/core": "^5.18.4", - "@rjsf/fluent-ui": "^5.18.4", - "@rjsf/fluentui-rc": "^5.18.4", - "@rjsf/material-ui": "^5.18.4", - "@rjsf/mui": "^5.18.4", - "@rjsf/semantic-ui": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv6": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/antd": "^5.18.5", + "@rjsf/bootstrap-4": "^5.18.5", + "@rjsf/chakra-ui": "^5.18.5", + "@rjsf/core": "^5.18.5", + "@rjsf/fluent-ui": "^5.18.5", + "@rjsf/fluentui-rc": "^5.18.5", + "@rjsf/material-ui": "^5.18.5", + "@rjsf/mui": "^5.18.5", + "@rjsf/semantic-ui": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv6": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "ajv-i18n": "^4.2.0", @@ -35090,7 +35090,7 @@ }, "packages/semantic-ui": { "name": "@rjsf/semantic-ui", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "semantic-ui-css": "^2.5.0" @@ -35102,10 +35102,10 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/react": "^18.2.58", @@ -35138,12 +35138,12 @@ }, "packages/snapshot-tests": { "name": "@rjsf/snapshot-tests", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { - "@rjsf/core": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4" + "@rjsf/core": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5" }, "devDependencies": { "@types/jest": "^29.5.12", @@ -35164,7 +35164,7 @@ }, "packages/utils": { "name": "@rjsf/utils", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "json-schema-merge-allof": "^0.8.1", @@ -35208,7 +35208,7 @@ }, "packages/validator-ajv6": { "name": "@rjsf/validator-ajv6", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "ajv": "^6.12.6", @@ -35222,7 +35222,7 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/utils": "^5.18.4", + "@rjsf/utils": "^5.18.5", "@types/jest": "^29.5.12", "@types/json-schema": "^7.0.15", "@types/lodash": "^4.14.202", @@ -35244,7 +35244,7 @@ }, "packages/validator-ajv8": { "name": "@rjsf/validator-ajv8", - "version": "5.18.4", + "version": "5.18.5", "license": "Apache-2.0", "dependencies": { "ajv": "^8.12.0", @@ -35259,7 +35259,7 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/utils": "^5.18.4", + "@rjsf/utils": "^5.18.5", "@types/jest": "^29.5.12", "@types/json-schema": "^7.0.15", "@types/lodash": "^4.14.202", diff --git a/packages/antd/package.json b/packages/antd/package.json index c0045d2857..234e21aaa1 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/antd", - "version": "5.18.4", + "version": "5.18.5", "description": "Ant Design theme, fields and widgets for react-jsonschema-form", "main": "dist/index.js", "module": "lib/index.js", @@ -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.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@rollup/plugin-replace": "^5.0.5", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", diff --git a/packages/bootstrap-4/package.json b/packages/bootstrap-4/package.json index 1eb6a21690..f408f672e9 100644 --- a/packages/bootstrap-4/package.json +++ b/packages/bootstrap-4/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/bootstrap-4", - "version": "5.18.4", + "version": "5.18.5", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", @@ -49,10 +49,10 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", diff --git a/packages/chakra-ui/package.json b/packages/chakra-ui/package.json index 8c590b5908..6c5737590b 100644 --- a/packages/chakra-ui/package.json +++ b/packages/chakra-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/chakra-ui", - "version": "5.18.4", + "version": "5.18.5", "description": "Chakra UI theme, fields, and widgets for react-jsonschema-form", "main": "dist/index.js", "module": "lib/index.js", @@ -68,10 +68,10 @@ "@emotion/jest": "^11.11.0", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", diff --git a/packages/core/package.json b/packages/core/package.json index 849b239c76..5027993ed3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/core", - "version": "5.18.4", + "version": "5.18.5", "description": "A simple React component capable of building HTML forms out of a JSON schema.", "scripts": { "build:ts": "tsc -b", @@ -54,10 +54,10 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv6": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv6": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/react": "^18.2.58", diff --git a/packages/docs/package.json b/packages/docs/package.json index 55c38e7f20..79a43ada9a 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/docs", - "version": "5.18.4", + "version": "5.18.5", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/packages/fluent-ui/package.json b/packages/fluent-ui/package.json index 4c264cb67e..1d386cb717 100644 --- a/packages/fluent-ui/package.json +++ b/packages/fluent-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/fluent-ui", - "version": "5.18.4", + "version": "5.18.5", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", @@ -46,10 +46,10 @@ "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@fluentui/react": "^8.115.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/react": "^18.2.58", diff --git a/packages/fluentui-rc/package.json b/packages/fluentui-rc/package.json index db7ba83cd9..7cbff2ed23 100644 --- a/packages/fluentui-rc/package.json +++ b/packages/fluentui-rc/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/fluentui-rc", - "version": "5.18.4", + "version": "5.18.5", "description": "FluentUI React Components theme, fields and widgets for react-jsonschema-form", "scripts": { "build:ts": "tsc -b", @@ -52,10 +52,10 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index 16d3262cb4..58a7d13e97 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/material-ui", - "version": "5.18.4", + "version": "5.18.5", "main": "./dist/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", @@ -47,10 +47,10 @@ "@babel/preset-typescript": "^7.23.3", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", diff --git a/packages/mui/package.json b/packages/mui/package.json index 98c0dabd93..c3b92875b3 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/mui", - "version": "5.18.4", + "version": "5.18.5", "main": "./dist/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", @@ -53,10 +53,10 @@ "@mui/base": "5.0.0-beta.28", "@mui/icons-material": "5.15.2", "@mui/material": "5.15.2", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", diff --git a/packages/playground/package.json b/packages/playground/package.json index b65d99cf79..5b21848d41 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/playground", - "version": "5.18.4", + "version": "5.18.5", "description": "rjsf playground", "private": true, "type": "commonjs", @@ -42,18 +42,18 @@ "@material-ui/core": "^4.12.4", "@mui/base": "5.0.0-beta.28", "@mui/material": "5.15.2", - "@rjsf/antd": "^5.18.4", - "@rjsf/bootstrap-4": "^5.18.4", - "@rjsf/chakra-ui": "^5.18.4", - "@rjsf/core": "^5.18.4", - "@rjsf/fluent-ui": "^5.18.4", - "@rjsf/fluentui-rc": "^5.18.4", - "@rjsf/material-ui": "^5.18.4", - "@rjsf/mui": "^5.18.4", - "@rjsf/semantic-ui": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv6": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/antd": "^5.18.5", + "@rjsf/bootstrap-4": "^5.18.5", + "@rjsf/chakra-ui": "^5.18.5", + "@rjsf/core": "^5.18.5", + "@rjsf/fluent-ui": "^5.18.5", + "@rjsf/fluentui-rc": "^5.18.5", + "@rjsf/material-ui": "^5.18.5", + "@rjsf/mui": "^5.18.5", + "@rjsf/semantic-ui": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv6": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "ajv-i18n": "^4.2.0", diff --git a/packages/semantic-ui/package.json b/packages/semantic-ui/package.json index c379db861a..0037ecf1d6 100644 --- a/packages/semantic-ui/package.json +++ b/packages/semantic-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/semantic-ui", - "version": "5.18.4", + "version": "5.18.5", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", @@ -45,10 +45,10 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/core": "^5.18.4", - "@rjsf/snapshot-tests": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4", + "@rjsf/core": "^5.18.5", + "@rjsf/snapshot-tests": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/react": "^18.2.58", diff --git a/packages/snapshot-tests/package.json b/packages/snapshot-tests/package.json index 61392937e9..4a717adabc 100644 --- a/packages/snapshot-tests/package.json +++ b/packages/snapshot-tests/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/snapshot-tests", - "version": "5.18.4", + "version": "5.18.5", "description": "A set of snapshot tests to be used for testing RJSF theme.", "scripts": { "build": "tsc -b .", @@ -32,9 +32,9 @@ "react-test-renderer": "^17.0.2" }, "dependencies": { - "@rjsf/core": "^5.18.4", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.4" + "@rjsf/core": "^5.18.5", + "@rjsf/utils": "^5.18.5", + "@rjsf/validator-ajv8": "^5.18.5" }, "devDependencies": { "@types/jest": "^29.5.12", diff --git a/packages/utils/package.json b/packages/utils/package.json index c1daf7d5fe..6c22b01234 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/utils", - "version": "5.18.4", + "version": "5.18.5", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/validator-ajv6/package.json b/packages/validator-ajv6/package.json index 800d610ade..11007b168e 100644 --- a/packages/validator-ajv6/package.json +++ b/packages/validator-ajv6/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/validator-ajv6", - "version": "5.18.4", + "version": "5.18.5", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", @@ -46,7 +46,7 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/utils": "^5.18.4", + "@rjsf/utils": "^5.18.5", "@types/jest": "^29.5.12", "@types/json-schema": "^7.0.15", "@types/lodash": "^4.14.202", diff --git a/packages/validator-ajv8/package.json b/packages/validator-ajv8/package.json index 2bb398a95e..8a8f0b9567 100644 --- a/packages/validator-ajv8/package.json +++ b/packages/validator-ajv8/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/validator-ajv8", - "version": "5.18.4", + "version": "5.18.5", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", @@ -48,7 +48,7 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@rjsf/utils": "^5.18.4", + "@rjsf/utils": "^5.18.5", "@types/jest": "^29.5.12", "@types/json-schema": "^7.0.15", "@types/lodash": "^4.14.202",