Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace committed Jun 15, 2020
1 parent c50e1bd commit 3e0ee10
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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": "2.0.2"
"version": "2.1.0"
}
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": "2.0.2",
"version": "2.1.0",
"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/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": "2.0.2",
"version": "2.1.0",
"main": "dist/index.js",
"module": "dist/rjsf-material-ui.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@rjsf/core": "^2.0.2",
"@rjsf/core": "^2.1.0",
"@types/jest": "^24.0.15",
"@types/json-schema": "^7.0.3",
"@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.

6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/playground",
"version": "2.0.2",
"version": "2.1.0",
"description": "rjsf playground",
"private": true,
"scripts": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@babel/runtime-corejs2": "^7.4.5",
"@material-ui/core": "^4.9.4",
"@rjsf/core": "^2.0.2",
"@rjsf/material-ui": "^2.0.2",
"@rjsf/core": "^2.1.0",
"@rjsf/material-ui": "^2.1.0",
"ajv": "^6.7.0",
"core-js": "^2.5.7",
"json-schema-merge-allof": "^0.6.0",
Expand Down

0 comments on commit 3e0ee10

Please sign in to comment.