Skip to content

Commit

Permalink
Release 5.5.1 (#3581)
Browse files Browse the repository at this point in the history
* Release 5.5.1

- Bumped a few minor and patch packages

* v5.5.1
  • Loading branch information
heath-freenome authored Apr 5, 2023
1 parent abe63f3 commit a17790c
Show file tree
Hide file tree
Showing 29 changed files with 17,542 additions and 5,434 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.5.0",
"version": "5.5.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": false
Expand Down
164 changes: 82 additions & 82 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@types/prettier": "^2.7.2",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"dts-cli": "^1.6.3",
"eslint": "^8.37.0",
"eslint-plugin-import": "^2.27.5",
Expand Down
11 changes: 2 additions & 9 deletions packages/antd/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "5.5.0",
"version": "5.5.1",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "dist/antd.esm.js",
Expand Down Expand Up @@ -51,9 +51,9 @@
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.21.0",
"@rjsf/core": "^5.5.0",
"@rjsf/utils": "^5.5.0",
"@rjsf/validator-ajv8": "^5.5.0",
"@rjsf/core": "^5.5.1",
"@rjsf/utils": "^5.5.1",
"@rjsf/validator-ajv8": "^5.5.1",
"@rollup/plugin-replace": "^5.0.2",
"@types/lodash": "^4.14.192",
"@types/react": "^17.0.39",
Expand Down
Loading

0 comments on commit a17790c

Please sign in to comment.