Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Feb 16, 2018
1 parent 83d8423 commit d97c1e7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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": "4.0.0",
"version": "4.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/create-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-dapp",
"version": "4.0.0",
"version": "4.1.0",
"description": "Create React Ethereum apps, ready to use with Ledger and MetaMask",
"keywords": [
"dapp",
Expand Down
6 changes: 3 additions & 3 deletions packages/hw-app-str/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-str",
"version": "4.0.0",
"version": "4.1.0",
"description": "Ledger Hardware Wallet Stellar Application API",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@ledgerhq/hw-transport": "^4.0.0",
"base32.js": "^0.1.0",
"crc": "^3.5.0",
"tweetnacl": "^1.0.0",
"sha.js": "^2.3.6"
"sha.js": "^2.3.6",
"tweetnacl": "^1.0.0"
},
"devDependencies": {
"flow-bin": "^0.64.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "@ledgerhq/test",
"version": "4.0.0",
"version": "4.1.0",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-btc": "^4.0.0",
"@ledgerhq/hw-app-eth": "^4.0.0",
"@ledgerhq/hw-app-str": "^4.1.0",
"@ledgerhq/hw-app-xrp": "^4.0.0",
"@ledgerhq/hw-app-str": "^4.0.0",
"@ledgerhq/hw-transport-node-hid": "^4.0.0",
"budo": "^11.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-subprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/web3-subprovider",
"version": "4.0.0",
"version": "4.1.0",
"description": "Ledger Hardware Wallet Ethereum Web3 subprovider",
"keywords": [
"Ledger",
Expand Down

0 comments on commit d97c1e7

Please sign in to comment.