Skip to content

Commit f4229bf

Browse files
committed
v6.0.0-alpha.0
1 parent 94b54dc commit f4229bf

File tree

16 files changed

+124
-123
lines changed

16 files changed

+124
-123
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.20.1",
3+
"version": "6.0.0-alpha.0",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

package-lock.json

+62-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "5.20.1",
3+
"version": "6.0.0-alpha.0",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -56,10 +56,10 @@
5656
"@babel/preset-env": "^7.23.9",
5757
"@babel/preset-react": "^7.23.3",
5858
"@babel/preset-typescript": "^7.23.3",
59-
"@rjsf/core": "^5.20.1",
60-
"@rjsf/snapshot-tests": "^5.20.1",
61-
"@rjsf/utils": "^5.20.1",
62-
"@rjsf/validator-ajv8": "^5.20.1",
59+
"@rjsf/core": "^6.0.0-alpha.0",
60+
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
61+
"@rjsf/utils": "^6.0.0-alpha.0",
62+
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
6363
"@rollup/plugin-replace": "^5.0.5",
6464
"@types/jest": "^29.5.12",
6565
"@types/lodash": "^4.14.202",

packages/chakra-ui/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/chakra-ui",
3-
"version": "5.20.1",
3+
"version": "6.0.0-alpha.0",
44
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -68,10 +68,10 @@
6868
"@emotion/jest": "^11.11.0",
6969
"@emotion/react": "^11.11.3",
7070
"@emotion/styled": "^11.11.0",
71-
"@rjsf/core": "^5.20.1",
72-
"@rjsf/snapshot-tests": "^5.20.1",
73-
"@rjsf/utils": "^5.20.1",
74-
"@rjsf/validator-ajv8": "^5.20.1",
71+
"@rjsf/core": "^6.0.0-alpha.0",
72+
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
73+
"@rjsf/utils": "^6.0.0-alpha.0",
74+
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
7575
"@types/jest": "^29.5.12",
7676
"@types/react": "^18.2.58",
7777
"@types/react-dom": "^18.2.19",

packages/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/core",
3-
"version": "5.20.1",
3+
"version": "6.0.0-alpha.0",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"build:ts": "tsc -b",
@@ -54,10 +54,10 @@
5454
"@babel/preset-env": "^7.23.9",
5555
"@babel/preset-react": "^7.23.3",
5656
"@babel/preset-typescript": "^7.23.3",
57-
"@rjsf/snapshot-tests": "^5.20.1",
58-
"@rjsf/utils": "^5.20.1",
59-
"@rjsf/validator-ajv6": "^5.20.1",
60-
"@rjsf/validator-ajv8": "^5.20.1",
57+
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
58+
"@rjsf/utils": "^6.0.0-alpha.0",
59+
"@rjsf/validator-ajv6": "^6.0.0-alpha.0",
60+
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
6161
"@types/jest": "^29.5.12",
6262
"@types/lodash": "^4.14.202",
6363
"@types/react": "^18.2.58",

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/docs",
3-
"version": "5.20.1",
3+
"version": "6.0.0-alpha.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)