Skip to content

Commit

Permalink
v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heath-freenome committed Nov 10, 2023
1 parent 6769a9e commit 7e2d9e7
Show file tree
Hide file tree
Showing 18 changed files with 140 additions and 157 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.13.6",
"version": "5.14.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
134 changes: 67 additions & 67 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.13.6",
"version": "5.14.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.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@rjsf/core": "^5.13.6",
"@rjsf/snapshot-tests": "^5.13.6",
"@rjsf/utils": "^5.13.6",
"@rjsf/validator-ajv8": "^5.13.6",
"@rjsf/core": "^5.14.0",
"@rjsf/snapshot-tests": "^5.14.0",
"@rjsf/utils": "^5.14.0",
"@rjsf/validator-ajv8": "^5.14.0",
"@rollup/plugin-replace": "^5.0.2",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
Expand Down
10 changes: 5 additions & 5 deletions packages/bootstrap-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/bootstrap-4",
"version": "5.13.6",
"version": "5.14.0",
"main": "dist/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -49,10 +49,10 @@
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@rjsf/core": "^5.13.6",
"@rjsf/snapshot-tests": "^5.13.6",
"@rjsf/utils": "^5.13.6",
"@rjsf/validator-ajv8": "^5.13.6",
"@rjsf/core": "^5.14.0",
"@rjsf/snapshot-tests": "^5.14.0",
"@rjsf/utils": "^5.14.0",
"@rjsf/validator-ajv8": "^5.14.0",
"@types/jest": "^29.5.7",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
Expand Down

0 comments on commit 7e2d9e7

Please sign in to comment.