Skip to content

Commit

Permalink
solution: publish v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Jul 17, 2019
1 parent 1b43a9d commit 847ff86
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.0.0",
"version": "2.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldwallet/core",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
14 changes: 7 additions & 7 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Isaac Ardis",
"Shane Jonas <jonas.shane@gmail.com>"
],
"version": "2.0.0",
"version": "2.0.1",
"description": "Emerald - Cryptocurrency Wallet",
"main": "./electron/main.js",
"moduleRoots": [
Expand Down Expand Up @@ -80,13 +80,13 @@
"@emeraldplatform/ui": "0.5.1",
"@emeraldplatform/ui-icons": "0.5.1",
"@emeraldplatform/util": "0.5.1",
"@emeraldwallet/core": "^2.0.0",
"@emeraldwallet/core": "^2.0.1",
"@emeraldwallet/erc20": "^2.0.0",
"@emeraldwallet/services": "^2.0.0",
"@emeraldwallet/store": "^2.0.0",
"@emeraldwallet/ui": "^2.0.0",
"@emeraldwallet/vault": "^2.0.0",
"@emeraldwallet/workflow": "^2.0.0",
"@emeraldwallet/services": "^2.0.1",
"@emeraldwallet/store": "^2.0.1",
"@emeraldwallet/ui": "^2.0.1",
"@emeraldwallet/vault": "^2.0.1",
"@emeraldwallet/workflow": "^2.0.1",
"@ledgerhq/hw-app-eth": "4.35.0",
"@ledgerhq/hw-transport-node-hid": "4.35.0",
"@material-ui/core": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldwallet/services",
"version": "2.0.0",
"version": "2.0.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "ETCDEV GmbH",
Expand All @@ -16,8 +16,8 @@
"@emeraldplatform/grpc": "0.10.0",
"@emeraldplatform/rpc": "0.5.1",
"@emeraldplatform/vault": "0.5.1",
"@emeraldwallet/core": "^2.0.0",
"@emeraldwallet/store": "^2.0.0",
"@emeraldwallet/core": "^2.0.1",
"@emeraldwallet/store": "^2.0.1",
"google-protobuf": "3.7.1",
"grpc": "1.20.3",
"text-encoding": "0.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldwallet/store",
"version": "2.0.0",
"version": "2.0.1",
"description": "Emerald Redux store",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@emeraldplatform/eth": "0.5.1",
"@emeraldwallet/core": "^2.0.0",
"@emeraldwallet/core": "^2.0.1",
"immutable": "3.8.2",
"redux-saga": "^1.0.2",
"uuid": "^3.3.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldwallet/ui",
"version": "2.0.0",
"version": "2.0.1",
"description": "UI components for Emerald wallet",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,9 +18,9 @@
"@emeraldplatform/eth": "0.5.1",
"@emeraldplatform/ui": "0.5.1",
"@emeraldplatform/ui-icons": "0.5.1",
"@emeraldwallet/core": "^2.0.0",
"@emeraldwallet/core": "^2.0.1",
"@emeraldwallet/erc20": "^2.0.0",
"@emeraldwallet/workflow": "^2.0.0",
"@emeraldwallet/workflow": "^2.0.1",
"@material-ui/core": "^4.2.0",
"@material-ui/lab": "^4.0.0-alpha.19",
"@material-ui/styles": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vault/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldwallet/vault",
"version": "2.0.0",
"version": "2.0.1",
"description": "Emerald vault interop",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,6 +36,6 @@
]
},
"dependencies": {
"@emeraldwallet/core": "^2.0.0"
"@emeraldwallet/core": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldwallet/workflow",
"version": "2.0.0",
"version": "2.0.1",
"description": "Emerald Wallet Workflow and Business Logic components",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@emeraldplatform/eth": "0.5.1",
"@emeraldwallet/core": "^2.0.0",
"@emeraldwallet/core": "^2.0.1",
"immutable": "3.8.2",
"redux-saga": "^1.0.2",
"uuid": "^3.3.2"
Expand Down

0 comments on commit 847ff86

Please sign in to comment.