Skip to content

Commit

Permalink
v5.0.0-8
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Dec 28, 2017
1 parent eebf4a6 commit e36d669
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "5.0.0-7",
"version": "5.0.0-8",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/file/package.json
@@ -1,6 +1,6 @@
{
"name": "@ygor/file",
"version": "5.0.0-7",
"version": "5.0.0-8",
"description": "A transformable file object.",
"keywords": [
"ygor",
Expand Down
6 changes: 3 additions & 3 deletions packages/files/package.json
@@ -1,6 +1,6 @@
{
"name": "@ygor/files",
"version": "5.0.0-7",
"version": "5.0.0-8",
"description": "A bulk file transformer.",
"keywords": [
"ygor",
Expand All @@ -20,8 +20,8 @@
"access": "public"
},
"dependencies": {
"@ygor/file": "^5.0.0-7",
"@ygor/list": "^5.0.0-7",
"@ygor/file": "^5.0.0-8",
"@ygor/list": "^5.0.0-8",
"glob-parent": "^3.1.0",
"globby": "^7.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
@@ -1,6 +1,6 @@
{
"name": "@ygor/list",
"version": "5.0.0-7",
"version": "5.0.0-8",
"description": "A promising array with iteration methods.",
"keywords": [
"ygor",
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks/package.json
@@ -1,6 +1,6 @@
{
"name": "@ygor/tasks",
"version": "5.0.0-7",
"version": "5.0.0-8",
"description": "A promising task runner.",
"keywords": [
"ygor",
Expand Down
10 changes: 5 additions & 5 deletions packages/ygor/package.json
@@ -1,6 +1,6 @@
{
"name": "ygor",
"version": "5.0.0-7",
"version": "5.0.0-8",
"description": "For when 'npm run' isn't enough and everything else is too much.",
"keywords": [
"broccoli",
Expand Down Expand Up @@ -28,10 +28,10 @@
"dist"
],
"dependencies": {
"@ygor/file": "^5.0.0-7",
"@ygor/files": "^5.0.0-7",
"@ygor/list": "^5.0.0-7",
"@ygor/tasks": "^5.0.0-7"
"@ygor/file": "^5.0.0-8",
"@ygor/files": "^5.0.0-8",
"@ygor/list": "^5.0.0-8",
"@ygor/tasks": "^5.0.0-8"
},
"engines": {
"node": ">=6"
Expand Down

0 comments on commit e36d669

Please sign in to comment.