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

Commit

Permalink
Merge pull request #428 from balance-io/latest
Browse files Browse the repository at this point in the history
Deploy v0.6.1 [Stable]
  • Loading branch information
jinchung authored Sep 29, 2018
2 parents ffc803e + 25b667b commit fc4ed67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Removed

## [0.7.6](https://github.com/balance-io/balance-manager/releases/tag/0.7.6)

### Changed
* Fixes for Shapeshift incoming transaction status check

## [0.7.5](https://github.com/balance-io/balance-manager/releases/tag/0.7.5)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "balance-manager",
"description": "Ethereum Wallet Manager Interface for MetaMask, Ledger, Trezor and WalletConnect",
"version": "0.7.5",
"version": "0.7.6",
"author": "Pedro Gomes <[email protected]>",
"license": "GPL-3",
"homepage": "https://manager.balance.io",
Expand All @@ -17,7 +17,7 @@
"@ledgerhq/hw-app-eth": "^4.7.3",
"@ledgerhq/hw-transport-u2f": "^4.7.3",
"axios": "^0.18.0",
"balance-common": "^0.4.15",
"balance-common": "^0.4.16",
"bignumber.js": "^7.0.1",
"bowser": "^2.0.0-alpha.4",
"ethereumjs-tx": "^1.3.4",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1209,9 +1209,9 @@ babylon@^6.17.0, babylon@^6.18.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"

balance-common@^0.4.15:
version "0.4.15"
resolved "https://registry.yarnpkg.com/balance-common/-/balance-common-0.4.15.tgz#4eb0d2f22564c333940818044b2685e81aae8167"
balance-common@^0.4.16:
version "0.4.16"
resolved "https://registry.yarnpkg.com/balance-common/-/balance-common-0.4.16.tgz#c2a095c91c3a9e243847a4c05d794456f78367a7"
dependencies:
axios "^0.18.0"
bignumber.js "^7.0.1"
Expand Down

0 comments on commit fc4ed67

Please sign in to comment.