Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Jun 12, 2018
1 parent fa4ea40 commit be8206e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/schm-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-express",
"version": "0.3.10",
"version": "0.4.0",
"description": "Express middlewares using schm",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-express",
Expand Down Expand Up @@ -35,7 +35,7 @@
"schm"
],
"dependencies": {
"schm": "^0.3.10"
"schm": "^0.4.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/schm-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-koa",
"version": "0.1.8",
"version": "0.2.0",
"description": "Koa middlewares using schm",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-koa",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"qs": "^6.5.1",
"schm": "^0.3.10"
"schm": "^0.4.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/schm-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-mongo",
"version": "0.2.3",
"version": "0.3.0",
"description": "Extend schm schemas so as to work with MongoDB",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-mongo",
Expand Down Expand Up @@ -51,7 +51,7 @@
"jest-cli": "^23.1.0",
"opn-cli": "^3.1.0",
"rimraf": "^2.6.1",
"schm": "^0.3.10"
"schm": "^0.4.0"
},
"peerDependencies": {
"schm": "^0.3.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/schm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm",
"version": "0.3.10",
"version": "0.4.0",
"description": "Composable, parseable and validatable schemas for JavaScript and Node.js",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm",
Expand Down

0 comments on commit be8206e

Please sign in to comment.