Skip to content

Commit

Permalink
v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Feb 12, 2018
1 parent 2373908 commit 76bdc92
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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.2.2",
"version": "5.2.3",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/file",
"version": "5.2.1",
"version": "5.2.3",
"description": "A transformable file object.",
"keywords": [
"ygor",
Expand Down
6 changes: 3 additions & 3 deletions packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/files",
"version": "5.2.1",
"version": "5.2.3",
"description": "A bulk file transformer.",
"keywords": [
"ygor",
Expand All @@ -18,8 +18,8 @@
"*.md"
],
"dependencies": {
"@ygor/file": "^5.2.1",
"@ygor/list": "^5.2.1",
"@ygor/file": "^5.2.3",
"@ygor/list": "^5.2.3",
"glob-parent": "^3.1.0",
"globby": "^7.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/list",
"version": "5.2.1",
"version": "5.2.3",
"description": "A promising array with iteration methods.",
"keywords": [
"ygor",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/shell",
"version": "5.2.1",
"version": "5.2.3",
"description": "A transformable shell object.",
"keywords": [
"ygor",
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.2.1",
"version": "5.2.3",
"description": "A promising task runner.",
"keywords": [
"ygor",
Expand Down
12 changes: 6 additions & 6 deletions packages/ygor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ygor",
"version": "5.2.2",
"version": "5.2.3",
"description": "For when 'npm run' isn't enough and everything else is too much.",
"keywords": [
"broccoli",
Expand Down Expand Up @@ -29,11 +29,11 @@
"*.md"
],
"dependencies": {
"@ygor/file": "^5.2.1",
"@ygor/files": "^5.2.1",
"@ygor/list": "^5.2.1",
"@ygor/shell": "^5.2.1",
"@ygor/tasks": "^5.2.1"
"@ygor/file": "^5.2.3",
"@ygor/files": "^5.2.3",
"@ygor/list": "^5.2.3",
"@ygor/shell": "^5.2.3",
"@ygor/tasks": "^5.2.3"
},
"engines": {
"node": ">= 6",
Expand Down

0 comments on commit 76bdc92

Please sign in to comment.