Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Nov 13, 2021
1 parent b3d1fc7 commit 29ecf64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.13.0",
"version": "0.13.1",
"npmClient": "yarn",
"useWorkspaces": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wcfactory/cli",
"description": "CLI for managing your custom elements at scale.",
"version": "0.13.0",
"version": "0.13.1",
"author": "heyMP @heyMP",
"bin": {
"wcf": "./bin/run"
Expand All @@ -12,7 +12,7 @@
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@wcfactory/common": "^0.13.0",
"@wcfactory/generator-wcfactory": "^0.13.0",
"@wcfactory/generator-wcfactory": "^0.13.1",
"@wcfactory/graphql-server": "^0.13.0",
"@wcfactory/ui": "^0.13.0",
"@web/dev-server": "0.1.28",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-wcfactory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@wcfactory/cli": "^0.13.0",
"@wcfactory/cli": "^0.13.1",
"@wcfactory/common": "^0.13.0",
"gulp": "^3.9.1",
"inquirer-recursive": "0.0.7",
"lodash": "^4.17.4",
"yeoman-generator": "^4.0.0"
},
"version": "0.13.0",
"version": "0.13.1",
"gitHead": "72f5a446893e45d8c2df8ea2116ef3e741e13849"
}

0 comments on commit 29ecf64

Please sign in to comment.