Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Feb 12, 2018
1 parent df2cf63 commit 6f252d0
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.4.0",
"version": "5.1.6",
"version": "5.2.0",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/tasks",
"version": "5.1.5",
"version": "5.2.0",
"description": "A promising task runner.",
"keywords": [
"ygor",
Expand Down
4 changes: 2 additions & 2 deletions packages/ygor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ygor",
"version": "5.1.6",
"version": "5.2.0",
"description": "For when 'npm run' isn't enough and everything else is too much.",
"keywords": [
"broccoli",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ygor/files": "^5.1.6",
"@ygor/list": "^5.1.5",
"@ygor/shell": "^5.1.4",
"@ygor/tasks": "^5.1.5"
"@ygor/tasks": "^5.2.0"
},
"engines": {
"node": ">= 6",
Expand Down

0 comments on commit 6f252d0

Please sign in to comment.