diff --git a/package-lock.json b/package-lock.json index 7f71ba68b4..7a1cfa69d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38157,7 +38157,7 @@ }, "packages/antd": { "name": "@rjsf/antd", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "dependencies": { "classnames": "^2.5.1", @@ -38191,7 +38191,7 @@ }, "packages/chakra-ui": { "name": "@rjsf/chakra-ui", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "dependencies": { "lucide-react": "^0.548.0", @@ -38224,7 +38224,7 @@ }, "packages/core": { "name": "@rjsf/core", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", @@ -38453,7 +38453,7 @@ }, "packages/daisyui": { "name": "@rjsf/daisyui", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^7.1.0", @@ -38485,7 +38485,7 @@ }, "packages/docs": { "name": "@rjsf/docs", - "version": "6.2.2", + "version": "6.2.3", "dependencies": { "@docusaurus/core": "^3.8.1", "@docusaurus/preset-classic": "^3.9.2", @@ -38503,7 +38503,7 @@ }, "packages/fluentui-rc": { "name": "@rjsf/fluentui-rc", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "devDependencies": { "@fluentui/react-components": "^9.72.4", @@ -38529,7 +38529,7 @@ }, "packages/mantine": { "name": "@rjsf/mantine", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "devDependencies": { "@mantine/core": "^8.3.6", @@ -38558,7 +38558,7 @@ }, "packages/mui": { "name": "@rjsf/mui", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "devDependencies": { "@emotion/jest": "^11.13.0", @@ -38587,7 +38587,7 @@ }, "packages/playground": { "name": "@rjsf/playground", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "dependencies": { "@ant-design/icons": "^6.1.0", @@ -38669,7 +38669,7 @@ }, "packages/primereact": { "name": "@rjsf/primereact", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "devDependencies": { "@rjsf/core": "^6.2.0", @@ -38695,7 +38695,7 @@ }, "packages/react-bootstrap": { "name": "@rjsf/react-bootstrap", - "version": "6.2.2", + "version": "6.2.3", "license": "MIT", "dependencies": { "@react-icons/all-files": "^4.1.0" @@ -38720,7 +38720,7 @@ }, "packages/semantic-ui": { "name": "@rjsf/semantic-ui", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "dependencies": { "semantic-ui-css": "^2.5.0" @@ -38746,7 +38746,7 @@ }, "packages/shadcn": { "name": "@rjsf/shadcn", - "version": "6.2.2", + "version": "6.2.3", "license": "MIT", "dependencies": { "@radix-ui/react-checkbox": "^1.3.3", @@ -38988,7 +38988,7 @@ }, "packages/snapshot-tests": { "name": "@rjsf/snapshot-tests", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "devDependencies": { "@rjsf/core": "^6.2.0", @@ -39008,7 +39008,7 @@ }, "packages/utils": { "name": "@rjsf/utils", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "dependencies": { "@x0k/json-schema-merge": "^1.0.2", @@ -39043,7 +39043,7 @@ }, "packages/validator-ajv8": { "name": "@rjsf/validator-ajv8", - "version": "6.2.2", + "version": "6.2.3", "license": "Apache-2.0", "dependencies": { "ajv": "^8.17.1", diff --git a/packages/antd/package.json b/packages/antd/package.json index 92e320bc6d..9fa68d5a16 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/antd", - "version": "6.2.2", + "version": "6.2.3", "description": "Ant Design theme, fields and widgets for react-jsonschema-form", "main": "dist/index.js", "module": "lib/index.js", diff --git a/packages/chakra-ui/package.json b/packages/chakra-ui/package.json index 281e957f2a..d36245bac1 100644 --- a/packages/chakra-ui/package.json +++ b/packages/chakra-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/chakra-ui", - "version": "6.2.2", + "version": "6.2.3", "description": "Chakra UI theme, fields, and widgets for react-jsonschema-form", "main": "dist/index.js", "module": "lib/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 833e15ae60..fb3606a72c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/core", - "version": "6.2.2", + "version": "6.2.3", "description": "A simple React component capable of building HTML forms out of a JSON schema.", "scripts": { "compileReplacer": "tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs", diff --git a/packages/daisyui/package.json b/packages/daisyui/package.json index 6078de81b3..328d161dab 100644 --- a/packages/daisyui/package.json +++ b/packages/daisyui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/daisyui", - "version": "6.2.2", + "version": "6.2.3", "description": "Daisy UI components for react-jsonschema-form", "main": "dist/index.js", "module": "lib/index.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 2fd072b7b8..2b7de4e81d 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/docs", - "version": "6.2.2", + "version": "6.2.3", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/packages/fluentui-rc/package.json b/packages/fluentui-rc/package.json index 897dba502f..2f8562e0dc 100644 --- a/packages/fluentui-rc/package.json +++ b/packages/fluentui-rc/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/fluentui-rc", - "version": "6.2.2", + "version": "6.2.3", "description": "FluentUI React Components theme, fields and widgets for react-jsonschema-form", "scripts": { "build:ts": "tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json", diff --git a/packages/mantine/package.json b/packages/mantine/package.json index 95970d322e..78a423cb40 100644 --- a/packages/mantine/package.json +++ b/packages/mantine/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/mantine", - "version": "6.2.2", + "version": "6.2.3", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/mui/package.json b/packages/mui/package.json index eae8c23843..d23f6b5ced 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/mui", - "version": "6.2.2", + "version": "6.2.3", "main": "./dist/index.cjs", "module": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/playground/package.json b/packages/playground/package.json index 001f249e22..eef264b38f 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/playground", - "version": "6.2.2", + "version": "6.2.3", "description": "rjsf playground", "private": true, "type": "commonjs", diff --git a/packages/primereact/package.json b/packages/primereact/package.json index 059b009004..1f93b50789 100644 --- a/packages/primereact/package.json +++ b/packages/primereact/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/primereact", - "version": "6.2.2", + "version": "6.2.3", "description": "PrimeReact theme, fields and widgets for react-jsonschema-form", "main": "dist/index.js", "module": "lib/index.js", diff --git a/packages/react-bootstrap/package.json b/packages/react-bootstrap/package.json index 0f548326e6..83e2b182c5 100644 --- a/packages/react-bootstrap/package.json +++ b/packages/react-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/react-bootstrap", - "version": "6.2.2", + "version": "6.2.3", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/semantic-ui/package.json b/packages/semantic-ui/package.json index b3559f9722..d3b4a4dbe1 100644 --- a/packages/semantic-ui/package.json +++ b/packages/semantic-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/semantic-ui", - "version": "6.2.2", + "version": "6.2.3", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/shadcn/package.json b/packages/shadcn/package.json index 5eac70580a..257f213b43 100644 --- a/packages/shadcn/package.json +++ b/packages/shadcn/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/shadcn", - "version": "6.2.2", + "version": "6.2.3", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/snapshot-tests/package.json b/packages/snapshot-tests/package.json index e8405d70ca..fb4f245cff 100644 --- a/packages/snapshot-tests/package.json +++ b/packages/snapshot-tests/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/snapshot-tests", - "version": "6.2.2", + "version": "6.2.3", "description": "A set of snapshot tests to be used for testing RJSF theme.", "scripts": { "build": "tsc -b .", diff --git a/packages/utils/package.json b/packages/utils/package.json index 93ef181c7c..a2edd06af6 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/utils", - "version": "6.2.2", + "version": "6.2.3", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/validator-ajv8/package.json b/packages/validator-ajv8/package.json index 443583cb5f..2911ca98ff 100644 --- a/packages/validator-ajv8/package.json +++ b/packages/validator-ajv8/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/validator-ajv8", - "version": "6.2.2", + "version": "6.2.3", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts",