Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Apr 9, 2019
1 parent c22e49a commit 0f29d8e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"packages": [
"packages/*"
],
"version": "1.2.1",
"version": "1.3.0",
"npmClient": "yarn",
"command": {
"bootstrap": {
"npmClientArgs": ["--ignore-engines"]
"npmClientArgs": [
"--ignore-engines"
]
}
}
}
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": "1.2.1",
"version": "1.3.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 5 additions & 5 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": "1.2.1",
"version": "1.3.0",
"description": "Emerald - Cryptocurrency Wallet",
"main": "./electron/main.js",
"moduleRoots": [
Expand Down Expand Up @@ -72,10 +72,10 @@
"@emeraldplatform/ui-icons": "0.5.0-beta.6",
"@emeraldplatform/util": "0.5.0-beta.2",
"@emeraldplatform/vault": "0.5.0-beta.4",
"@emeraldwallet/core": "^1.2.1",
"@emeraldwallet/erc20": "^1.2.1",
"@emeraldwallet/services": "^1.2.1",
"@emeraldwallet/ui": "^1.2.1",
"@emeraldwallet/core": "^1.3.0",
"@emeraldwallet/erc20": "^1.3.0",
"@emeraldwallet/services": "^1.3.0",
"@emeraldwallet/ui": "^1.3.0",
"@ledgerhq/hw-app-eth": "4.35.0",
"@ledgerhq/hw-transport-node-hid": "4.35.0",
"@material-ui/core": "3.9.2",
Expand Down
4 changes: 1 addition & 3 deletions packages/erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldwallet/erc20",
"version": "1.2.1",
"version": "1.3.0",
"description": "ERC20 Tokens",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,6 @@
"test": "jest",
"test:coverage": "jest --coverage && codecov"
},
"dependencies": {
},
"devDependencies": {
"@types/jest": "^24.0.9",
"@types/node": "^11.10.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldwallet/services",
"version": "1.2.1",
"version": "1.3.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "ETCDEV GmbH",
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": "1.2.1",
"version": "1.3.0",
"description": "UI components for Emerald wallet",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -17,8 +17,8 @@
"@emeraldplatform/core": "^0.5.0-beta.6",
"@emeraldplatform/ui": "0.5.0-beta.7",
"@emeraldplatform/ui-icons": "0.5.0-beta.6",
"@emeraldwallet/core": "^1.2.1",
"@emeraldwallet/erc20": "^1.2.1",
"@emeraldwallet/core": "^1.3.0",
"@emeraldwallet/erc20": "^1.3.0",
"@material-ui/core": "3.9.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"bignumber.js": "8.0.2",
Expand Down

0 comments on commit 0f29d8e

Please sign in to comment.