Skip to content

Commit

Permalink
v5.11.0 (#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
heath-freenome authored Jul 21, 2023
1 parent c0265bd commit 7f42375
Show file tree
Hide file tree
Showing 15 changed files with 101 additions and 101 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.10.0",
"version": "5.11.0",
"$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.

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.10.0",
"version": "5.11.0",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "dist/antd.esm.js",
Expand Down Expand Up @@ -52,9 +52,9 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/register": "^7.22.5",
"@rjsf/core": "^5.10.0",
"@rjsf/utils": "^5.10.0",
"@rjsf/validator-ajv8": "^5.10.0",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@rollup/plugin-replace": "^5.0.2",
"@types/lodash": "^4.14.195",
"@types/react": "^17.0.62",
Expand Down
8 changes: 4 additions & 4 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.10.0",
"version": "5.11.0",
"main": "dist/index.js",
"module": "dist/bootstrap-4.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -44,9 +44,9 @@
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@rjsf/core": "^5.10.0",
"@rjsf/utils": "^5.10.0",
"@rjsf/validator-ajv8": "^5.10.0",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.2",
Expand Down
8 changes: 4 additions & 4 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.10.0",
"version": "5.11.0",
"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,9 +63,9 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@rjsf/core": "^5.10.0",
"@rjsf/utils": "^5.10.0",
"@rjsf/validator-ajv8": "^5.10.0",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/core",
"version": "5.10.0",
"version": "5.11.0",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build": "rimraf dist && dts build --rollupTypes --format cjs,esm,umd",
Expand Down Expand Up @@ -53,9 +53,9 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/register": "^7.22.5",
"@rjsf/utils": "^5.10.0",
"@rjsf/validator-ajv6": "^5.10.0",
"@rjsf/validator-ajv8": "^5.10.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv6": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@types/lodash": "^4.14.195",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
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": "docs",
"version": "5.10.0",
"version": "5.11.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 4 additions & 4 deletions packages/fluent-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/fluent-ui",
"version": "5.10.0",
"version": "5.11.0",
"main": "dist/index.js",
"module": "dist/fluent-ui.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -41,9 +41,9 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@fluentui/react": "^8.110.8",
"@rjsf/core": "^5.10.0",
"@rjsf/utils": "^5.10.0",
"@rjsf/validator-ajv8": "^5.10.0",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@types/lodash": "^4.14.195",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
Expand Down
Loading

0 comments on commit 7f42375

Please sign in to comment.