Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommmyy committed May 14, 2020
1 parent c7101ee commit 2eed355
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.2.0",
"version": "0.7.2",
"version": "0.8.0",
"command": {
"init": {
"exact": true
Expand Down
4 changes: 2 additions & 2 deletions packages/validarium/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.2",
"version": "0.8.0",
"name": "validarium",
"license": "MIT",
"main": "lib/validarium.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"sideEffects": false,
"dependencies": {
"@validarium/core": "^0.7.2",
"@validarium/validations": "^0.7.2",
"@validarium/validations": "^0.8.0",
"invariant": "^2.2.4",
"ramda": "^0.27.0",
"ramda-extension": "^0.10.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/validations/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.2",
"version": "0.8.0",
"name": "@validarium/validations",
"license": "MIT",
"main": "lib/validarium-validations.js",
Expand Down

0 comments on commit 2eed355

Please sign in to comment.