Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.11.1 #3803

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.0",
"version": "5.11.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
100 changes: 50 additions & 50 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.11.0",
"version": "5.11.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,19 +51,19 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@rjsf/core": "^5.11.1",
"@rjsf/utils": "^5.11.1",
"@rjsf/validator-ajv8": "^5.11.1",
"@rollup/plugin-replace": "^5.0.2",
"@types/lodash": "^4.14.195",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.2",
"antd": "^4.24.12",
"atob": "^2.1.2",
"babel-jest": "^29.6.1",
"dayjs": "^1.11.9",
"dts-cli": "^1.6.3",
"babel-jest": "^29.6.1",
"eslint": "^8.44.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
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.11.0",
"version": "5.11.1",
"main": "dist/index.js",
"module": "dist/bootstrap-4.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -44,14 +44,14 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@rjsf/core": "^5.11.1",
"@rjsf/utils": "^5.11.1",
"@rjsf/validator-ajv8": "^5.11.1",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.2",
"dts-cli": "^1.6.3",
"babel-jest": "^29.6.1",
"dts-cli": "^1.6.3",
"eslint": "^8.44.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
Expand Down
12 changes: 6 additions & 6 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.11.0",
"version": "5.11.1",
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "dist/chakra-ui.esm.js",
Expand Down Expand Up @@ -63,19 +63,19 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@rjsf/core": "^5.11.1",
"@rjsf/utils": "^5.11.1",
"@rjsf/validator-ajv8": "^5.11.1",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.2",
"babel-jest": "^29.6.1",
"chakra-react-select": "^3.3.9",
"dts-cli": "^1.6.3",
"babel-jest": "^29.6.1",
"eslint": "^8.44.0",
"framer-motion": "^5.6.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"framer-motion": "^5.6.0",
"jest-watch-typeahead": "^2.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
Loading
Loading