Skip to content

Commit 53df6d0

Browse files
Releasing 6.0.0-beta.14 (rjsf-team#4725)
1 parent 2140a03 commit 53df6d0

File tree

17 files changed

+194
-194
lines changed

17 files changed

+194
-194
lines changed

package-lock.json

Lines changed: 97 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "6.0.0-beta.13",
3+
"version": "6.0.0-beta.14",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -63,8 +63,8 @@
6363
},
6464
"peerDependencies": {
6565
"@ant-design/icons": "^6.0.0",
66-
"@rjsf/core": "^6.0.0-beta",
67-
"@rjsf/utils": "^6.0.0-beta",
66+
"@rjsf/core": "^6.0.0-beta.14",
67+
"@rjsf/utils": "^6.0.0-beta.14",
6868
"antd": "^5.8.5",
6969
"dayjs": "^1.8.0",
7070
"react": ">=18"
@@ -77,10 +77,10 @@
7777
},
7878
"devDependencies": {
7979
"@ant-design/icons": "^6.0.0",
80-
"@rjsf/core": "^6.0.0-beta.13",
81-
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
82-
"@rjsf/utils": "^6.0.0-beta.13",
83-
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
80+
"@rjsf/core": "^6.0.0-beta.14",
81+
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
82+
"@rjsf/utils": "^6.0.0-beta.14",
83+
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
8484
"@rollup/plugin-replace": "^6.0.2",
8585
"antd": "^5.27.0",
8686
"atob": "^2.1.2",

packages/chakra-ui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/chakra-ui",
3-
"version": "6.0.0-beta.13",
3+
"version": "6.0.0-beta.14",
44
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -64,8 +64,8 @@
6464
},
6565
"peerDependencies": {
6666
"@chakra-ui/react": ">=3.16.1",
67-
"@rjsf/core": "^6.0.0-beta",
68-
"@rjsf/utils": "^6.0.0-beta",
67+
"@rjsf/core": "^6.0.0-beta.14",
68+
"@rjsf/utils": "^6.0.0-beta.14",
6969
"chakra-react-select": ">=6",
7070
"react": ">=18"
7171
},
@@ -86,10 +86,10 @@
8686
"@emotion/eslint-plugin": "^11.12.0",
8787
"@emotion/jest": "^11.13.0",
8888
"@emotion/react": "^11.14.0",
89-
"@rjsf/core": "^6.0.0-beta.13",
90-
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
91-
"@rjsf/utils": "^6.0.0-beta.13",
92-
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
89+
"@rjsf/core": "^6.0.0-beta.14",
90+
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
91+
"@rjsf/utils": "^6.0.0-beta.14",
92+
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
9393
"chakra-react-select": "^6.1.0",
9494
"eslint": "^8.57.1",
9595
"lucide-react": "^0.539.0"

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/core",
3-
"version": "6.0.0-beta.13",
3+
"version": "6.0.0-beta.14",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"compileReplacer": "tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs",
@@ -66,7 +66,7 @@
6666
"node": ">=20"
6767
},
6868
"peerDependencies": {
69-
"@rjsf/utils": "^6.0.0-beta",
69+
"@rjsf/utils": "^6.0.0-beta.14",
7070
"react": ">=18"
7171
},
7272
"dependencies": {
@@ -77,9 +77,9 @@
7777
"prop-types": "^15.8.1"
7878
},
7979
"devDependencies": {
80-
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
81-
"@rjsf/utils": "^6.0.0-beta.13",
82-
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
80+
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
81+
"@rjsf/utils": "^6.0.0-beta.14",
82+
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
8383
"@testing-library/jest-dom": "^6.6.4",
8484
"@testing-library/react": "^16.3.0",
8585
"@testing-library/user-event": "^14.6.1",

packages/daisyui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/daisyui",
3-
"version": "6.0.0-beta.13",
3+
"version": "6.0.0-beta.14",
44
"description": "Daisy UI components for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -71,16 +71,16 @@
7171
"tailwindcss": "^4.1.12"
7272
},
7373
"peerDependencies": {
74-
"@rjsf/core": "^6.0.0-beta",
75-
"@rjsf/utils": "^6.0.0-beta",
74+
"@rjsf/core": "^6.0.0-beta.14",
75+
"@rjsf/utils": "^6.0.0-beta.14",
7676
"daisyui": "^5.0.29",
7777
"react": ">=18"
7878
},
7979
"devDependencies": {
80-
"@rjsf/core": "^6.0.0-beta.13",
81-
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
82-
"@rjsf/utils": "^6.0.0-beta.13",
83-
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
80+
"@rjsf/core": "^6.0.0-beta.14",
81+
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
82+
"@rjsf/utils": "^6.0.0-beta.14",
83+
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
8484
"@testing-library/dom": "^10.4.1",
8585
"@testing-library/jest-dom": "^6.6.4",
8686
"@testing-library/react": "^16.3.0",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/docs",
3-
"version": "6.0.0-beta.13",
3+
"version": "6.0.0-beta.14",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

packages/fluentui-rc/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/fluentui-rc",
3-
"version": "6.0.0-beta.13",
3+
"version": "6.0.0-beta.14",
44
"description": "FluentUI React Components theme, fields and widgets for react-jsonschema-form",
55
"scripts": {
66
"build:ts": "tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json",
@@ -68,18 +68,18 @@
6868
"@fluentui/react-components": "^9.63.0",
6969
"@fluentui/react-icons": "^2.0.298",
7070
"@fluentui/react-migration-v0-v9": "^9.3.10",
71-
"@rjsf/core": "^6.0.0-beta",
72-
"@rjsf/utils": "^6.0.0-beta",
71+
"@rjsf/core": "^6.0.0-beta.14",
72+
"@rjsf/utils": "^6.0.0-beta.14",
7373
"react": ">=18"
7474
},
7575
"devDependencies": {
7676
"@fluentui/react-components": "^9.68.3",
7777
"@fluentui/react-icons": "^2.0.307",
7878
"@fluentui/react-migration-v0-v9": "^9.6.3",
79-
"@rjsf/core": "^6.0.0-beta.13",
80-
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
81-
"@rjsf/utils": "^6.0.0-beta.13",
82-
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
79+
"@rjsf/core": "^6.0.0-beta.14",
80+
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
81+
"@rjsf/utils": "^6.0.0-beta.14",
82+
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
8383
"eslint": "^8.57.1"
8484
},
8585
"directories": {

packages/mantine/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/mantine",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.14",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -64,8 +64,8 @@
6464
"@mantine/core": ">=8",
6565
"@mantine/dates": ">=8",
6666
"@mantine/hooks": ">=8",
67-
"@rjsf/core": "^6.0.0-beta",
68-
"@rjsf/utils": "^6.0.0-beta",
67+
"@rjsf/core": "^6.0.0-beta.14",
68+
"@rjsf/utils": "^6.0.0-beta.14",
6969
"react": ">=18"
7070
},
7171
"devDependencies": {
@@ -74,10 +74,10 @@
7474
"@mantine/hooks": "^8.2.4",
7575
"@restart/hooks": "^0.6.2",
7676
"@restart/ui": "^1.9.4",
77-
"@rjsf/core": "^6.0.0-beta.1",
78-
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
79-
"@rjsf/utils": "^6.0.0-beta.13",
80-
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
77+
"@rjsf/core": "^6.0.0-beta.14",
78+
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
79+
"@rjsf/utils": "^6.0.0-beta.14",
80+
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
8181
"eslint": "^8.57.1",
8282
"uncontrollable": "^9.0.0"
8383
},

packages/mui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/mui",
3-
"version": "6.0.0-beta.13",
3+
"version": "6.0.0-beta.14",
44
"main": "./dist/index.js",
55
"module": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -64,8 +64,8 @@
6464
"@emotion/styled": "^11.6.0",
6565
"@mui/icons-material": "^7.0.0",
6666
"@mui/material": "^7.0.0",
67-
"@rjsf/core": "^6.0.0-beta",
68-
"@rjsf/utils": "^6.0.0-beta",
67+
"@rjsf/core": "^6.0.0-beta.14",
68+
"@rjsf/utils": "^6.0.0-beta.14",
6969
"react": ">=18"
7070
},
7171
"devDependencies": {
@@ -74,10 +74,10 @@
7474
"@emotion/styled": "^11.14.1",
7575
"@mui/icons-material": "^7.3.1",
7676
"@mui/material": "^7.3.1",
77-
"@rjsf/core": "^6.0.0-beta.13",
78-
"@rjsf/snapshot-tests": "^6.0.0-beta.13",
79-
"@rjsf/utils": "^6.0.0-beta.13",
80-
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
77+
"@rjsf/core": "^6.0.0-beta.14",
78+
"@rjsf/snapshot-tests": "^6.0.0-beta.14",
79+
"@rjsf/utils": "^6.0.0-beta.14",
80+
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
8181
"eslint": "^8.57.1"
8282
},
8383
"publishConfig": {

packages/playground/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/playground",
3-
"version": "6.0.0-beta.13",
3+
"version": "6.0.0-beta.14",
44
"description": "rjsf playground",
55
"private": true,
66
"type": "commonjs",
@@ -42,16 +42,16 @@
4242
"@mantine/dates": "^8.2.4",
4343
"@mantine/hooks": "^8.2.4",
4444
"@mui/material": "^7.3.1",
45-
"@rjsf/antd": "^6.0.0-beta.13",
46-
"@rjsf/chakra-ui": "^6.0.0-beta.13",
47-
"@rjsf/core": "^6.0.0-beta.13",
48-
"@rjsf/fluentui-rc": "^6.0.0-beta.13",
49-
"@rjsf/mui": "^6.0.0-beta.13",
50-
"@rjsf/primereact": "^6.0.0-beta.13",
51-
"@rjsf/react-bootstrap": "^6.0.0-beta.13",
52-
"@rjsf/semantic-ui": "^6.0.0-beta.13",
53-
"@rjsf/utils": "^6.0.0-beta.13",
54-
"@rjsf/validator-ajv8": "^6.0.0-beta.13",
45+
"@rjsf/antd": "^6.0.0-beta.14",
46+
"@rjsf/chakra-ui": "^6.0.0-beta.14",
47+
"@rjsf/core": "^6.0.0-beta.14",
48+
"@rjsf/fluentui-rc": "^6.0.0-beta.14",
49+
"@rjsf/mui": "^6.0.0-beta.14",
50+
"@rjsf/primereact": "^6.0.0-beta.14",
51+
"@rjsf/react-bootstrap": "^6.0.0-beta.14",
52+
"@rjsf/semantic-ui": "^6.0.0-beta.14",
53+
"@rjsf/utils": "^6.0.0-beta.14",
54+
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
5555
"ajv": "^8.17.1",
5656
"ajv-i18n": "^4.2.0",
5757
"antd": "^5.27.0",

0 commit comments

Comments
 (0)