Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Jan 19, 2021
1 parent f3ed2c3 commit e779a4c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.9.0",
"version": "0.10.0",
"npmClient": "yarn",
"useWorkspaces": true,
"workspaces": [
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@wcfactory/cli",
"description": "CLI for managing your custom elements at scale.",
"version": "0.9.0",
"version": "0.10.0",
"author": "heyMP @heyMP",
"bin": {
"wcf": "./bin/run"
Expand All @@ -11,10 +11,10 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@wcfactory/common": "^0.9.0",
"@wcfactory/generator-wcfactory": "^0.9.0",
"@wcfactory/graphql-server": "^0.9.0",
"@wcfactory/ui": "^0.9.0",
"@wcfactory/common": "^0.10.0",
"@wcfactory/generator-wcfactory": "^0.10.0",
"@wcfactory/graphql-server": "^0.10.0",
"@wcfactory/ui": "^0.10.0",
"date-fns": "^1.29.0",
"fuse.js": "^3.4.2",
"glob": "^7.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,7 +1,7 @@
{
"name": "@wcfactory/common",
"description": "Share utilities for wcfactory.",
"version": "0.9.0",
"version": "0.10.0",
"main": "index.js",
"license": "Apache 2.0",
"repository": "elmsln/wcfactory",
Expand Down
6 changes: 3 additions & 3 deletions packages/generator-wcfactory/package.json
Expand Up @@ -35,13 +35,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@wcfactory/cli": "^0.9.0",
"@wcfactory/common": "^0.9.0",
"@wcfactory/cli": "^0.10.0",
"@wcfactory/common": "^0.10.0",
"gulp": "^3.9.1",
"inquirer-recursive": "0.0.6",
"lodash": "^4.17.4",
"yeoman-generator": "^4.0.0"
},
"version": "0.9.0",
"version": "0.10.0",
"gitHead": "72f5a446893e45d8c2df8ea2116ef3e741e13849"
}
4 changes: 2 additions & 2 deletions packages/graphql-server/package.json
@@ -1,14 +1,14 @@
{
"name": "@wcfactory/graphql-server",
"version": "0.9.0",
"version": "0.10.0",
"author": "heyMP @heyMP",
"main": "index.js",
"license": "Apache 2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@wcfactory/common": "^0.9.0",
"@wcfactory/common": "^0.10.0",
"apollo-client": "^2.5.1",
"apollo-server": "^2.4.8",
"case": "^1.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
@@ -1,13 +1,14 @@
{
"name": "@wcfactory/ui",
"version": "0.9.0",
"version": "0.10.0",
"author": "heyMP @heyMP",
"main": "index.js",
"license": "Apache 2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@apollo-elements/lit-apollo": "3.2.1",
"@lrnwebcomponents/paper-search": "^2.0.5",
"@polymer/iron-behaviors": "^3.0.1",
"@polymer/iron-form": "^3.0.1",
Expand All @@ -22,7 +23,7 @@
"@vaadin/vaadin-item": "^2.1.0",
"@vaadin/vaadin-list-box": "^1.1.0",
"@vaadin/vaadin-tabs": "^2.1.2",
"@wcfactory/graphql-server": "^0.9.0",
"@wcfactory/graphql-server": "^0.10.0",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client-ws": "^2.4.0",
"apollo-link": "^1.2.8",
Expand All @@ -36,7 +37,6 @@
"fuse.js": "^3.4.2",
"graphql-tag": "^2.10.1",
"is-valid-element-name": "^1.0.0",
"@apollo-elements/lit-apollo": "3.2.1",
"lit-element": "^2.0.1",
"mobx": "^5.9.0"
},
Expand Down

0 comments on commit e779a4c

Please sign in to comment.