Skip to content

Commit

Permalink
v4.2.3 (#3000)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Aug 9, 2022
1 parent 97e42b3 commit d8ad425
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 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": "4.2.0"
"version": "4.2.3"
}
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.

6 changes: 3 additions & 3 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "4.2.0",
"version": "4.2.3",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "dist/antd.esm.js",
Expand All @@ -9,7 +9,7 @@
"build": "rimraf dist && tsdx build --format cjs,es,umd",
"test": "tsdx test",
"test:update": "tsdx test --u"
},
},
"files": [
"dist"
],
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": "^4.2.0",
"@rjsf/core": "^4.2.3",
"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": "4.2.0",
"version": "4.2.3",
"main": "dist/index.js",
"module": "dist/bootstrap-4.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@rjsf/core": "^4.2.0",
"@rjsf/core": "^4.2.3",
"@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/chakra-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/chakra-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/chakra-ui",
"version": "4.2.0",
"version": "4.2.3",
"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 @@ -47,7 +47,7 @@
"@emotion/jest": "^11.7.1",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@rjsf/core": "^4.2.0",
"@rjsf/core": "^4.2.3",
"@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": "4.2.0",
"version": "4.2.3",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build": "rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js && npm run deprecated:build:cjs && npm run deprecated:build:es && npm run deprecated: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": "4.2.0",
"version": "4.2.3",
"main": "dist/index.js",
"module": "dist/fluent-ui.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@fluentui/react": "^7.114.2",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@rjsf/core": "^4.2.0",
"@rjsf/core": "^4.2.3",
"@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": "4.2.0",
"version": "4.2.3",
"module": "./dist/material-ui.esm.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.2.2",
"@rjsf/core": "^4.2.0",
"@rjsf/core": "^4.2.3",
"@types/jest": "^24.0.15",
"@types/json-schema": "^7.0.9",
"@types/material-ui": "^0.21.12",
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.

16 changes: 8 additions & 8 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/playground",
"version": "4.2.0",
"version": "4.2.3",
"description": "rjsf playground",
"private": true,
"scripts": {
Expand Down Expand Up @@ -42,13 +42,13 @@
"@fluentui/react": "^8.64.2",
"@material-ui/core": "^4.12.3",
"@mui/material": "^5.2.2",
"@rjsf/antd": "^4.2.0",
"@rjsf/bootstrap-4": "^4.2.0",
"@rjsf/chakra-ui": "^4.2.0",
"@rjsf/core": "^4.2.0",
"@rjsf/fluent-ui": "^4.2.0",
"@rjsf/material-ui": "^4.2.0",
"@rjsf/semantic-ui": "^4.2.0",
"@rjsf/antd": "^4.2.3",
"@rjsf/bootstrap-4": "^4.2.3",
"@rjsf/chakra-ui": "^4.2.3",
"@rjsf/core": "^4.2.3",
"@rjsf/fluent-ui": "^4.2.3",
"@rjsf/material-ui": "^4.2.3",
"@rjsf/semantic-ui": "^4.2.3",
"ajv": "^6.7.0",
"antd": "^4.3.5",
"core-js": "^3.19.2",
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": "4.2.0",
"version": "4.2.3",
"main": "dist/cjs/index.js",
"module": "dist/semantic-ui.esm.js",
"description": "Semantic UI theme, fields and widgets for react-jsonschema-form",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@rjsf/core": "^4.2.0",
"@rjsf/core": "^4.2.3",
"atob": "^2.0.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
Expand Down

0 comments on commit d8ad425

Please sign in to comment.