From 8a3c7e7ca246ab43da81fdef27e63e4e161410e9 Mon Sep 17 00:00:00 2001 From: Heath Chiavettone Date: Fri, 21 Nov 2025 13:08:56 -0800 Subject: [PATCH] Releasing 6.1.2 --- package-lock.json | 32 +++++++++++++-------------- packages/antd/package.json | 2 +- packages/chakra-ui/package.json | 2 +- packages/core/package.json | 2 +- packages/daisyui/package.json | 2 +- packages/docs/package.json | 2 +- packages/fluentui-rc/package.json | 2 +- packages/mantine/package.json | 2 +- packages/mui/package.json | 2 +- packages/playground/package.json | 2 +- packages/primereact/package.json | 2 +- packages/react-bootstrap/package.json | 2 +- packages/semantic-ui/package.json | 2 +- packages/shadcn/package.json | 2 +- packages/snapshot-tests/package.json | 2 +- packages/utils/package.json | 2 +- packages/validator-ajv8/package.json | 2 +- 17 files changed, 32 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4ded2f55a..cb2046a10a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38577,7 +38577,7 @@ }, "packages/antd": { "name": "@rjsf/antd", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "classnames": "^2.5.1", @@ -38611,7 +38611,7 @@ }, "packages/chakra-ui": { "name": "@rjsf/chakra-ui", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "lucide-react": "^0.548.0", @@ -38644,7 +38644,7 @@ }, "packages/core": { "name": "@rjsf/core", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", @@ -38876,7 +38876,7 @@ }, "packages/daisyui": { "name": "@rjsf/daisyui", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^7.1.0", @@ -38908,7 +38908,7 @@ }, "packages/docs": { "name": "@rjsf/docs", - "version": "6.1.1", + "version": "6.1.2", "dependencies": { "@docusaurus/core": "^3.8.1", "@docusaurus/preset-classic": "^3.9.2", @@ -38926,7 +38926,7 @@ }, "packages/fluentui-rc": { "name": "@rjsf/fluentui-rc", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "devDependencies": { "@fluentui/react-components": "^9.72.4", @@ -38952,7 +38952,7 @@ }, "packages/mantine": { "name": "@rjsf/mantine", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "devDependencies": { "@mantine/core": "^8.3.6", @@ -38981,7 +38981,7 @@ }, "packages/mui": { "name": "@rjsf/mui", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "devDependencies": { "@emotion/jest": "^11.13.0", @@ -39010,7 +39010,7 @@ }, "packages/playground": { "name": "@rjsf/playground", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "@ant-design/icons": "^6.1.0", @@ -39092,7 +39092,7 @@ }, "packages/primereact": { "name": "@rjsf/primereact", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "devDependencies": { "@rjsf/core": "^6.x", @@ -39118,7 +39118,7 @@ }, "packages/react-bootstrap": { "name": "@rjsf/react-bootstrap", - "version": "6.1.1", + "version": "6.1.2", "license": "MIT", "dependencies": { "@react-icons/all-files": "^4.1.0" @@ -39143,7 +39143,7 @@ }, "packages/semantic-ui": { "name": "@rjsf/semantic-ui", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "semantic-ui-css": "^2.5.0" @@ -39169,7 +39169,7 @@ }, "packages/shadcn": { "name": "@rjsf/shadcn", - "version": "6.1.1", + "version": "6.1.2", "license": "MIT", "dependencies": { "@radix-ui/react-checkbox": "^1.3.3", @@ -39411,7 +39411,7 @@ }, "packages/snapshot-tests": { "name": "@rjsf/snapshot-tests", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "devDependencies": { "@rjsf/core": "^6.x", @@ -39431,7 +39431,7 @@ }, "packages/utils": { "name": "@rjsf/utils", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "@x0k/json-schema-merge": "^1.0.2", @@ -39466,7 +39466,7 @@ }, "packages/validator-ajv8": { "name": "@rjsf/validator-ajv8", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "ajv": "^8.17.1", diff --git a/packages/antd/package.json b/packages/antd/package.json index 6aea477fe1..7c9ebf6d34 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/antd", - "version": "6.1.1", + "version": "6.1.2", "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 4643101da5..0553743a30 100644 --- a/packages/chakra-ui/package.json +++ b/packages/chakra-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/chakra-ui", - "version": "6.1.1", + "version": "6.1.2", "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 eaaa285213..0be1ec961a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/core", - "version": "6.1.1", + "version": "6.1.2", "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 0d66f073ba..266df258e0 100644 --- a/packages/daisyui/package.json +++ b/packages/daisyui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/daisyui", - "version": "6.1.1", + "version": "6.1.2", "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 1e5261b1da..632aefce66 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/docs", - "version": "6.1.1", + "version": "6.1.2", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/packages/fluentui-rc/package.json b/packages/fluentui-rc/package.json index ac41880324..1117c9c2eb 100644 --- a/packages/fluentui-rc/package.json +++ b/packages/fluentui-rc/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/fluentui-rc", - "version": "6.1.1", + "version": "6.1.2", "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 873dfe5705..c6e6a0df01 100644 --- a/packages/mantine/package.json +++ b/packages/mantine/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/mantine", - "version": "6.1.1", + "version": "6.1.2", "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 1a5de9065c..a51fd95881 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/mui", - "version": "6.1.1", + "version": "6.1.2", "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 d2e360ac11..49b778b180 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/playground", - "version": "6.1.1", + "version": "6.1.2", "description": "rjsf playground", "private": true, "type": "commonjs", diff --git a/packages/primereact/package.json b/packages/primereact/package.json index 04c9dc2dee..9afda03fc5 100644 --- a/packages/primereact/package.json +++ b/packages/primereact/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/primereact", - "version": "6.1.1", + "version": "6.1.2", "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 caa51c8f3f..d809e4cb59 100644 --- a/packages/react-bootstrap/package.json +++ b/packages/react-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/react-bootstrap", - "version": "6.1.1", + "version": "6.1.2", "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 8d117c8ff8..525aba7f12 100644 --- a/packages/semantic-ui/package.json +++ b/packages/semantic-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/semantic-ui", - "version": "6.1.1", + "version": "6.1.2", "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 a852b776d2..1f833f0533 100644 --- a/packages/shadcn/package.json +++ b/packages/shadcn/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/shadcn", - "version": "6.1.1", + "version": "6.1.2", "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 bd2bac4374..6e2de93f33 100644 --- a/packages/snapshot-tests/package.json +++ b/packages/snapshot-tests/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/snapshot-tests", - "version": "6.1.1", + "version": "6.1.2", "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 18320221d6..b21dea41da 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/utils", - "version": "6.1.1", + "version": "6.1.2", "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 8cd160de02..c86adff1a2 100644 --- a/packages/validator-ajv8/package.json +++ b/packages/validator-ajv8/package.json @@ -1,6 +1,6 @@ { "name": "@rjsf/validator-ajv8", - "version": "6.1.1", + "version": "6.1.2", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts",