diff --git a/package-lock.json b/package-lock.json index 52e911c196..974db54608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38655,7 +38655,7 @@ }, "packages/antd": { "name": "@rjsf/antd", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "classnames": "^2.5.1", @@ -38689,7 +38689,7 @@ }, "packages/chakra-ui": { "name": "@rjsf/chakra-ui", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "lucide-react": "^0.548.0", @@ -38722,7 +38722,7 @@ }, "packages/core": { "name": "@rjsf/core", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", @@ -38954,7 +38954,7 @@ }, "packages/daisyui": { "name": "@rjsf/daisyui", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^7.1.0", @@ -38986,7 +38986,7 @@ }, "packages/docs": { "name": "@rjsf/docs", - "version": "6.1.0", + "version": "6.1.1", "dependencies": { "@docusaurus/core": "^3.8.1", "@docusaurus/preset-classic": "^3.9.2", @@ -39004,7 +39004,7 @@ }, "packages/fluentui-rc": { "name": "@rjsf/fluentui-rc", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "devDependencies": { "@fluentui/react-components": "^9.72.4", @@ -39030,7 +39030,7 @@ }, "packages/mantine": { "name": "@rjsf/mantine", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "devDependencies": { "@mantine/core": "^8.3.6", @@ -39059,7 +39059,7 @@ }, "packages/mui": { "name": "@rjsf/mui", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "devDependencies": { "@emotion/jest": "^11.13.0", @@ -39088,7 +39088,7 @@ }, "packages/playground": { "name": "@rjsf/playground", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "@ant-design/icons": "^6.1.0", @@ -39170,7 +39170,7 @@ }, "packages/primereact": { "name": "@rjsf/primereact", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "devDependencies": { "@rjsf/core": "^6.x", @@ -39196,7 +39196,7 @@ }, "packages/react-bootstrap": { "name": "@rjsf/react-bootstrap", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@react-icons/all-files": "^4.1.0" @@ -39221,7 +39221,7 @@ }, "packages/semantic-ui": { "name": "@rjsf/semantic-ui", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "semantic-ui-css": "^2.5.0" @@ -39247,7 +39247,7 @@ }, "packages/shadcn": { "name": "@rjsf/shadcn", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@radix-ui/react-checkbox": "^1.3.3", @@ -39489,7 +39489,7 @@ }, "packages/snapshot-tests": { "name": "@rjsf/snapshot-tests", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "devDependencies": { "@rjsf/core": "^6.x", @@ -39509,7 +39509,7 @@ }, "packages/utils": { "name": "@rjsf/utils", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "fast-uri": "^3.1.0", @@ -39545,7 +39545,7 @@ }, "packages/validator-ajv8": { "name": "@rjsf/validator-ajv8", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "ajv": "^8.17.1", diff --git a/packages/antd/package.json b/packages/antd/package.json index edc2eded60..6aea477fe1 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/antd", - "version": "6.1.0", + "version": "6.1.1", "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 b0d33be020..4643101da5 100644 --- a/packages/chakra-ui/package.json +++ b/packages/chakra-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/chakra-ui", - "version": "6.1.0", + "version": "6.1.1", "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 23207856bf..eaaa285213 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/core", - "version": "6.1.0", + "version": "6.1.1", "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 0e42ef810a..0d66f073ba 100644 --- a/packages/daisyui/package.json +++ b/packages/daisyui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/daisyui", - "version": "6.1.0", + "version": "6.1.1", "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 c5879804c2..1e5261b1da 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/docs", - "version": "6.1.0", + "version": "6.1.1", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/packages/fluentui-rc/package.json b/packages/fluentui-rc/package.json index 57b5133830..ac41880324 100644 --- a/packages/fluentui-rc/package.json +++ b/packages/fluentui-rc/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/fluentui-rc", - "version": "6.1.0", + "version": "6.1.1", "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 63789d5510..873dfe5705 100644 --- a/packages/mantine/package.json +++ b/packages/mantine/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/mantine", - "version": "6.1.0", + "version": "6.1.1", "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 56498b8ef1..1a5de9065c 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/mui", - "version": "6.1.0", + "version": "6.1.1", "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 93fd37b0f7..d2e360ac11 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/playground", - "version": "6.1.0", + "version": "6.1.1", "description": "rjsf playground", "private": true, "type": "commonjs", diff --git a/packages/primereact/package.json b/packages/primereact/package.json index 6569a01eee..04c9dc2dee 100644 --- a/packages/primereact/package.json +++ b/packages/primereact/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/primereact", - "version": "6.1.0", + "version": "6.1.1", "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 bbb0e3db39..caa51c8f3f 100644 --- a/packages/react-bootstrap/package.json +++ b/packages/react-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/react-bootstrap", - "version": "6.1.0", + "version": "6.1.1", "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 cd190705c9..8d117c8ff8 100644 --- a/packages/semantic-ui/package.json +++ b/packages/semantic-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/semantic-ui", - "version": "6.1.0", + "version": "6.1.1", "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 e17dbdc8ca..a852b776d2 100644 --- a/packages/shadcn/package.json +++ b/packages/shadcn/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/shadcn", - "version": "6.1.0", + "version": "6.1.1", "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 0c30f2fb56..bd2bac4374 100644 --- a/packages/snapshot-tests/package.json +++ b/packages/snapshot-tests/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/snapshot-tests", - "version": "6.1.0", + "version": "6.1.1", "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 de08cffd62..3fe111ff04 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/utils", - "version": "6.1.0", + "version": "6.1.1", "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 c333f6c6e9..8cd160de02 100644 --- a/packages/validator-ajv8/package.json +++ b/packages/validator-ajv8/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/validator-ajv8", - "version": "6.1.0", + "version": "6.1.1", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts",