Skip to content

Commit

Permalink
v6.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Aug 18, 2024
1 parent 94b54dc commit f4229bf
Show file tree
Hide file tree
Showing 16 changed files with 124 additions and 123 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.20.1",
"version": "6.0.0-alpha.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
123 changes: 62 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "5.20.1",
"version": "6.0.0-alpha.0",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -56,10 +56,10 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/core": "^5.20.1",
"@rjsf/snapshot-tests": "^5.20.1",
"@rjsf/utils": "^5.20.1",
"@rjsf/validator-ajv8": "^5.20.1",
"@rjsf/core": "^6.0.0-alpha.0",
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
"@rjsf/utils": "^6.0.0-alpha.0",
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
"@rollup/plugin-replace": "^5.0.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
Expand Down
10 changes: 5 additions & 5 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": "5.20.1",
"version": "6.0.0-alpha.0",
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -68,10 +68,10 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@rjsf/core": "^5.20.1",
"@rjsf/snapshot-tests": "^5.20.1",
"@rjsf/utils": "^5.20.1",
"@rjsf/validator-ajv8": "^5.20.1",
"@rjsf/core": "^6.0.0-alpha.0",
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
"@rjsf/utils": "^6.0.0-alpha.0",
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
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": "5.20.1",
"version": "6.0.0-alpha.0",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build:ts": "tsc -b",
Expand Down Expand Up @@ -54,10 +54,10 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/snapshot-tests": "^5.20.1",
"@rjsf/utils": "^5.20.1",
"@rjsf/validator-ajv6": "^5.20.1",
"@rjsf/validator-ajv8": "^5.20.1",
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
"@rjsf/utils": "^6.0.0-alpha.0",
"@rjsf/validator-ajv6": "^6.0.0-alpha.0",
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.58",
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": "5.20.1",
"version": "6.0.0-alpha.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
Loading

0 comments on commit f4229bf

Please sign in to comment.