Skip to content

Commit

Permalink
v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radekmie committed Apr 30, 2017
1 parent df6dc8b commit d1d70e2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next
## [v1.18.0](https://github.com/vazco/uniforms/tree/v1.18.0) (2017-04-30)
- **Changed:** Inline errors are now triggered by `error`, not `errorMessage`. [\#267](https://github.com/vazco/uniforms/issues/267)
- **Fixed:** Removed unknown prop warning when defining component in schema. [\#284](https://github.com/vazco/uniforms/issues/284)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.3",
"version": "1.17.2",
"version": "1.18.0",
"hoist": true,
"packages": [
"packages/*"
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.17.2",
"version": "1.18.0",
"main": "index.js",
"jsnext:main": "src/index.js",
"description": "Ant Design UI components for uniforms.",
Expand Down Expand Up @@ -62,7 +62,7 @@
"peerDependencies": {
"antd": "^2.7.0",
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.17.2"
"uniforms": "^1.18.0"
},
"babel": {
"plugins": [
Expand Down
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.17.2",
"version": "1.18.0",
"main": "index.js",
"jsnext:main": "src/index.js",
"description": "Bootstrap3 UI components for uniforms.",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.17.2"
"uniforms": "^1.18.0"
},
"babel": {
"plugins": [
Expand Down
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.17.2",
"version": "1.18.0",
"main": "index.js",
"jsnext:main": "src/index.js",
"description": "Bootstrap4 UI components for uniforms.",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.17.2"
"uniforms": "^1.18.0"
},
"babel": {
"plugins": [
Expand Down
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.17.2",
"version": "1.18.0",
"main": "index.js",
"jsnext:main": "src/index.js",
"description": "Material UI components for uniforms.",
Expand Down Expand Up @@ -63,7 +63,7 @@
"peerDependencies": {
"material-ui": "^0.17.0 || ^0.16.7",
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.17.2"
"uniforms": "^1.18.0"
},
"babel": {
"plugins": [
Expand Down
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.17.2",
"version": "1.18.0",
"main": "index.js",
"jsnext:main": "src/index.js",
"description": "Semantic UI components for uniforms.",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.17.2"
"uniforms": "^1.18.0"
},
"babel": {
"plugins": [
Expand Down
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.17.2",
"version": "1.18.0",
"main": "index.js",
"jsnext:main": "src/index.js",
"description": "Unstyled components for uniforms.",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.17.2"
"uniforms": "^1.18.0"
},
"babel": {
"plugins": [
Expand Down
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.17.2",
"version": "1.18.0",
"main": "index.js",
"jsnext:main": "src/index.js",
"description": "Core package of uniforms.",
Expand Down

0 comments on commit d1d70e2

Please sign in to comment.