Skip to content

Commit

Permalink
v2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radekmie committed May 1, 2019
1 parent e57c5a0 commit d8c3b66
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"command": {
"exec": {
"parallel": true
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-antd",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "Ant Design UI components for uniforms.",
Expand Down Expand Up @@ -29,7 +29,7 @@
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"prop-types": "^15.5.7",
"uniforms": "^1.31.1",
"uniforms": "^2.0.0-alpha.0",
"warning": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms-bootstrap3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bootstrap3",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "Bootstrap3 UI components for uniforms.",
Expand Down Expand Up @@ -29,7 +29,7 @@
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"prop-types": "^15.5.7",
"uniforms": "^1.31.1",
"uniforms": "^2.0.0-alpha.0",
"warning": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bootstrap4",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "Bootstrap4 UI components for uniforms.",
Expand Down Expand Up @@ -29,7 +29,7 @@
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"prop-types": "^15.5.7",
"uniforms": "^1.31.1",
"uniforms": "^2.0.0-alpha.0",
"warning": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms-bridge-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bridge-graphql",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "GraphQL schema bridge for uniforms.",
Expand All @@ -23,6 +23,6 @@
"graphql": "^14.0.0 || 0.8.0 - 14.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "^1.31.1"
"uniforms": "^2.0.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms-bridge-json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bridge-json-schema",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "JSONSchema schema bridge for uniforms.",
Expand All @@ -22,6 +22,6 @@
"@babel/runtime": "^7.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "^1.31.1"
"uniforms": "^2.0.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms-bridge-simple-schema-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bridge-simple-schema-2",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "SimpleSchema 2 bridge for uniforms.",
Expand All @@ -23,6 +23,6 @@
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"simpl-schema": "^1.0.0 || ^0.0.4",
"uniforms": "^1.31.1"
"uniforms": "^2.0.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms-bridge-simple-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bridge-simple-schema",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "SimpleSchema bridge for uniforms.",
Expand All @@ -22,6 +22,6 @@
"@babel/runtime": "^7.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "^1.31.1"
"uniforms": "^2.0.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-material",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "Material UI components for uniforms.",
Expand Down Expand Up @@ -32,6 +32,6 @@
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"prop-types": "^15.5.7",
"uniforms": "^1.31.1"
"uniforms": "^2.0.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms-semantic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-semantic",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "Semantic UI components for uniforms.",
Expand Down Expand Up @@ -29,6 +29,6 @@
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"prop-types": "^15.5.7",
"uniforms": "^1.31.1"
"uniforms": "^2.0.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms-unstyled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-unstyled",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "Unstyled components for uniforms.",
Expand All @@ -27,6 +27,6 @@
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"prop-types": "^15.5.7",
"uniforms": "^1.31.1"
"uniforms": "^2.0.0-alpha.0"
}
}
2 changes: 1 addition & 1 deletion packages/uniforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms",
"version": "1.31.1",
"version": "2.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"description": "Core package of uniforms.",
Expand Down

0 comments on commit d8c3b66

Please sign in to comment.