Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - schm-computed@0.1.2
 - schm-express@0.3.3
 - schm-koa@0.1.1
 - schm-methods@0.1.2
 - schm-translate@0.1.2
 - schm@0.3.3
  • Loading branch information
diegohaz committed Feb 16, 2018
1 parent 36e24c2 commit e20fbbb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/schm-computed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-computed",
"version": "0.1.1",
"version": "0.1.2",
"description": "Adds computed parameters to schm schemas",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-computed",
Expand Down
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.2",
"version": "0.3.3",
"description": "Composable, immutable, parseable and validatable (yeah, many *ables) schemas for Node/JavaScript",
"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.2"
"schm": "^0.3.3"
},
"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.0",
"version": "0.1.1",
"description": "Composable, immutable, parseable and validatable (yeah, many *ables) schemas for Node/JavaScript",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-koa",
Expand Down Expand Up @@ -35,7 +35,7 @@
"schm"
],
"dependencies": {
"schm": "^0.3.2"
"schm": "^0.3.3"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schm-methods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-methods",
"version": "0.1.1",
"version": "0.1.2",
"description": "Adds methods to schm parsed objects",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-methods",
Expand Down
2 changes: 1 addition & 1 deletion packages/schm-translate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-translate",
"version": "0.1.1",
"version": "0.1.2",
"description": "Composable, immutable, parseable and validatable (yeah, many *ables) schemas for Node/JavaScript",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-translate",
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.2",
"version": "0.3.3",
"description": "Composable, immutable, parseable and validatable (yeah, many *ables) schemas for Node/JavaScript",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm",
Expand Down

0 comments on commit e20fbbb

Please sign in to comment.