Skip to content

Commit f3be67e

Browse files
committed
v2.0.0-alpha.4
1 parent c8f60a3 commit f3be67e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.0.0-alpha.3"
5+
"version": "2.0.0-alpha.4"
66
}

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/core",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"build": "npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib",

packages/material-ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/material-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/material-ui",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"main": "dist/index.js",
55
"module": "dist/rjsf-material-ui.esm.js",
66
"typings": "dist/index.d.ts",
@@ -29,7 +29,7 @@
2929
"@babel/preset-react": "^7.0.0",
3030
"@material-ui/core": "^4.2.0",
3131
"@material-ui/icons": "^4.2.1",
32-
"@rjsf/core": "^2.0.0-alpha.3",
32+
"@rjsf/core": "^2.0.0-alpha.4",
3333
"@types/jest": "^24.0.15",
3434
"@types/json-schema": "^7.0.3",
3535
"@types/react": "^16.9.23",

packages/playground/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/playground",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "rjsf playground",
55
"private": true,
66
"scripts": {
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"@babel/runtime-corejs2": "^7.4.5",
4141
"@material-ui/core": "^4.9.4",
42-
"@rjsf/core": "^2.0.0-alpha.3",
43-
"@rjsf/material-ui": "^2.0.0-alpha.3",
42+
"@rjsf/core": "^2.0.0-alpha.4",
43+
"@rjsf/material-ui": "^2.0.0-alpha.4",
4444
"ajv": "^6.7.0",
4545
"core-js": "^2.5.7",
4646
"json-schema-merge-allof": "^0.6.0",

0 commit comments

Comments
 (0)