Skip to content

Releasing 6.0.0-beta.14 #4725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
194 changes: 97 additions & 97 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -63,8 +63,8 @@
},
"peerDependencies": {
"@ant-design/icons": "^6.0.0",
"@rjsf/core": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"antd": "^5.8.5",
"dayjs": "^1.8.0",
"react": ">=18"
Expand All @@ -77,10 +77,10 @@
},
"devDependencies": {
"@ant-design/icons": "^6.0.0",
"@rjsf/core": "^6.0.0-beta.13",
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"@rollup/plugin-replace": "^6.0.2",
"antd": "^5.27.0",
"atob": "^2.1.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/chakra-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/chakra-ui",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -64,8 +64,8 @@
},
"peerDependencies": {
"@chakra-ui/react": ">=3.16.1",
"@rjsf/core": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"chakra-react-select": ">=6",
"react": ">=18"
},
Expand All @@ -86,10 +86,10 @@
"@emotion/eslint-plugin": "^11.12.0",
"@emotion/jest": "^11.13.0",
"@emotion/react": "^11.14.0",
"@rjsf/core": "^6.0.0-beta.13",
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"chakra-react-select": "^6.1.0",
"eslint": "^8.57.1",
"lucide-react": "^0.539.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/core",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"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",
Expand Down Expand Up @@ -66,7 +66,7 @@
"node": ">=20"
},
"peerDependencies": {
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta.14",
"react": ">=18"
},
"dependencies": {
Expand All @@ -77,9 +77,9 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/daisyui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/daisyui",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"description": "Daisy UI components for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -71,16 +71,16 @@
"tailwindcss": "^4.1.12"
},
"peerDependencies": {
"@rjsf/core": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"daisyui": "^5.0.29",
"react": ">=18"
},
"devDependencies": {
"@rjsf/core": "^6.0.0-beta.13",
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/docs",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
14 changes: 7 additions & 7 deletions packages/fluentui-rc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/fluentui-rc",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"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",
Expand Down Expand Up @@ -68,18 +68,18 @@
"@fluentui/react-components": "^9.63.0",
"@fluentui/react-icons": "^2.0.298",
"@fluentui/react-migration-v0-v9": "^9.3.10",
"@rjsf/core": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"react": ">=18"
},
"devDependencies": {
"@fluentui/react-components": "^9.68.3",
"@fluentui/react-icons": "^2.0.307",
"@fluentui/react-migration-v0-v9": "^9.6.3",
"@rjsf/core": "^6.0.0-beta.13",
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"eslint": "^8.57.1"
},
"directories": {
Expand Down
14 changes: 7 additions & 7 deletions packages/mantine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/mantine",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.14",
"main": "dist/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -64,8 +64,8 @@
"@mantine/core": ">=8",
"@mantine/dates": ">=8",
"@mantine/hooks": ">=8",
"@rjsf/core": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"react": ">=18"
},
"devDependencies": {
Expand All @@ -74,10 +74,10 @@
"@mantine/hooks": "^8.2.4",
"@restart/hooks": "^0.6.2",
"@restart/ui": "^1.9.4",
"@rjsf/core": "^6.0.0-beta.1",
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"eslint": "^8.57.1",
"uncontrollable": "^9.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/mui",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"main": "./dist/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -64,8 +64,8 @@
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.0.0",
"@rjsf/core": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"react": ">=18"
},
"devDependencies": {
Expand All @@ -74,10 +74,10 @@
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"@rjsf/core": "^6.0.0-beta.13",
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"eslint": "^8.57.1"
},
"publishConfig": {
Expand Down
22 changes: 11 additions & 11 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/playground",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"description": "rjsf playground",
"private": true,
"type": "commonjs",
Expand Down Expand Up @@ -42,16 +42,16 @@
"@mantine/dates": "^8.2.4",
"@mantine/hooks": "^8.2.4",
"@mui/material": "^7.3.1",
"@rjsf/antd": "^6.0.0-beta.13",
"@rjsf/chakra-ui": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.13",
"@rjsf/fluentui-rc": "^6.0.0-beta.13",
"@rjsf/mui": "^6.0.0-beta.13",
"@rjsf/primereact": "^6.0.0-beta.13",
"@rjsf/react-bootstrap": "^6.0.0-beta.13",
"@rjsf/semantic-ui": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/antd": "^6.0.0-beta.14",
"@rjsf/chakra-ui": "^6.0.0-beta.14",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/fluentui-rc": "^6.0.0-beta.14",
"@rjsf/mui": "^6.0.0-beta.14",
"@rjsf/primereact": "^6.0.0-beta.14",
"@rjsf/react-bootstrap": "^6.0.0-beta.14",
"@rjsf/semantic-ui": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"ajv": "^8.17.1",
"ajv-i18n": "^4.2.0",
"antd": "^5.27.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/primereact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/primereact",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"description": "PrimeReact theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -61,17 +61,17 @@
"node": ">=20"
},
"peerDependencies": {
"@rjsf/core": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"primeicons": ">=6.0.0",
"primereact": ">=8.0.0",
"react": ">=18"
},
"devDependencies": {
"@rjsf/core": "^6.0.0-beta.13",
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"@rollup/plugin-replace": "^6.0.2",
"eslint": "^8.57.1",
"primeflex": "^4.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/react-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/react-bootstrap",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"main": "dist/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -61,8 +61,8 @@
]
},
"peerDependencies": {
"@rjsf/core": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"react": ">=18",
"react-bootstrap": "^2.x"
},
Expand All @@ -71,10 +71,10 @@
"node": ">=20"
},
"devDependencies": {
"@rjsf/core": "^6.0.0-beta.13",
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"eslint": "^8.57.1",
"react-bootstrap": "^2.10.10"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/semantic-ui",
"version": "6.0.0-beta.13",
"version": "6.0.0-beta.14",
"main": "dist/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -61,16 +61,16 @@
]
},
"peerDependencies": {
"@rjsf/core": "^6.0.0-beta",
"@rjsf/utils": "^6.0.0-beta",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"react": ">=18",
"semantic-ui-react": "^2.1.3"
},
"devDependencies": {
"@rjsf/core": "^6.0.0-beta.13",
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
"@rjsf/utils": "^6.0.0-beta.13",
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
"@rjsf/core": "^6.0.0-beta.14",
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
"@rjsf/utils": "^6.0.0-beta.14",
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
"atob": "^2.1.2",
"eslint": "^8.57.1",
"nanoid": "^5.1.5",
Expand Down
Loading
Loading