Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace committed Nov 19, 2021
1 parent 531a1b4 commit acdee29
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.2.0"
"version": "3.2.1"
}
2 changes: 1 addition & 1 deletion packages/antd/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 packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "3.2.0",
"version": "3.2.1",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@rjsf/core": "^3.2.0",
"@rjsf/core": "^3.2.1",
"antd": "^4.0.0",
"atob": "^2.0.3",
"babel-eslint": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap-4/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 packages/bootstrap-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/bootstrap-4",
"version": "3.2.0",
"version": "3.2.1",
"main": "dist/index.js",
"module": "dist/bootstrap-4.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@rjsf/core": "^3.2.0",
"@rjsf/core": "^3.2.1",
"@types/jest": "^24.0.15",
"@types/json-schema": "^7.0.7",
"@types/react": "^16.9.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/core",
"version": "3.2.0",
"version": "3.2.1",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build": "npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/fluent-ui/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 packages/fluent-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/fluent-ui",
"version": "3.2.0",
"version": "3.2.1",
"main": "dist/index.js",
"module": "dist/fluent-ui.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@fluentui/react": "^7.114.2",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@rjsf/core": "^3.2.0",
"@rjsf/core": "^3.2.1",
"@types/jest": "^24.0.15",
"@types/json-schema": "^7.0.7",
"@types/lodash": "^4.14.152",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/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 packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/material-ui",
"version": "3.2.0",
"version": "3.2.1",
"main": "dist/index.js",
"module": "dist/material-ui.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@rjsf/core": "^3.2.0",
"@rjsf/core": "^3.2.1",
"@types/jest": "^24.0.15",
"@types/json-schema": "^7.0.7",
"@types/react": "^16.9.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package-lock.json

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

14 changes: 7 additions & 7 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/playground",
"version": "3.2.0",
"version": "3.2.1",
"description": "rjsf playground",
"private": true,
"scripts": {
Expand Down Expand Up @@ -39,12 +39,12 @@
"@babel/runtime-corejs3": "^7.11.2",
"@fluentui/react": "^7.121.5",
"@material-ui/core": "^4.9.4",
"@rjsf/antd": "^3.2.0",
"@rjsf/bootstrap-4": "^3.2.0",
"@rjsf/core": "^3.2.0",
"@rjsf/fluent-ui": "^3.2.0",
"@rjsf/material-ui": "^3.2.0",
"@rjsf/semantic-ui": "^3.2.0",
"@rjsf/antd": "^3.2.1",
"@rjsf/bootstrap-4": "^3.2.1",
"@rjsf/core": "^3.2.1",
"@rjsf/fluent-ui": "^3.2.1",
"@rjsf/material-ui": "^3.2.1",
"@rjsf/semantic-ui": "^3.2.1",
"ajv": "^6.7.0",
"antd": "^4.3.5",
"core-js": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-ui/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 packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/semantic-ui",
"version": "3.2.0",
"version": "3.2.1",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"description": "Semantic UI theme, fields and widgets for react-jsonschema-form",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@rjsf/core": "^3.2.0",
"@rjsf/core": "^3.2.1",
"atob": "^2.0.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
Expand Down

0 comments on commit acdee29

Please sign in to comment.