Skip to content

Commit

Permalink
v5.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heath-freenome committed Dec 8, 2023
1 parent 2061ce6 commit 61dc9b8
Show file tree
Hide file tree
Showing 18 changed files with 141 additions and 141 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.15.0",
"version": "5.15.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
136 changes: 68 additions & 68 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.15.0",
"version": "5.15.1",
"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.15.0",
"@rjsf/snapshot-tests": "^5.15.0",
"@rjsf/utils": "^5.15.0",
"@rjsf/validator-ajv8": "^5.15.0",
"@rjsf/core": "^5.15.1",
"@rjsf/snapshot-tests": "^5.15.1",
"@rjsf/utils": "^5.15.1",
"@rjsf/validator-ajv8": "^5.15.1",
"@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.15.0",
"version": "5.15.1",
"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.15.0",
"@rjsf/snapshot-tests": "^5.15.0",
"@rjsf/utils": "^5.15.0",
"@rjsf/validator-ajv8": "^5.15.0",
"@rjsf/core": "^5.15.1",
"@rjsf/snapshot-tests": "^5.15.1",
"@rjsf/utils": "^5.15.1",
"@rjsf/validator-ajv8": "^5.15.1",
"@types/jest": "^29.5.7",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
Expand Down

0 comments on commit 61dc9b8

Please sign in to comment.