Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Mar 11, 2019
1 parent ae5be62 commit a07f5c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.7.0",
"version": "0.7.1",
"npmClient": "yarn",
"useWorkspaces": true,
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@wcfactory/cli",
"description": "CLI for managing your custom elements at scale.",
"version": "0.7.0",
"version": "0.7.1",
"author": "heyMP @heyMP",
"bin": {
"wcf": "./bin/run"
Expand All @@ -11,8 +11,8 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@wcfactory/common": "^0.7.0",
"@wcfactory/generator-wcfactory": "^0.7.0",
"@wcfactory/common": "^0.7.1",
"@wcfactory/generator-wcfactory": "^0.7.1",
"date-fns": "^1.29.0",
"fuse.js": "^3.4.2",
"glob": "^7.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
@@ -1,7 +1,7 @@
{
"name": "@wcfactory/common",
"description": "Share utilities for wcfactory.",
"version": "0.7.0",
"version": "0.7.1",
"main": "index.js",
"license": "Apache 2.0",
"repository": "elmsln/wcfactory",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"glob": "^7.1.3",
"lodash": "^4.17.11",
"lerna": "^3.11.0"
"lerna": "^3.11.0",
"lodash": "^4.17.11"
}
}
6 changes: 3 additions & 3 deletions packages/generator-wcfactory/package.json
Expand Up @@ -35,12 +35,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@wcfactory/cli": "^0.7.0",
"@wcfactory/common": "^0.7.0",
"@wcfactory/cli": "^0.7.1",
"@wcfactory/common": "^0.7.1",
"gulp": "^3.9.1",
"inquirer-recursive": "0.0.6",
"lodash": "^4.17.4",
"yeoman-generator": "^3.0.0"
},
"version": "0.7.0"
"version": "0.7.1"
}

0 comments on commit a07f5c9

Please sign in to comment.